-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1837 from DSD-DBS/storybook-index
docs: Add index page for Storybook
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{/* | ||
SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors | ||
SPDX-License-Identifier: Apache-2.0 | ||
*/} | ||
|
||
import { Meta, Title } from '@storybook/blocks'; | ||
|
||
<Meta title="Storybook Introduction" /> | ||
<Title>Welcome to the Storybook of the Capella Collaboration Manager</Title> | ||
|
||
This Storybook covers the frontend components of the Capella Collaboration Manager. | ||
We use it for development and visual testing of our components. | ||
A Storybook preview and a change detection using [reg-actions](https://github.com/reg-viz/reg-actions) | ||
is created for each pull request on GitHub automatically. | ||
|
||
If you want to learn about how to write Stories, have a look at our [development documentation](https://dsd-dbs.github.io/capella-collab-manager/development/frontend/storybook/). |