@@ -35,7 +35,7 @@ module.exports = config({
35
35
items : [
36
36
{ text : "Java书单精选" , icon : "book" , link : "https://gitee.com/SnailClimb/awesome-cs" } ,
37
37
{ text : "Java学习路线" , icon : "luxianchaxun" , link : "https://zhuanlan.zhihu.com/p/379041500" } ,
38
- { text : "Java开源项目精选" , icon : "luxianchaxun " , link : "https://gitee.com/SnailClimb/awesome-java" }
38
+ { text : "Java开源项目精选" , icon : "git " , link : "https://gitee.com/SnailClimb/awesome-java" }
39
39
] ,
40
40
} ,
41
41
{ text : "IDEA指南" , icon : "intellijidea" , link : "/idea-tutorial/" , } ,
@@ -74,7 +74,7 @@ module.exports = config({
74
74
} ,
75
75
{
76
76
title : "Docker" ,
77
- icon : "git " ,
77
+ icon : "docker1 " ,
78
78
prefix : "docker/" ,
79
79
collapsable : false ,
80
80
children : [ "docker" , "docker从入门到实战" ]
@@ -101,7 +101,7 @@ module.exports = config({
101
101
children : [
102
102
"shortcut-key" , "idea-themes" , "improve-code" , "interface-beautification" ,
103
103
"camel-case" , "code-glance" , "code-statistic" ,
104
- "git-commit-template" , "gson-format" , "dea -features-trainer" , "jclasslib" ,
104
+ "git-commit-template" , "gson-format" , "idea -features-trainer" , "jclasslib" ,
105
105
"maven-helper" , "rest-devlop" , "save-actions" , "sequence-diagram" , "translation" ,
106
106
"others"
107
107
]
@@ -123,7 +123,7 @@ module.exports = config({
123
123
{
124
124
title : "容器" , prefix : "collection/" ,
125
125
children : [
126
- "java集合框架基础知识&面试题总结" , "java集合使用注意事项总结 " ,
126
+ "java集合框架基础知识&面试题总结" , "java集合使用注意事项 " ,
127
127
{
128
128
title : "源码分析" ,
129
129
children : [ "arraylist-source-code" , "hashmap-source-code" , "concurrent-hash-map-source-code" ] ,
@@ -142,15 +142,15 @@ module.exports = config({
142
142
} ,
143
143
{
144
144
title : "JVM" , prefix : "jvm/" ,
145
- children : [ "内存区域 " , "jvm垃圾回收 " , "类文件结构 " , "类加载过程 " , "类加载器 " , "jvm参数指南 " , "[加餐]大白话带你认识jvm " ] ,
145
+ children : [ "memory-area " , "jvm-garbage-collection " , "class-file-structure " , "class-loading-process " , "classloader " , "jvm-parameters-intro " , "jvm-intro" , "jdk-monitoring-and-troubleshooting-tools "] ,
146
146
} ,
147
147
{
148
148
title : "新特性" , prefix : "new-features/" ,
149
- children : [ "java8-common-new-features" , "java8新特性总结 " , "java新特性总结" ] ,
149
+ children : [ "java8-common-new-features" , "java8-tutorial-translate " , "java新特性总结" ] ,
150
150
} ,
151
151
{
152
152
title : "小技巧" , prefix : "tips/" ,
153
- children : [ "locate-performance-problems/手把手教你定位常见Java性能问题" , "jad反编译tricks " ] ,
153
+ children : [ "locate-performance-problems/手把手教你定位常见Java性能问题" , "jad " ] ,
154
154
} ,
155
155
] ,
156
156
} ,
@@ -166,7 +166,7 @@ module.exports = config({
166
166
{
167
167
title : "操作系统" , prefix : "operating-system/" , icon : "caozuoxitong" ,
168
168
children : [
169
- "basis " , "linux" , "shell"
169
+ "操作系统常见面试题&知识点总结 " , "linux-intro " , "shell-intro "
170
170
] ,
171
171
} ,
172
172
{
@@ -202,7 +202,7 @@ module.exports = config({
202
202
} ,
203
203
{
204
204
title : "Redis" , prefix : "redis/" ,
205
- children : [ "redis-all " , "3-commonly-used-cache-read-and-write-strategies" ] ,
205
+ children : [ "redis知识点&面试题总结 " , "3-commonly-used-cache-read-and-write-strategies" ] ,
206
206
} ,
207
207
] ,
208
208
} ,
0 commit comments