@@ -29,26 +29,27 @@ module.exports = config({
29
29
repo : "https://github.com/Snailclimb/JavaGuide" ,
30
30
nav : [
31
31
{ text : "Java面试指南" , icon : "java" , link : "/" , } ,
32
+ { text : "Java面试指北" , icon : "java" , link : "https://www.yuque.com/docs/share/f37fc804-bfe6-4b0d-b373-9c462188fec7?#%20%E3%80%8A%E3%80%8AJava%E9%9D%A2%E8%AF%95%E8%BF%9B%E9%98%B6%E6%8C%87%E5%8C%97%20%20%E6%89%93%E9%80%A0%E4%B8%AA%E4%BA%BA%E7%9A%84%E6%8A%80%E6%9C%AF%E7%AB%9E%E4%BA%89%E5%8A%9B%E3%80%8B%E3%80%8B" , } ,
32
33
{
33
- text : "Java精选" , icon : "file" ,
34
+ text : "Java精选" , icon : "file" , icon : "java" ,
34
35
items : [
35
36
{ text : "Java书单精选" , icon : "book" , link : "https://gitee.com/SnailClimb/awesome-cs" } ,
36
37
{ text : "Java学习路线" , icon : "luxianchaxun" , link : "https://zhuanlan.zhihu.com/p/379041500" } ,
37
- { text : "Java开源项目精选" , icon : "luxianchaxun " , link : "https://gitee.com/SnailClimb/awesome-java" }
38
+ { text : "Java开源项目精选" , icon : "git " , link : "https://gitee.com/SnailClimb/awesome-java" }
38
39
] ,
39
40
} ,
40
41
{ text : "IDEA指南" , icon : "intellijidea" , link : "/idea-tutorial/" , } ,
41
42
{ text : "开发工具" , icon : "Tools" , link : "/tools/" , } ,
42
43
{
43
- text : "PDF资源" , icon : "file " ,
44
+ text : "PDF资源" , icon : "pdf " ,
44
45
items : [
45
46
{ text : "JavaGuide面试突击版" , link : "https://t.1yb.co/Fy1e" , } ,
46
47
{ text : "消息队列常见知识点&面试题总结" , link : "https://t.1yb.co/Fy0u" , } ,
47
48
{ text : "图解计算机基础!" , link : "https://mp.weixin.qq.com/s?__biz=Mzg2OTA0Njk0OA==&mid=100021725&idx=1&sn=2db9664ca25363139a81691043e9fd8f&chksm=4ea19a1679d61300d8990f7e43bfc7f476577a81b712cf0f9c6f6552a8b219bc081efddb5c54#rd" }
48
49
] ,
49
50
} ,
50
51
{
51
- text : "关于作者" , link : "/about-the-author/"
52
+ text : "关于作者" , icon : "zuozhe" , link : "/about-the-author/"
52
53
} ,
53
54
] ,
54
55
sidebar : {
@@ -73,7 +74,7 @@ module.exports = config({
73
74
} ,
74
75
{
75
76
title : "Docker" ,
76
- icon : "git " ,
77
+ icon : "docker1 " ,
77
78
prefix : "docker/" ,
78
79
collapsable : false ,
79
80
children : [ "docker" , "docker从入门到实战" ]
@@ -100,7 +101,7 @@ module.exports = config({
100
101
children : [
101
102
"shortcut-key" , "idea-themes" , "improve-code" , "interface-beautification" ,
102
103
"camel-case" , "code-glance" , "code-statistic" ,
103
- "git-commit-template" , "gson-format" , "dea -features-trainer" , "jclasslib" ,
104
+ "git-commit-template" , "gson-format" , "idea -features-trainer" , "jclasslib" ,
104
105
"maven-helper" , "rest-devlop" , "save-actions" , "sequence-diagram" , "translation" ,
105
106
"others"
106
107
]
@@ -122,7 +123,7 @@ module.exports = config({
122
123
{
123
124
title : "容器" , prefix : "collection/" ,
124
125
children : [
125
- "java集合框架基础知识&面试题总结" , "java集合使用注意事项总结 " ,
126
+ "java集合框架基础知识&面试题总结" , "java集合使用注意事项 " ,
126
127
{
127
128
title : "源码分析" ,
128
129
children : [ "arraylist-source-code" , "hashmap-source-code" , "concurrent-hash-map-source-code" ] ,
@@ -141,15 +142,15 @@ module.exports = config({
141
142
} ,
142
143
{
143
144
title : "JVM" , prefix : "jvm/" ,
144
- 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 "] ,
145
146
} ,
146
147
{
147
148
title : "新特性" , prefix : "new-features/" ,
148
- children : [ "java8-common-new-features" , "java8新特性总结 " , "java新特性总结" ] ,
149
+ children : [ "java8-common-new-features" , "java8-tutorial-translate " , "java新特性总结" ] ,
149
150
} ,
150
151
{
151
152
title : "小技巧" , prefix : "tips/" ,
152
- children : [ "locate-performance-problems/手把手教你定位常见Java性能问题" , "jad反编译tricks " ] ,
153
+ children : [ "locate-performance-problems/手把手教你定位常见Java性能问题" , "jad " ] ,
153
154
} ,
154
155
] ,
155
156
} ,
@@ -165,7 +166,7 @@ module.exports = config({
165
166
{
166
167
title : "操作系统" , prefix : "operating-system/" , icon : "caozuoxitong" ,
167
168
children : [
168
- "basis " , "linux" , "shell"
169
+ "操作系统常见面试题&知识点总结 " , "linux-intro " , "shell-intro "
169
170
] ,
170
171
} ,
171
172
{
@@ -201,7 +202,7 @@ module.exports = config({
201
202
} ,
202
203
{
203
204
title : "Redis" , prefix : "redis/" ,
204
- children : [ "redis-all " , "3-commonly-used-cache-read-and-write-strategies" ] ,
205
+ children : [ "redis知识点&面试题总结 " , "3-commonly-used-cache-read-and-write-strategies" ] ,
205
206
} ,
206
207
] ,
207
208
} ,
0 commit comments