@@ -59,12 +59,8 @@ module.exports = config({
5959 }
6060 } ,
6161 themeConfig : {
62- logo : "/logo.png" ,
63- hostname : "https://javaguide.cn/" ,
64- author : "Guide哥" ,
65- repo : "https://github.com/Snailclimb/JavaGuide" ,
66- editLinks : true ,
67- docsDir : 'docs' ,
62+ logo : "/logo.png" , hostname : "https://javaguide.cn/" , author : "Guide哥" , repo : "https://github.com/Snailclimb/JavaGuide" ,
63+ editLinks : true , docsDir : 'docs' ,
6864 nav : [
6965 { text : "Java面试指南" , icon : "java" , link : "/" , } ,
7066 { 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" , } ,
@@ -113,9 +109,13 @@ module.exports = config({
113109 ] ,
114110 '/high-quality-technical-articles/' : [
115111 {
116- title : "面试" , icon : "mianshixinxi-02" , prefix : "interview/" ,
117- children : [ "the-experience-and-thinking-of-an-interview-experienced-by-an-older-programmer" , "technical-preliminary-preparation" ]
112+ title : "面试" , icon : "mianshixinxi-02" , prefix : "interview/" , collapsable : false ,
113+ children : [ "the-experience-and-thinking-of-an-interview-experienced-by-an-older-programmer" , "technical-preliminary-preparation" ] ,
118114 } ,
115+ {
116+ title : "个人经历" , icon : "zuozhe" , prefix : "personal-experience/" , collapsable : false ,
117+ children : [ "two-years-of-back-end-develop--experience-in-didi&toutiao" ]
118+ }
119119 ] ,
120120 '/idea-tutorial/' :
121121 [
0 commit comments