@@ -29,6 +29,7 @@ export default defineConfig({
2929 text : 'Getting Started' ,
3030 items : [
3131 { text : 'Installation' , link : '/guide/get-started' } ,
32+ { text : 'Configuration' , link : '/guide/configuration' } ,
3233 { text : "Command Bus Pattern" , link : '/built-in/command-bus' } ,
3334 ]
3435 } ,
@@ -40,6 +41,7 @@ export default defineConfig({
4041 { text : 'Buttons' , link : '/forms/buttons' } ,
4142 { text : 'Rules' , link : '/forms/rules' } ,
4243 { text : 'Response interceptor' , link : '/forms/response-interceptors' } ,
44+ { text : 'Custom Components' , link : '/guide/custom-components' } ,
4345 { text : "Commands" , link : '/forms/commands' } ,
4446 { text : 'Components' , link : '/forms/components/' } ,
4547 ]
@@ -51,6 +53,7 @@ export default defineConfig({
5153 { text : "Columns" , link : '/tables/columns' } ,
5254 { text : "List" , link : '/tables/list' } ,
5355 { text : "Pagination" , link : '/tables/pagination' } ,
56+ { text : "Custom Components" , link : '/tables/custom-components' } ,
5457 { text : "Commands" , link : '/tables/commands' }
5558 ]
5659 }
0 commit comments