Move canon-docs to docs-ui

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-07-15 11:09:59 +01:00
parent 4c01d54643
commit 5dde3bfe92
155 changed files with 46 additions and 46 deletions
+15
View File
@@ -0,0 +1,15 @@
# Canon Docs
Canon 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](https://canon.backstage.io).
## 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:
```bash
yarn start
```
## Deployment
Deployments are done automatically when a PR is merged into the `master` branch. We host the website using Github pages.