Skip to content

Commit 6a3c75e

Browse files
author
LIANGLINJIANG888
committed
2 parents 0b8c5ef + 13270a6 commit 6a3c75e

3 files changed

Lines changed: 347 additions & 4 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
]
@@ -218,7 +218,11 @@ module.exports = {
218218
]
219219
}
220220
]
221-
}
221+
},
222+
{
223+
text: '职业规划',
224+
link: '/md/career/Java工程师必读书单.md'
225+
},
222226
],
223227
// 配置文章的侧边导航栏 新增文章提交前都需要在此处操作!!!
224228
sidebar: {
@@ -514,6 +518,16 @@ module.exports = {
514518
]
515519
}
516520
],
521+
"/md/career/": [
522+
{
523+
title: "职业规划",
524+
collapsable: false,
525+
sidebarDepth: 0,
526+
children: [
527+
"Java工程师必读书单.md",
528+
]
529+
}
530+
],
517531
}
518532
}
519533
}

0 commit comments

Comments
 (0)