Update project-structure.md

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-08-13 23:20:24 +02:00
parent c82dd4afe1
commit 696b802e35
+4 -4
View File
@@ -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