Skip to content

Commit a7af2f1

Browse files
committed
refactor:细分专栏,精简导航栏
1 parent 394339f commit a7af2f1

14 files changed

+948
-25
lines changed

docs/.vuepress/config.js

Lines changed: 58 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,16 @@ module.exports = {
139139
]
140140
},
141141
{
142-
text: '并发',
143-
link: '/md/concurrency/00-Java并发编程.md'
144-
},
145-
{
146-
text: 'JVM',
147-
link: '/md/jvm/01-JVM虚拟机-上篇.md'
142+
text: ' Java',
143+
items: [
144+
{text: ' 并发', items: [
145+
{text: '00-Java并发编程', link: '/md/java/00-Java并发编程.md'},
146+
]},
147+
148+
{text: ' JVM', items: [
149+
{text: '01-JVM虚拟机-上篇',link: '/md/java/01-JVM虚拟机-上篇.md'},
150+
]},
151+
]
148152
},
149153
{
150154
text: 'Dubbo',
@@ -219,6 +223,18 @@ module.exports = {
219223
}
220224
]
221225
},
226+
{
227+
text: 'Vue',
228+
items: [
229+
{text: '01-Vue开发实战', link: '/md/vue/01-Vue开发实战.md'},
230+
]
231+
},
232+
{
233+
text: 'AI',
234+
items: [
235+
{text: 'Claude3到底多强', link: '/md/AI/Claude3到底多强.md'},
236+
]
237+
},
222238
{
223239
text: '职业规划',
224240
items: [
@@ -352,24 +368,24 @@ module.exports = {
352368
],
353369
"/md/network/": [
354370
{
355-
title: "计网",
371+
title: "计基",
356372
collapsable: false,
357373
sidebarDepth: 0,
358374
children: [
359375
"计算机网络-网络层原理.md"
360376
]
361377
}
362378
],
363-
"/md/MQTT/": [
364-
{
365-
title: "MQTT",
366-
collapsable: false,
367-
sidebarDepth: 0,
368-
children: [
369-
"07-MQTT发布订阅模式介绍.md"
370-
]
371-
}
372-
],
379+
// "/md/MQTT/": [
380+
// {
381+
// title: "MQTT",
382+
// collapsable: false,
383+
// sidebarDepth: 0,
384+
// children: [
385+
// "07-MQTT发布订阅模式介绍.md"
386+
// ]
387+
// }
388+
// ],
373389
"/md/spider/": [
374390
{
375391
title: "爬虫",
@@ -380,9 +396,9 @@ module.exports = {
380396
]
381397
}
382398
],
383-
"/md/concurrency/": [
399+
"/md/java/": [
384400
{
385-
title: "并发编程",
401+
title: "并发",
386402
collapsable: false,
387403
sidebarDepth: 0,
388404
children: [
@@ -393,9 +409,7 @@ module.exports = {
393409
"04-线程池以及生产环境使用.md",
394410
"05-京东并行框架asyncTool如何针对高并发场景进行优化?.md",
395411
]
396-
}
397-
],
398-
"/md/jvm/": [
412+
},
399413
{
400414
title: "JVM",
401415
collapsable: false,
@@ -404,7 +418,7 @@ module.exports = {
404418
"01-JVM虚拟机-上篇.md",
405419
"02-JVM虚拟机-下篇.md",
406420
]
407-
}
421+
},
408422
],
409423
"/md/spring/spring-cloud/": [
410424
{
@@ -447,6 +461,7 @@ module.exports = {
447461
children: [
448462
"00-亿级数据量商品系统的SQL调优实战.md",
449463
"MySQL查询优化.md",
464+
"InnoDB架构设计.md",
450465
]
451466
}
452467
],
@@ -536,6 +551,26 @@ module.exports = {
536551
]
537552
}
538553
],
554+
"/md/vue/": [
555+
{
556+
title: "Vue",
557+
collapsable: false,
558+
sidebarDepth: 0,
559+
children: [
560+
"01-Vue开发实战.md",
561+
]
562+
}
563+
],
564+
"/md/AI/": [
565+
{
566+
title: "AI",
567+
collapsable: false,
568+
sidebarDepth: 0,
569+
children: [
570+
"Claude3到底多强.md",
571+
]
572+
}
573+
],
539574
}
540575
}
541576
}

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ actionLinks:
88
- link: https://wx.zsxq.com/dweb2/index/group/51112182212124
99
text: 知识星球
1010
class: secondary
11-
- link: http://www.javaedge.cn/#/article/76
11+
- link: http://www.javaedge.cn:3000/#/article/76
1212
text: 后端技术专家P7学习路线 👣
1313
class: secondary
14-
- link: http://www.javaedge.cn/#/index
14+
- link: http://www.javaedge.cn:3000/#/index
1515
text: 网站 💐
1616
class: secondary
1717
footer:

docs/md/AI/Claude3到底多强.md

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)