Skip to content

Commit

Permalink
优化目录
Browse files Browse the repository at this point in the history
  • Loading branch information
â€zhangjinzhe committed Aug 2, 2023
1 parent 17e5d14 commit 9940cc4
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .vitepress/router/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ const nav = [
text: 'Javascript',
link: '/docs/blog/javascript/数据类型/原始类型和引用类型.md'
},
{
text: "工程化",
link: '/docs/blog/工程化/前端自动化.md'
},
{
text: "Vue",
link: '/docs/blog/Vue/vuex+组件封装loading.md'
Expand All @@ -26,7 +22,10 @@ const nav = [
text: "HTTP",
link: '/docs/blog/HTTP/HTTP和HTTPS'
},

{
text: "工程化",
link: '/docs/blog/工程化/前端自动化.md'
},
]
},
{
Expand Down Expand Up @@ -55,16 +54,8 @@ const nav = [
]
},
{
text: "Git",
link: '/docs/blog/Git/Git入门',
},
{
text: "MarkDown",
link: '/docs/blog/md/MarkDown入门'
},
{
text: "Docker",
link: '/docs/blog/docker/docker'
text: "其他技术",
link: '/docs/blog/其他技术/Git/Git入门',
},
{
text: "读书笔记",
Expand Down
14 changes: 14 additions & 0 deletions .vitepress/router/side.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,20 @@ const sidebar = {
text: "踏板效应",
link: "/docs/blog/概念/踏板效应"
},
],
'/docs/blog/其他技术': [
{
text: "Git",
link: '/docs/blog/其他技术/Git/Git入门',
},
{
text: "Docker",
link: '/docs/blog/其他技术/docker/docker',
},
{
text: "MarkDown",
link: '/docs/blog/其他技术/md/MarkDown',
},
]
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit 9940cc4

Please sign in to comment.