docs-ui/README.md
Backstage UI is our internal UI library built for Backstage. We built this website to document the library and its components. You can view this website here.
This website is built with Next.js and it is hosted on Github pages. To run it locally, you can run the following command:
yarn start
Deployments are done automatically when a PR is merged into the master branch. We host the website using Github pages.
After a @backstage/ui release, sync the component changelogs to keep documentation up-to-date:
yarn sync:changelog
This script:
packages/ui/CHANGELOG.md for new versionssrc/utils/changelog.ts with new entriesAfter running, review the changes in src/utils/changelog.ts and commit them.
Preview changes before writing:
yarn sync:changelog:dry-run
Running this gives you a summary of what would be written, without actually adding or changing any files.