@@ -16,6 +16,7 @@ export default defineConfig({
1616 light : './src/assets/logo-dark.png' ,
1717 dark : './src/assets/logo.png' ,
1818 } ,
19+ lastUpdated : true ,
1920 components : {
2021 Footer : './src/components/CustomFooter.astro' ,
2122 } ,
@@ -30,31 +31,31 @@ export default defineConfig({
3031 {
3132 label : 'Getting Started' ,
3233 items : [
33- { label : 'Introduction' , slug : 'intro' } ,
34- { label : 'Quick Start' , slug : 'start' } ,
35- { label : 'Installation' , slug : 'install' } ,
34+ { label : 'Introduction' , slug : 'docs/ intro' } ,
35+ { label : 'Quick Start' , slug : 'docs/ start' } ,
36+ { label : 'Installation' , slug : 'docs/ install' } ,
3637 ] ,
3738 } ,
3839 {
3940 label : 'Configuration' ,
4041 collapsed : true ,
4142 items : [
42- { label : 'Configuration Files' , slug : 'configuration' } ,
43- { label : 'Templates & Setup' , slug : 'templates' } ,
43+ { label : 'Configuration Files' , slug : 'docs/ configuration' } ,
44+ { label : 'Templates & Setup' , slug : 'docs/ templates' } ,
4445 ] ,
4546 } ,
4647 {
4748 label : 'Maintenance' ,
4849 collapsed : true ,
4950 items : [
50- { label : 'Cleanup & Maintenance' , slug : 'cleanup-maintenance' } ,
51- { label : 'Troubleshooting' , slug : 'troubleshooting' } ,
51+ { label : 'Cleanup & Maintenance' , slug : 'docs/ cleanup-maintenance' } ,
52+ { label : 'Troubleshooting' , slug : 'docs/ troubleshooting' } ,
5253 ] ,
5354 } ,
5455 {
5556 label : 'Reference' ,
5657 items : [
57- { label : 'CLI Commands' , slug : 'cli' } ,
58+ { label : 'CLI Commands' , slug : 'docs/ cli' } ,
5859 ] ,
5960 } ,
6061 ] ,
0 commit comments