@@ -17,7 +17,6 @@ export default defineConfig({
1717 nav : [
1818 { text : 'Home' , link : '/' } ,
1919 { text : 'Guide' , link : '/guide/' } ,
20- { text : 'Reference' , link : '/reference/' } ,
2120 { text : 'Examples' , link : '/examples/' }
2221 ] ,
2322
@@ -43,40 +42,17 @@ export default defineConfig({
4342 ]
4443 } ,
4544 {
46- text : 'Core Concepts ' ,
45+ text : 'Vaults ' ,
4746 items : [
48- { text : 'Vaults' , link : '/guide/vaults' } ,
49- { text : 'Stages' , link : '/guide/stages' } ,
50- { text : 'Templates' , link : '/guide/templates' }
51- ]
52- } ,
53- {
54- text : 'Vault Drivers' ,
55- items : [
56- { text : 'Local Vault' , link : '/guide/vaults/local' } ,
47+ { text : 'Overview' , link : '/guide/vaults' } ,
5748 { text : 'AWS SSM' , link : '/guide/vaults/aws-ssm' } ,
5849 { text : 'AWS Secrets Manager' , link : '/guide/vaults/aws-secrets-manager' }
5950 ]
60- }
61- ] ,
62- '/reference/' : [
51+ } ,
6352 {
64- text : 'CLI Commands ' ,
53+ text : 'CLI Reference ' ,
6554 items : [
66- { text : 'Overview' , link : '/reference/' } ,
67- { text : 'configure' , link : '/reference/commands/configure' } ,
68- { text : 'vault:add' , link : '/reference/commands/vault-add' } ,
69- { text : 'vault:list' , link : '/reference/commands/vault-list' } ,
70- { text : 'set' , link : '/reference/commands/set' } ,
71- { text : 'get' , link : '/reference/commands/get' } ,
72- { text : 'list' , link : '/reference/commands/list' } ,
73- { text : 'delete' , link : '/reference/commands/delete' } ,
74- { text : 'copy' , link : '/reference/commands/copy' } ,
75- { text : 'export' , link : '/reference/commands/export' } ,
76- { text : 'import' , link : '/reference/commands/import' } ,
77- { text : 'cache' , link : '/reference/commands/cache' } ,
78- { text : 'diff' , link : '/reference/commands/diff' } ,
79- { text : 'merge' , link : '/reference/commands/merge' }
55+ { text : 'All Commands' , link : '/guide/cli-reference' }
8056 ]
8157 }
8258 ] ,
0 commit comments