diff --git a/docs/contribute/project-structure.md b/docs/contribute/project-structure.md index 08e4379620..5b86b655b2 100644 --- a/docs/contribute/project-structure.md +++ b/docs/contribute/project-structure.md @@ -156,10 +156,10 @@ are separated out into their own folder, see further down. - [`integration/`](https://github.com/backstage/backstage/tree/master/packages/integration) - Common functionalities of integrations like GitHub, GitLab, etc. -- [`storybook/`](https://github.com/backstage/backstage/tree/master/storybook) - - This folder contains only the Storybook config which helps visualize our - reusable React components. Stories are within the core package, and are - published in the [Backstage Storybook](https://backstage.io/storybook). +- [`.storybook/`](https://github.com/backstage/backstage/tree/master/.storybook) - + This folder contains the Storybook configuration which helps visualize our + reusable React components. Stories are scanned from packages and plugins across + the monorepo, and are published in the [Backstage Storybook](https://backstage.io/storybook). - [`techdocs-node/`](https://github.com/backstage/backstage/tree/master/plugins/techdocs-node) - Common node.js functionalities for TechDocs, to be shared between