1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

Storybook docs structure (#3755)

* updated naming of common to documentation

* Add button docs

* updated sort order

Documentation is now above the component library and allows the general pages to come before the component specific ones.

* fixed typos

* updated file name

* fixed typo in introduction.stories.mdx

* updated banner.stories.mdx to match new docs structure

* remove plural in button docs
This commit is contained in:
Danielle Flinn
2022-10-18 07:54:27 -07:00
committed by GitHub
parent 1ed5ea49f1
commit a5abbecf39
6 changed files with 83 additions and 5 deletions

View File

@@ -12,6 +12,11 @@ export const parameters = {
date: /Date$/,
},
},
options: {
storySort: {
order: ["Documentation", ["Introduction", "Colors", "Icons"], "Component Library"],
},
},
docs: { inlineStories: true },
};