Skip to content

Commit 70c0e42

Browse files
committed
fix:修正 JDK 细分专栏位置
1 parent 2bf4a82 commit 70c0e42

File tree

3 files changed

+666
-16
lines changed

3 files changed

+666
-16
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ module.exports = {
299299
text: 'JDK',
300300
items: [{
301301
text: 'JDK22新特性',
302-
link: '/md/java/jdk/JDK22新特性.md'
302+
link: '/md/java/JDK22新特性.md'
303303
}, ]
304304
},
305305
]
@@ -743,27 +743,15 @@ module.exports = {
743743
"高并发BI系统避免频繁Y-GC",
744744
]
745745
},
746-
],
747-
"/md/java/jdk/": [
748746
{
749-
title: "JDK22新特性",
747+
title: "JDK新特性",
750748
collapsable: false,
751749
sidebarDepth: 0,
752750
children: [
751+
"JDK21新特性.md",
753752
"JDK22新特性.md",
754753
]
755-
},
756-
{
757-
title: "JDK8新特性",
758-
collapsable: false,
759-
sidebarDepth: 0,
760-
children: [
761-
"JVM专栏概述",
762-
"01-JVM虚拟机-上篇",
763-
"02-JVM虚拟机-下篇",
764-
"高并发BI系统避免频繁Y-GC",
765-
]
766-
},
754+
},
767755
],
768756
"/md/algorithm/logic/leetcode/": [{
769757
title: "阿里秋招算法",

0 commit comments

Comments
 (0)