@@ -18,13 +18,13 @@ export default [
1818 { text : 'Sampler' , link : '/guide/abstractions/sampler' } ,
1919 { text : 'PositionalAudio' , link : '/guide/abstractions/positional-audio' } ,
2020 { text : 'Decal' , link : '/guide/abstractions/decal' } ,
21- /* { text: 'Mask', link: '/guide/abstractions/mask' },
21+ { text : 'Mask' , link : '/guide/abstractions/mask' } ,
2222 { text : 'CubeCamera' , link : '/guide/abstractions/cube-camera' } ,
2323 { text : 'GradientTexture' , link : '/guide/abstractions/gradient-texture' } ,
2424 { text : 'ScreenSpace' , link : '/guide/abstractions/screen-space' } ,
2525 { text : 'Outline' , link : '/guide/abstractions/outline' } ,
2626 { text : 'Image' , link : '/guide/abstractions/image' } ,
27- { text: 'Billboard', link: '/guide/abstractions/billboard' }, */
27+ { text : 'Billboard' , link : '/guide/abstractions/billboard' } ,
2828 ] ,
2929 } ,
3030 {
@@ -110,9 +110,9 @@ export default [
110110 { text : 'Sparkles' , link : '/guide/staging/sparkles' } ,
111111 { text : 'Ocean' , link : '/guide/staging/ocean' } ,
112112 { text : 'Fit' , link : '/guide/staging/fit' } ,
113- /* { text: 'Align', link: '/guide/staging/align' },
113+ { text : 'Align' , link : '/guide/staging/align' } ,
114114 { text : 'SoftShadows' , link : '/guide/staging/soft-shadows' } ,
115- { text: 'Grid', link: '/guide/staging/grid' }, */
115+ { text : 'Grid' , link : '/guide/staging/grid' } ,
116116 ] ,
117117 } ,
118118 {
@@ -125,15 +125,6 @@ export default [
125125 { text : 'BakeShadows' , link : '/guide/misc/bake-shadows' } ,
126126 ] ,
127127 } ,
128- {
129- text : 'Directives' ,
130- items : [
131- { text : 'v-log' , link : '/guide/directives/v-log' } ,
132- { text : 'v-light-helper' , link : '/guide/directives/v-light-helper' } ,
133- { text : 'v-always-look-at' , link : '/guide/directives/v-always-look-at' } ,
134- { text : 'v-distance-to' , link : '/guide/directives/v-distance-to' } ,
135- ] ,
136- } ,
137128] as { text : string , items : { text : string , link : string } [ ] } [ ]
138129
139130export const icons = {
0 commit comments