Skip to content

Commit 2bf4a82

Browse files
committed
docs:新增 JDK 细分专栏
1 parent b70b5bf commit 2bf4a82

File tree

3 files changed

+668
-7
lines changed

3 files changed

+668
-7
lines changed

docs/.vuepress/config.js

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,14 @@ module.exports = {
294294
link: '/md/java/JVM专栏概述.md'
295295
}, ]
296296
},
297+
298+
{
299+
text: 'JDK',
300+
items: [{
301+
text: 'JDK22新特性',
302+
link: '/md/java/jdk/JDK22新特性.md'
303+
}, ]
304+
},
297305
]
298306
},
299307
{
@@ -736,6 +744,27 @@ module.exports = {
736744
]
737745
},
738746
],
747+
"/md/java/jdk/": [
748+
{
749+
title: "JDK22新特性",
750+
collapsable: false,
751+
sidebarDepth: 0,
752+
children: [
753+
"JDK22新特性.md",
754+
]
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+
},
767+
],
739768
"/md/algorithm/logic/leetcode/": [{
740769
title: "阿里秋招算法",
741770
collapsable: false,

0 commit comments

Comments
 (0)