diff --git a/packages/canon/docs/Home.mdx b/packages/canon/docs/Home.mdx index d2bda8cbf6..479834303a 100644 --- a/packages/canon/docs/Home.mdx +++ b/packages/canon/docs/Home.mdx @@ -1,11 +1,11 @@ import { Unstyled } from '@storybook/blocks'; -import { Columns, Text, ComponentStatus, Banner } from './components'; +import { Columns, Text, ComponentStatus, Banner, Title } from './components'; - + Welcome to the Canon, the new design library for Backstage plugins. This project is still under active development but we will make sure to document the API as we go. We are aiming to improve the general UI of Backstage and @@ -18,32 +18,62 @@ import { Columns, Text, ComponentStatus, Banner } from './components'; will change until we reach a stable release. - + + Project Status + + + We are still in the process of documenting the API and building the + components. You can use the statuses below to see what is ready and what is + coming soon. If there is a component missing that you need, please let us know + by opening an issue on GitHub. + + + + + + - - + + - - - - - - - - + + + + + + + + + diff --git a/packages/canon/src/components/Box/box.mdx b/packages/canon/src/components/Box/Docs.mdx similarity index 100% rename from packages/canon/src/components/Box/box.mdx rename to packages/canon/src/components/Box/Docs.mdx