Skip to content

Commit 0b2424f

Browse files
committed
docs: restore previously commented-out links in VitePress config
- Re-enabled links for 'Edges', 'Mask', and 'Billboard' in the documentation configuration. - Updated links for 'Align' and 'Grid' to ensure all relevant abstractions are accessible in the guide.
1 parent 6cd707a commit 0b2424f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/.vitepress/config.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@ export default defineConfig({
7575
{ text: 'useFBO', link: '/guide/abstractions/use-fbo' },
7676
{ text: 'useSurfaceSampler', link: '/guide/abstractions/use-surface-sampler' },
7777
{ text: 'Sampler', link: '/guide/abstractions/sampler' },
78-
/* { text: 'Edges', link: '/guide/abstractions/edges' }, */
78+
{ text: 'Edges', link: '/guide/abstractions/edges' },
7979
{ text: 'PositionalAudio', link: '/guide/abstractions/positional-audio' },
8080
{ text: 'AnimatedSprite', link: '/guide/abstractions/animated-sprite' },
81-
/* { text: 'Mask', link: '/guide/abstractions/mask' },
81+
{ text: 'Mask', link: '/guide/abstractions/mask' },
8282
{ text: 'CubeCamera', link: '/guide/abstractions/cube-camera' },
8383
{ text: 'ScreenSizer', link: '/guide/abstractions/screen-sizer' },
8484
{ text: 'ScreenSpace', link: '/guide/abstractions/screen-space' },
8585
{ text: 'Outline', link: '/guide/abstractions/outline' },
8686
{ text: 'Image', link: '/guide/abstractions/image' },
87-
{ text: 'Billboard', link: '/guide/abstractions/billboard' }, */
87+
{ text: 'Billboard', link: '/guide/abstractions/billboard' },
8888
],
8989
},
9090
{
@@ -159,9 +159,9 @@ export default defineConfig({
159159
{ text: 'Precipitation', link: '/guide/staging/precipitation' },
160160
{ text: 'Sparkles', link: '/guide/staging/sparkles' },
161161
{ text: 'Ocean', link: '/guide/staging/ocean' },
162-
/* { text: 'Align', link: '/guide/staging/align' },
162+
{ text: 'Align', link: '/guide/staging/align' },
163163
{ text: 'SoftShadows', link: '/guide/staging/soft-shadows' },
164-
{ text: 'Grid', link: '/guide/staging/grid' }, */
164+
{ text: 'Grid', link: '/guide/staging/grid' },
165165
],
166166
},
167167
{

0 commit comments

Comments
 (0)