Skip to content

Commit 45c83d9

Browse files
committed
point soba docs to storybook
1 parent d72231e commit 45c83d9

File tree

5 files changed

+5
-54
lines changed

5 files changed

+5
-54
lines changed

apps/astro-docs/astro.config.mjs

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -130,18 +130,7 @@ export default defineConfig({
130130
{
131131
label: 'Soba',
132132
collapsed: true,
133-
items: [
134-
{ label: 'Introduction', slug: 'soba/introduction' },
135-
{
136-
label: 'Abstractions',
137-
collapsed: true,
138-
items: [
139-
{ label: 'Introduction', slug: 'soba/abstractions/introduction' },
140-
{ label: 'NgtsGradientTexture', slug: 'soba/abstractions/gradient-texture' },
141-
{ label: 'NgtsGrid', slug: 'soba/abstractions/grid' },
142-
],
143-
},
144-
],
133+
items: [{ label: 'Introduction', slug: 'soba/introduction' }],
145134
},
146135
],
147136
}),

apps/astro-docs/src/content/docs/soba/abstractions/gradient-texture.mdx

Lines changed: 0 additions & 10 deletions
This file was deleted.

apps/astro-docs/src/content/docs/soba/abstractions/grid.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.

apps/astro-docs/src/content/docs/soba/abstractions/introduction.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

apps/astro-docs/src/content/docs/soba/introduction.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ Here's a table that shows the peer dependencies for each entry point:
3636
| shaders | `three-mesh-bvh`, `@pmndrs/vanilla` | Typically, you won't need to use this entry point directly. |
3737
| staging | `@monogrid/gainmap-js`, `@pmndrs/vanilla`, `three-mesh-bvh` | |
3838
| vanilla-exports | `@pmndrs/vanilla` | Typically, you won't need to use this entry point directly. |
39+
40+
## Documentation
41+
42+
Angular Three Soba contains a variety of complex examples that demonstrate the capabilities of the library. These examples (and documentations) are available in the [Soba Storybook](https://angularthreesoba.netlify.app).

0 commit comments

Comments
 (0)