Skip to content

Commit 65a4ce9

Browse files
authored
docs: temporarely hide unreleased abstractions (#560)
* docs: temporarely hide unreleased abstractions * docs: hide temporarely MeshDiscardMaterial
1 parent 0fb8952 commit 65a4ce9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/.vitepress/config.ts

+6-6
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
{
@@ -119,7 +119,7 @@ export default defineConfig({
119119
{ text: 'MeshGlassMaterial', link: '/guide/materials/glass-material' },
120120
{ text: 'CustomShaderMaterial', link: '/guide/materials/custom-shader-material' },
121121
{ text: 'MeshReflectionMaterial', link: '/guide/materials/mesh-reflection-material' },
122-
{ text: 'MeshDiscardMaterial', link: '/guide/materials/mesh-discard-material' },
122+
/* { text: 'MeshDiscardMaterial', link: '/guide/materials/mesh-discard-material' }, */
123123
],
124124
},
125125
{
@@ -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
{

docs/component-list/components.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ export default [
1717
},
1818
{ text: 'Sampler', link: '/guide/abstractions/sampler' },
1919
{ text: 'PositionalAudio', link: '/guide/abstractions/positional-audio' },
20-
{ text: 'Mask', link: '/guide/abstractions/mask' },
20+
/* { text: 'Mask', link: '/guide/abstractions/mask' },
2121
{ text: 'CubeCamera', link: '/guide/abstractions/cube-camera' },
2222
{ text: 'GradientTexture', link: '/guide/abstractions/gradient-texture' },
2323
{ text: 'ScreenSpace', link: '/guide/abstractions/screen-space' },
2424
{ text: 'Outline', link: '/guide/abstractions/outline' },
2525
{ text: 'Image', link: '/guide/abstractions/image' },
26-
{ text: 'Billboard', link: '/guide/abstractions/billboard' },
26+
{ text: 'Billboard', link: '/guide/abstractions/billboard' }, */
2727
],
2828
},
2929
{
@@ -66,10 +66,10 @@ export default [
6666
text: 'HolographicMaterial',
6767
link: '/guide/materials/holographic-material',
6868
},
69-
{
69+
/* {
7070
text: 'MeshDiscardMaterial',
7171
link: '/guide/materials/mesh-discard-material',
72-
},
72+
}, */
7373
],
7474
},
7575
{
@@ -109,9 +109,9 @@ export default [
109109
{ text: 'Sparkles', link: '/guide/staging/sparkles' },
110110
{ text: 'Ocean', link: '/guide/staging/ocean' },
111111
{ text: 'Fit', link: '/guide/staging/fit' },
112-
{ text: 'Align', link: '/guide/staging/align' },
112+
/* { text: 'Align', link: '/guide/staging/align' },
113113
{ text: 'SoftShadows', link: '/guide/staging/soft-shadows' },
114-
{ text: 'Grid', link: '/guide/staging/grid' },
114+
{ text: 'Grid', link: '/guide/staging/grid' }, */
115115
],
116116
},
117117
{

0 commit comments

Comments
 (0)