From 696b802e3541694c814d478510c02394d47f14cb Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Wed, 13 Aug 2025 23:20:24 +0200 Subject: [PATCH] Update project-structure.md Signed-off-by: Charles de Dreuille --- docs/contribute/project-structure.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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