-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(*): rearrange folder structure in storybook
- Loading branch information
Showing
20 changed files
with
114 additions
and
23 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Sync to Gist | ||
on: | ||
push: | ||
branches: | ||
- '3.0.0-alpha' | ||
- 'lab' | ||
jobs: | ||
Root-Gist: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Gist Repo Sync | ||
uses: pentatonicfunk/action-gist-repo-sync@v1.8 | ||
with: | ||
gist_token: ${{ secrets.GIST_TOKEN }} | ||
gist_id: 425e29332ec837d9ea4bbe90ff8d4a37 | ||
source_path: ./src/themes/root.css |
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 |
---|---|---|
|
@@ -40,5 +40,6 @@ module.exports = { | |
viteConfigPath: "./.storybook/storybookVite.config.js" | ||
} | ||
} | ||
} | ||
}, | ||
staticDirs: ["./static"] | ||
}; |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 @@ | ||
# Status |
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { Meta, Markdown } from "@storybook/blocks"; | ||
import Angular from "../../../docs/Angular.md?raw"; | ||
|
||
<Meta title="Getting Started/Frameworks/Angular" /> | ||
<Meta title="Frameworks/Angular" /> | ||
|
||
<Markdown>{Angular}</Markdown> |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { Meta, Markdown } from "@storybook/blocks"; | ||
import NextDocs from "../../../docs/Next.md?raw"; | ||
|
||
<Meta title="Getting Started/Frameworks/NextJS" /> | ||
<Meta title="Frameworks/NextJS" /> | ||
|
||
<Markdown>{NextDocs}</Markdown> | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { Meta, Markdown } from "@storybook/blocks"; | ||
import ReactDocs from "../../../docs/React.md?raw"; | ||
|
||
<Meta title="Getting Started/Frameworks/React" /> | ||
<Meta title="Frameworks/React" /> | ||
|
||
<Markdown>{ReactDocs}</Markdown> |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { Meta, Markdown } from "@storybook/blocks"; | ||
import Vue from "../../../docs/Vue.md?raw"; | ||
|
||
<Meta title="Getting Started/Frameworks/Vue" /> | ||
<Meta title="Frameworks/Vue" /> | ||
|
||
<Markdown>{Vue}</Markdown> |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { Meta, Markdown } from "@storybook/blocks"; | ||
import AttributeAndProperties from '../../../docs/Attributes.md?raw'; | ||
|
||
<Meta title="Getting Started/Usage/Attribute and Properties" /> | ||
<Meta title="Usage/Attribute and Properties" /> | ||
|
||
<Markdown>{AttributeAndProperties}</Markdown> |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { Meta, Markdown } from '@storybook/blocks'; | ||
import Events from '../../../docs/Events.md?raw'; | ||
|
||
<Meta title="Getting Started/Usage/Events" /> | ||
<Meta title="Usage/Events" /> | ||
|
||
<Markdown>{Events}</Markdown> |
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,6 @@ | ||
import { Meta, Markdown } from '@storybook/blocks'; | ||
import Extendable from '../../../docs/Extendable.md?raw'; | ||
|
||
<Meta title="Usage/Extending the library" /> | ||
|
||
<Markdown>{Extendable}</Markdown> |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { Meta, Markdown } from '@storybook/blocks'; | ||
import Slots from '../../../docs/Slots.md?raw'; | ||
|
||
<Meta title="Getting Started/Usage/Slots" /> | ||
<Meta title="Usage/Slots" /> | ||
|
||
<Markdown>{Slots}</Markdown> |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { Meta, Markdown } from "@storybook/blocks"; | ||
import Stylings from '../../../docs/Stylings.md?raw'; | ||
|
||
<Meta title="Getting Started/Usage/Stylings" /> | ||
<Meta title="Usage/Styles and Theming" /> | ||
|
||
<Markdown>{Stylings}</Markdown> |