Skip to content

Commit 979bd88

Browse files
committed
fix:修正文案
1 parent a896eae commit 979bd88

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/.vuepress/config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = {
8989
]
9090
},
9191
{
92-
text: '业务架构',
92+
text: '架构',
9393
items: [
9494
{text: '00-聚合支付架构', link: '/md/biz-arch/00-聚合支付架构从零到一.md'},
9595
{text: '01-供应链域数据中台设计', link: '/md/biz-arch/01-供应链域数据中台设计.md'},
@@ -108,7 +108,7 @@ module.exports = {
108108
]
109109
},
110110
{
111-
text: '大数据平台',
111+
text: '大数据',
112112
items: [
113113
{text: '00-互联网大厂的大数据平台架构', link: '/md/bigdata/大数据平台架构.md'},
114114
{text: '01-数据库的下一站:对象存储', link: '/md/bigdata/数据库的下一站:对象存储.md'},
@@ -133,7 +133,7 @@ module.exports = {
133133
]
134134
},
135135
{
136-
text: '并发编程',
136+
text: '并发',
137137
items: [
138138
{text: '00-Java并发编程', link: '/md/concurrency/00-Java并发编程.md'},
139139
]
@@ -143,7 +143,7 @@ module.exports = {
143143
link: '/md/Dubbo/01-互联网架构的发展历程.md'
144144
},
145145
{
146-
text: 'Spring Cloud',
146+
text: 'SpringCloud',
147147
items: [
148148
{text: 'SpringCloudAlibaba介绍', link: '/md/spring/spring-cloud/SpringCloudAlibaba介绍.md'},
149149
{text: 'SpringCloudGateway工作原理与链路图', link: '/md/spring/spring-cloud/SpringCloudGateway工作原理与链路图.md'}
@@ -162,7 +162,7 @@ module.exports = {
162162
]
163163
},
164164
{
165-
text: '计算机网络',
165+
text: '计网',
166166
items: [
167167
{text: '00-计算机网络-网络层原理', link: '/md/network/计算机网络-网络层原理.md'},
168168
]
@@ -172,7 +172,7 @@ module.exports = {
172172
link: '/md/spider/00-爬虫基础.md'
173173
},
174174
{
175-
text: '面试题',
175+
text: '面试',
176176
link: '/md/zqy/面试题/01-分布式技术面试实战.md'
177177
},
178178
{
@@ -275,7 +275,7 @@ module.exports = {
275275
],
276276
"/md/bigdata/": [
277277
{
278-
title: "大数据平台",
278+
title: "大数据",
279279
collapsable: false,
280280
sidebarDepth: 0,
281281
children: [
@@ -296,7 +296,7 @@ module.exports = {
296296
],
297297
"/md/network/": [
298298
{
299-
title: "计算机网络",
299+
title: "计网",
300300
collapsable: false,
301301
sidebarDepth: 0,
302302
children: [
@@ -316,7 +316,7 @@ module.exports = {
316316
],
317317
"/md/spider/": [
318318
{
319-
title: "MQTT",
319+
title: "爬虫",
320320
collapsable: false,
321321
sidebarDepth: 0,
322322
children: [

0 commit comments

Comments
 (0)