@@ -75,16 +75,16 @@ export default defineConfig({
75
75
{ text : 'useFBO' , link : '/guide/abstractions/use-fbo' } ,
76
76
{ text : 'useSurfaceSampler' , link : '/guide/abstractions/use-surface-sampler' } ,
77
77
{ text : 'Sampler' , link : '/guide/abstractions/sampler' } ,
78
- { text : 'Edges' , link : '/guide/abstractions/edges' } ,
78
+ /* { text: 'Edges', link: '/guide/abstractions/edges' }, */
79
79
{ text : 'PositionalAudio' , link : '/guide/abstractions/positional-audio' } ,
80
80
{ text : 'AnimatedSprite' , link : '/guide/abstractions/animated-sprite' } ,
81
- { text : 'Mask' , link : '/guide/abstractions/mask' } ,
81
+ /* { text: 'Mask', link: '/guide/abstractions/mask' },
82
82
{ text: 'CubeCamera', link: '/guide/abstractions/cube-camera' },
83
83
{ text: 'ScreenSizer', link: '/guide/abstractions/screen-sizer' },
84
84
{ text: 'ScreenSpace', link: '/guide/abstractions/screen-space' },
85
85
{ text: 'Outline', link: '/guide/abstractions/outline' },
86
86
{ text: 'Image', link: '/guide/abstractions/image' },
87
- { text : 'Billboard' , link : '/guide/abstractions/billboard' } ,
87
+ { text: 'Billboard', link: '/guide/abstractions/billboard' }, */
88
88
] ,
89
89
} ,
90
90
{
@@ -119,7 +119,7 @@ export default defineConfig({
119
119
{ text : 'MeshGlassMaterial' , link : '/guide/materials/glass-material' } ,
120
120
{ text : 'CustomShaderMaterial' , link : '/guide/materials/custom-shader-material' } ,
121
121
{ 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' }, */
123
123
] ,
124
124
} ,
125
125
{
@@ -159,9 +159,9 @@ export default defineConfig({
159
159
{ text : 'Precipitation' , link : '/guide/staging/precipitation' } ,
160
160
{ text : 'Sparkles' , link : '/guide/staging/sparkles' } ,
161
161
{ text : 'Ocean' , link : '/guide/staging/ocean' } ,
162
- { text : 'Align' , link : '/guide/staging/align' } ,
162
+ /* { text: 'Align', link: '/guide/staging/align' },
163
163
{ text: 'SoftShadows', link: '/guide/staging/soft-shadows' },
164
- { text : 'Grid' , link : '/guide/staging/grid' } ,
164
+ { text: 'Grid', link: '/guide/staging/grid' }, */
165
165
] ,
166
166
} ,
167
167
{
0 commit comments