Files
backstage/docs-ui
Ben Lambert 27da43268f Merge pull request #31703 from backstage/docs-ui-fix-missing-dependency
fix(docs-ui): Add missing BaseUI dependency.
2025-11-11 10:38:01 -05:00
..
2025-10-16 19:14:32 +01:00
2025-08-13 22:57:39 +02:00
2025-11-04 14:30:54 +00:00
2025-07-15 13:31:08 +01:00

Backstage UI Docs

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.

How to run locally

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

Deployment

Deployments are done automatically when a PR is merged into the master branch. We host the website using Github pages.