@@ -143,23 +143,23 @@ const sidebar = [
143143 { text : 'Tailwind CSS' , link : '/docs/frontend/tailwind' } ,
144144 { text : 'Inertia JS' , link : '/docs/frontend/inertia' } ,
145145 // { text: 'Leaf UI', link: '/docs/frontend/leaf-ui' },
146- {
147- text : 'Leaf Zero' ,
148- collapsible : true ,
149- collapsed : true ,
150- items : [
151- { text : 'Introduction' , link : '/docs/frontend/zero/' } ,
152- // { text: 'Layouts', link: '/docs/frontend/zero/layouts' },
153- { text : 'Forms' , link : '/docs/frontend/zero/forms' } ,
154- // { text: 'Modals', link: '/docs/frontend/zero/modals' },
155- // { text: 'Alerts', link: '/docs/frontend/zero/alerts' },
156- // { text: 'Loading', link: '/docs/frontend/zero/loading' },
157- { text : 'Icons' , link : '/docs/frontend/zero/icons' } ,
158- // { text: 'Forms', link: '/docs/frontend/zero/forms' },
159- { text : 'Merketing Sections' , link : '/docs/frontend/zero/marketing' } ,
160- // { text: 'Dashboard Sections', link: '/docs/frontend/zero/dashboard' },
161- ] ,
162- } ,
146+ // {
147+ // text: 'Leaf Zero',
148+ // collapsible: true,
149+ // collapsed: true,
150+ // items: [
151+ // { text: 'Introduction', link: '/docs/frontend/zero/' },
152+ // // { text: 'Layouts', link: '/docs/frontend/zero/layouts' },
153+ // { text: 'Forms', link: '/docs/frontend/zero/forms' },
154+ // // { text: 'Modals', link: '/docs/frontend/zero/modals' },
155+ // // { text: 'Alerts', link: '/docs/frontend/zero/alerts' },
156+ // // { text: 'Loading', link: '/docs/frontend/zero/loading' },
157+ // { text: 'Icons', link: '/docs/frontend/zero/icons' },
158+ // // { text: 'Forms', link: '/docs/frontend/zero/forms' },
159+ // { text: 'Merketing Sections', link: '/docs/frontend/zero/marketing' },
160+ // // { text: 'Dashboard Sections', link: '/docs/frontend/zero/dashboard' },
161+ // ],
162+ // },
163163 ] ,
164164 } ,
165165 {
0 commit comments