Skip to content

Commit

Permalink
docs: restore previously commented-out links in VitePress config
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
alvarosabu committed Jan 18, 2025
1 parent 6cd707a commit 0b2424f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ export default defineConfig({
{ text: 'useFBO', link: '/guide/abstractions/use-fbo' },
{ text: 'useSurfaceSampler', link: '/guide/abstractions/use-surface-sampler' },
{ text: 'Sampler', link: '/guide/abstractions/sampler' },
/* { text: 'Edges', link: '/guide/abstractions/edges' }, */
{ text: 'Edges', link: '/guide/abstractions/edges' },
{ text: 'PositionalAudio', link: '/guide/abstractions/positional-audio' },
{ text: 'AnimatedSprite', link: '/guide/abstractions/animated-sprite' },
/* { text: 'Mask', link: '/guide/abstractions/mask' },
{ text: 'Mask', link: '/guide/abstractions/mask' },
{ text: 'CubeCamera', link: '/guide/abstractions/cube-camera' },
{ text: 'ScreenSizer', link: '/guide/abstractions/screen-sizer' },
{ text: 'ScreenSpace', link: '/guide/abstractions/screen-space' },
{ text: 'Outline', link: '/guide/abstractions/outline' },
{ text: 'Image', link: '/guide/abstractions/image' },
{ text: 'Billboard', link: '/guide/abstractions/billboard' }, */
{ text: 'Billboard', link: '/guide/abstractions/billboard' },
],
},
{
Expand Down Expand Up @@ -159,9 +159,9 @@ export default defineConfig({
{ text: 'Precipitation', link: '/guide/staging/precipitation' },
{ text: 'Sparkles', link: '/guide/staging/sparkles' },
{ text: 'Ocean', link: '/guide/staging/ocean' },
/* { text: 'Align', link: '/guide/staging/align' },
{ text: 'Align', link: '/guide/staging/align' },
{ text: 'SoftShadows', link: '/guide/staging/soft-shadows' },
{ text: 'Grid', link: '/guide/staging/grid' }, */
{ text: 'Grid', link: '/guide/staging/grid' },
],
},
{
Expand Down

0 comments on commit 0b2424f

Please sign in to comment.