@@ -29,8 +29,9 @@ 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" } ,
@@ -40,15 +41,15 @@ module.exports = config({
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 : {
0 commit comments