Skip to content

Commit 4e6192b

Browse files
committed
docs:新增 Docker 专栏
1 parent 4e107a3 commit 4e6192b

2 files changed

Lines changed: 918 additions & 7 deletions

File tree

docs/.vuepress/config.js

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = {
7676
"/": {
7777
label: "简体中文",
7878
selectText: "Languages",
79-
editLinkText: "在 GitHub 上编辑此页",
79+
editLinkText: "关注GitHub知识库",
8080
lastUpdated: "上次更新",
8181
nav: [
8282
{
@@ -121,12 +121,6 @@ module.exports = {
121121
{text: '基于电商履约场景的DDD实战', link: '/md/DDD/基于电商履约场景的DDD实战.md'},
122122
]
123123
},
124-
{
125-
text: '计算机网络',
126-
items: [
127-
{text: '00-计算机网络-网络层原理', link: '/md/network/计算机网络-网络层原理.md'},
128-
]
129-
},
130124
{
131125
text: 'MQTT',
132126
items: [
@@ -163,6 +157,18 @@ module.exports = {
163157
{text: '00-亿级数据量商品系统的SQL调优实战', link: '/md/mysql/00-亿级数据量商品系统的SQL调优实战.md'}
164158
]
165159
},
160+
{
161+
text: 'Docker',
162+
items: [
163+
{text: '00-Docker基础命令大全', link: '/md/docker/00-Docker基础命令大全.md'}
164+
]
165+
},
166+
{
167+
text: '计算机网络',
168+
items: [
169+
{text: '00-计算机网络-网络层原理', link: '/md/network/计算机网络-网络层原理.md'},
170+
]
171+
},
166172
{
167173
text: '爬虫',
168174
link: '/md/spider/00-爬虫基础.md'
@@ -347,6 +353,16 @@ module.exports = {
347353
]
348354
}
349355
],
356+
"/md/docker/": [
357+
{
358+
title: "Docker",
359+
collapsable: false,
360+
sidebarDepth: 0,
361+
children: [
362+
"00-Docker基础命令大全.md",
363+
]
364+
}
365+
],
350366
}
351367
}
352368
}

0 commit comments

Comments
 (0)