Skip to content

Commit 8b13b7f

Browse files
committed
perf:精简专栏目录
1 parent 50a6b73 commit 8b13b7f

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

docs/.vuepress/config.js

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -186,18 +186,6 @@ module.exports = {
186186
},
187187
]
188188
},
189-
190-
{
191-
text: '管理',
192-
items: [{
193-
text: '项目管理',
194-
items: [{
195-
text: '00-如何学习项目管理专栏',
196-
link: '/md/mgr/00-如何学习项目管理专栏.md'
197-
}, ]
198-
}, ]
199-
},
200-
201189
{
202190
text: '项目实战',
203191
items: [
@@ -688,10 +676,17 @@ module.exports = {
688676
},
689677
{
690678
text: '职业规划',
691-
items: [{
692-
text: '01-Java工程师必读书单',
693-
link: '/md/career/01-Java工程师必读书单.md'
694-
}, ]
679+
items: [
680+
{
681+
text: '01-Java工程师必读书单',
682+
link: '/md/career/01-Java工程师必读书单.md'
683+
},
684+
{
685+
text: '00-如何学习项目管理专栏',
686+
link: '/md/mgr/00-如何学习项目管理专栏.md'
687+
},
688+
689+
]
695690
},
696691

697692
{

0 commit comments

Comments
 (0)