Skip to content

Commit

Permalink
docs: 📝 update components section with new components
Browse files Browse the repository at this point in the history
Remove directive
  • Loading branch information
JaimeTorrealba committed Jan 23, 2025
1 parent 0b2424f commit ed8c8ea
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions docs/component-list/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ export default [
},
{ text: 'Sampler', link: '/guide/abstractions/sampler' },
{ text: 'PositionalAudio', link: '/guide/abstractions/positional-audio' },
/* { text: 'Mask', link: '/guide/abstractions/mask' },
{ text: 'Mask', link: '/guide/abstractions/mask' },
{ text: 'CubeCamera', link: '/guide/abstractions/cube-camera' },
{ text: 'GradientTexture', link: '/guide/abstractions/gradient-texture' },
{ 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 @@ -109,9 +109,9 @@ export default [
{ text: 'Sparkles', link: '/guide/staging/sparkles' },
{ text: 'Ocean', link: '/guide/staging/ocean' },
{ text: 'Fit', link: '/guide/staging/fit' },
/* { 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 All @@ -124,15 +124,6 @@ export default [
{ text: 'BakeShadows', link: '/guide/misc/bake-shadows' },
],
},
{
text: 'Directives',
items: [
{ text: 'v-log', link: '/guide/directives/v-log' },
{ text: 'v-light-helper', link: '/guide/directives/v-light-helper' },
{ text: 'v-always-look-at', link: '/guide/directives/v-always-look-at' },
{ text: 'v-distance-to', link: '/guide/directives/v-distance-to' },
],
},
] as { text: string, items: { text: string, link: string }[] }[]

export const icons = {
Expand Down

0 comments on commit ed8c8ea

Please sign in to comment.