@@ -60,6 +60,33 @@ const sidebar = [
6060 { text : 'Config' , link : '/config' } ,
6161 ] ,
6262 } ,
63+ {
64+ text : 'Guide' ,
65+ items : [
66+ { text : 'Getting Started' , link : '/guide/getting-started' } ,
67+ { text : 'Deployment' , link : '/guide/deployment' } ,
68+ { text : 'Providers' , link : '/guide/providers' } ,
69+ ] ,
70+ } ,
71+ {
72+ text : 'Features' ,
73+ items : [
74+ { text : 'Security' , link : '/features/security' } ,
75+ { text : 'AWS' , link : '/features/aws' } ,
76+ { text : 'Multi-Region' , link : '/features/multi-region' } ,
77+ { text : 'Environments' , link : '/features/environments' } ,
78+ { text : 'State Management' , link : '/features/state' } ,
79+ ] ,
80+ } ,
81+ {
82+ text : 'Advanced' ,
83+ items : [
84+ { text : 'CI/CD Integration' , link : '/advanced/cicd' } ,
85+ { text : 'Rollback' , link : '/advanced/rollback' } ,
86+ { text : 'Custom Providers' , link : '/advanced/providers' } ,
87+ { text : 'Dependencies' , link : '/advanced/dependencies' } ,
88+ ] ,
89+ } ,
6390 { text : 'Showcase' , link : '/Showcase' } ,
6491]
6592const description = 'A TypeScript Starter Kit. For a better Development Experience.'
0 commit comments