Skip to content

Commit 13270a6

Browse files
committed
docs:新增职业规划专栏&&精简专栏名称
1 parent 676f1e2 commit 13270a6

2 files changed

Lines changed: 346 additions & 3 deletions

File tree

docs/.vuepress/config.js

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ module.exports = {
127127
]
128128
},
129129
{
130-
text: '消息队列',
130+
text: 'MQ',
131131
items: [
132132
{text: 'Kafka', items: [
133133
{text: '基于kafka实现延迟队列',link: '/md/kafka/15-基于kafka实现延迟队列.md'},
@@ -181,7 +181,7 @@ module.exports = {
181181
]
182182
},
183183
{
184-
text: 'Docker',
184+
text: '云原生',
185185
items: [
186186
{text: '00-Docker基础命令大全', link: '/md/docker/00-Docker基础命令大全.md'}
187187
]
@@ -213,7 +213,11 @@ module.exports = {
213213

214214
]}
215215
]
216-
}
216+
},
217+
{
218+
text: '职业规划',
219+
link: '/md/career/Java工程师必读书单.md'
220+
},
217221
],
218222
// 配置文章的侧边导航栏 新增文章提交前都需要在此处操作!!!
219223
sidebar: {
@@ -505,6 +509,16 @@ module.exports = {
505509
]
506510
}
507511
],
512+
"/md/career/": [
513+
{
514+
title: "职业规划",
515+
collapsable: false,
516+
sidebarDepth: 0,
517+
children: [
518+
"Java工程师必读书单.md",
519+
]
520+
}
521+
],
508522
}
509523
}
510524
}

0 commit comments

Comments
 (0)