https://github.com/sulu/sulu-javascript-docs
https://github.com/sulu/sulu-javascript-docs
documentation javascript react react-styleguidist sulu
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sulu/sulu-javascript-docs
- Owner: sulu
- Created: 2020-07-20T08:09:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-07T15:19:05.000Z (11 months ago)
- Last Synced: 2025-07-07T16:37:24.469Z (11 months ago)
- Topics: documentation, javascript, react, react-styleguidist, sulu
- Language: JavaScript
- Homepage: https://jsdocs.sulu.io
- Size: 470 MB
- Stars: 3
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sulu Javascript Docs
This repository contains the sources for sulu's javascript documentation.
The docs are available at https://jsdocs.sulu.io.
## Maintenance
The build of the styleguide is triggered automatically by [sulu/sulu](https://github.com/sulu/sulu). There is also the possibility to manually trigger that workflow in this repository.
On every new minor release of [sulu/sulu](https://github.com/sulu/sulu), the [update-documentation.yaml](.github/workflows/update-documentation.yaml) workflow file has to be adjusted.
- The `STABLE_VERSION` env var needs to be changed to the new minor version.
- The new minor version needs to be added to the `AVAILABLE_VERSIONS` env var.
- The new minor version along with its release branch needs to be added to the matrix for the `build-styleguide` job.
An example pull request can be found here: https://github.com/sulu/sulu-javascript-docs/pull/3/files