@@ -40,16 +40,16 @@ const nav = [
4040 items : [
4141 {
4242 text : 'Leaf MVC' ,
43- link : 'https:/ /mvc.leafphp.dev /'
43+ link : '/docs /mvc/'
4444 } ,
45- {
46- text : 'Leaf API' ,
47- link : 'https://api.leafphp.dev/'
48- } ,
49- {
50- text : 'Leaf Skeleton' ,
51- link : 'https://skeleton.leafphp.dev/'
52- }
45+ // {
46+ // text: 'Leaf API',
47+ // link: 'https://api.leafphp.dev/'
48+ // },
49+ // {
50+ // text: 'Leaf Skeleton',
51+ // link: 'https://skeleton.leafphp.dev/'
52+ // }
5353 ]
5454 } ,
5555 {
@@ -212,7 +212,7 @@ const mainSidebar = [
212212 { text : 'Session' , link : '/modules/session/' } ,
213213 { text : 'Session Flash' , link : '/modules/session/flash' } ,
214214 { text : 'Cookies' , link : '/modules/cookies/' } ,
215- { text : 'Leaf View' , link : '/docs/tooling/view' } ,
215+ // { text: 'Leaf View', link: '/docs/tooling/view' },
216216 { text : 'Middleware' , link : '/docs/routing/middleware' } ,
217217 { text : 'Error Handling' , link : '/docs/routing/errors' }
218218 ]
@@ -311,9 +311,9 @@ const mainSidebar = [
311311 collapsible : true ,
312312 collapsed : true ,
313313 items : [
314- { text : 'Leaf MVC' , link : '/docs/leafmvc/' } ,
315- { text : 'Leaf API' , link : '/docs/leafapi/' } ,
316- { text : 'Skeleton' , link : '/docs/skeleton/' } ,
314+ // { text: 'Leaf MVC', link: '/docs/leafmvc/' },
315+ // { text: 'Leaf API', link: '/docs/leafapi/' },
316+ // { text: 'Skeleton', link: '/docs/skeleton/' },
317317 { text : 'MVC Config' , link : '/docs/mvc/config' } ,
318318 { text : 'Controllers' , link : '/docs/mvc/controllers' } ,
319319 { text : 'Views' , link : '/docs/mvc/views' } ,
0 commit comments