Skip to content

Commit

Permalink
fix(path): correct incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbenben committed Mar 2, 2024
1 parent b8c489c commit 43f23b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default sidebar({
text: "FrondEnd",
icon: "app",
collapsible: true,
children: ["Vue.md", "HTML.md", "JavaScript.md", "Python.md"],
children: ["HTML.md", "Javascript.md", "Vue.md", "Python.md"],
},
],
},
Expand All @@ -129,7 +129,7 @@ export default sidebar({
children: "structure",
},
],
// 独立功能区
// 专题区(独立侧边栏)
"/services/dockers-on-nas/": "structure",
"/family/baby/": "structure",
});

0 comments on commit 43f23b2

Please sign in to comment.