@@ -33,33 +33,33 @@ export default defineConfig({
3333 {
3434 text : '开始' ,
3535 items : [
36- { text : '准备工作' , link : 'docs/ pre' } ,
36+ { text : '准备工作' , link : 'pre' } ,
3737 ]
3838 } ,
3939 {
4040 text : 'Kubernetes' ,
4141 items : [
42- { text : 'Container' , link : 'docs/ container' } ,
43- { text : 'Pod' , link : 'docs/ pod' } ,
44- { text : 'Deployment' , link : 'docs/ deployment' } ,
45- { text : 'Service' , link : 'docs/ service' } ,
46- { text : 'Ingress' , link : 'docs/ ingress' } ,
47- { text : 'Namespace' , link : 'docs/ namespace' } ,
48- { text : 'ConfigMap' , link : 'docs/ configmap' } ,
49- { text : 'Secret' , link : 'docs/ secret' } ,
50- { text : 'Job' , link : 'docs/ job' } ,
42+ { text : 'Container' , link : 'container' } ,
43+ { text : 'Pod' , link : 'pod' } ,
44+ { text : 'Deployment' , link : 'deployment' } ,
45+ { text : 'Service' , link : 'service' } ,
46+ { text : 'Ingress' , link : 'ingress' } ,
47+ { text : 'Namespace' , link : 'namespace' } ,
48+ { text : 'ConfigMap' , link : 'configmap' } ,
49+ { text : 'Secret' , link : 'secret' } ,
50+ { text : 'Job' , link : 'job' } ,
5151 ]
5252 } ,
5353 {
5454 text : 'Helm' ,
5555 items : [
56- { text : 'Helm' , link : 'docs/ helm' } ,
56+ { text : 'Helm' , link : 'helm' } ,
5757 ]
5858 } ,
5959 {
6060 text : 'Others' ,
6161 items : [
62- { text : 'Dashboard' , link : 'docs/ dashboard' } ,
62+ { text : 'Dashboard' , link : 'dashboard' } ,
6363 ]
6464 }
6565 ] ,
0 commit comments