@@ -23,6 +23,18 @@ const sidebar = [
2323 { text : 'Managing apps' , link : '/docs/cli/managing-apps' } ,
2424 ] ,
2525 } ,
26+ {
27+ text : 'Routing' ,
28+ // collapsible: true,
29+ // collapsed: true,
30+ items : [
31+ { text : 'Basic Routing' , link : '/docs/routing/' } ,
32+ { text : 'Route Groups' , link : '/docs/routing/route-groups' } ,
33+ { text : 'Dynamic routing' , link : '/docs/routing/dynamic' } ,
34+ { text : 'Middleware' , link : '/docs/routing/middleware/' } ,
35+ { text : 'Middleware in Leaf MVC' , link : '/docs/routing/middleware/mvc' } ,
36+ ] ,
37+ } ,
2638 {
2739 text : 'Request/Response' ,
2840 // collapsible: true,
@@ -44,18 +56,6 @@ const sidebar = [
4456 { text : 'Cookies' , link : '/docs/http/cookies' } ,
4557 ] ,
4658 } ,
47- {
48- text : 'Routing' ,
49- // collapsible: true,
50- // collapsed: true,
51- items : [
52- { text : 'Basic Routing' , link : '/docs/routing/' } ,
53- { text : 'Route Groups' , link : '/docs/routing/route-groups' } ,
54- { text : 'Dynamic routing' , link : '/docs/routing/dynamic' } ,
55- { text : 'Middleware' , link : '/docs/routing/middleware/' } ,
56- { text : 'Middleware in Leaf MVC' , link : '/docs/routing/middleware/mvc' } ,
57- ] ,
58- } ,
5959 {
6060 text : 'Config & Deployment' ,
6161 // collapsible: true,
0 commit comments