@@ -60,17 +60,6 @@ export default navbar([
6060 { text : "Kafka面试题" , link : "/message-queue/kafka.md" } ,
6161 ]
6262 }
63- ]
64- } ,
65- {
66- text : "计算机基础" ,
67- icon : "computer" ,
68- children : [
69- { text : "网络" , link : "/computer-basic/network.md" } ,
70- { text : "操作系统" , link : "/computer-basic/operate-system.md" } ,
71- { text : "算法" , link : "/computer-basic/algorithm.md" } ,
72- { text : "LeetCode题解" , link : "/leetcode/hot120" } ,
73- { text : "数据结构" , link : "/computer-basic/data-structure.md" } ,
7463 {
7564 text : "关系型数据库" ,
7665 children : [
@@ -88,8 +77,64 @@ export default navbar([
8877 { text : "ElasticSearch面试题" , link : "https://mp.weixin.qq.com/s/Ffb8NDgavf9QAWYBm0qAVg" } ,
8978 ]
9079 } ,
91- ]
92- } ,
80+ {
81+ text : "计算机基础" ,
82+ icon : "computer" ,
83+ children : [
84+ { text : "网络" , link : "/computer-basic/network.md" } ,
85+ { text : "操作系统" , link : "/computer-basic/operate-system.md" } ,
86+ { text : "算法" , link : "/computer-basic/algorithm.md" } ,
87+ { text : "LeetCode题解" , link : "/leetcode/hot120" } ,
88+ { text : "数据结构" , link : "/computer-basic/data-structure.md" } ,
89+ //{
90+ // text: "关系型数据库",
91+ // children: [
92+ // //{text: "MySQL基础", children: ["/database/mysql-basic/"],},
93+ // {text: "MySQL基础", link: "/database/mysql-basic/"},
94+ // {text: "MySQL面试题", link: "/database/mysql.md"},
95+ // {text: "MySQL执行计划详解", link: "/database/mysql-execution-plan.md"},
96+ // ]
97+ //},
98+ //{
99+ // text: "非关系型数据库",
100+ // children: [
101+ // {text: "Redis基础", link: "/redis/redis-basic/"},
102+ // {text: "Redis面试题", link: "/redis/redis.md"},
103+ // {text: "ElasticSearch面试题", link: "https://mp.weixin.qq.com/s/Ffb8NDgavf9QAWYBm0qAVg"},
104+ // ]
105+ //},
106+ ]
107+ } ,
108+ ]
109+ } ,
110+ //{
111+ // text: "计算机基础",
112+ // icon: "computer",
113+ // children: [
114+ // {text: "网络", link: "/computer-basic/network.md"},
115+ // {text: "操作系统", link: "/computer-basic/operate-system.md"},
116+ // {text: "算法", link: "/computer-basic/algorithm.md"},
117+ // {text: "LeetCode题解", link: "/leetcode/hot120"},
118+ // {text: "数据结构", link: "/computer-basic/data-structure.md"},
119+ // //{
120+ // // text: "关系型数据库",
121+ // // children: [
122+ // // //{text: "MySQL基础", children: ["/database/mysql-basic/"],},
123+ // // {text: "MySQL基础", link: "/database/mysql-basic/"},
124+ // // {text: "MySQL面试题", link: "/database/mysql.md"},
125+ // // {text: "MySQL执行计划详解", link: "/database/mysql-execution-plan.md"},
126+ // // ]
127+ // // },
128+ // //{
129+ // // text: "非关系型数据库",
130+ // // children: [
131+ // // {text: "Redis基础", link: "/redis/redis-basic/"},
132+ // // {text: "Redis面试题", link: "/redis/redis.md"},
133+ // // {text: "ElasticSearch面试题", link: "https://mp.weixin.qq.com/s/Ffb8NDgavf9QAWYBm0qAVg"},
134+ // // ]
135+ // // },
136+ // ]
137+ //},
93138 {
94139 text : "进阶之路" ,
95140 icon : "win" ,
@@ -130,6 +175,13 @@ export default navbar([
130175 // {text: "微信红包系统如何设计?", link: "/advance/system-design/6-wechat-redpacket-design.md"},
131176 // {text: "单点登录设计与实现", link: "/advance/system-design/8-sso-design.md"},
132177 //]
178+ children : [
179+ { text : "扫码登录设计" , link : "/advance/system-design/README.md" } ,
180+ { text : "超时订单自动取消" , link : "/advance/system-design/README.md" } ,
181+ { text : "短链系统设计" , link : "/advance/system-design/README.md" } ,
182+ { text : "微信红包系统如何设计?" , link : "/advance/system-design/README.md" } ,
183+ { text : "单点登录设计与实现" , link : "/advance/system-design/README.md" } ,
184+ ]
133185 } ,
134186 {
135187 text : "海量数据" ,
@@ -193,27 +245,27 @@ export default navbar([
193245 } ,
194246 ]
195247 } ,
196- // {
197- // text: "珍藏资源",
198- // icon: "collection",
199- // children: [
200- // {
201- // text: "学习资源",
202- // children: [
203- // {text: "计算机经典电子书PDF", link: "https://github.com/Tyson0314/java-books"},
204- // {text: "Leetcode刷题笔记", link: "/learning-resources/leetcode-note.md"},
205- // ]
206- // },
207- // {
208- // text: "学习路线",
209- // children: [
210- // {text: "Java学习路线", link: "/learning-resources/java-learn-guide.md"},
211- // {text: "CS学习路线", link: "/learning-resources/cs-learn-guide.md"},
212- // ]
213- // },
214- //
215- // ]
216- // },
248+ {
249+ text : "珍藏资源" ,
250+ icon : "collection" ,
251+ children : [
252+ {
253+ text : "学习资源" ,
254+ children : [
255+ { text : "计算机经典电子书PDF" , link : "https://github.com/Tyson0314/java-books" } ,
256+ { text : "Leetcode刷题笔记" , link : "/learning-resources/leetcode-note.md" } ,
257+ ]
258+ } ,
259+ {
260+ text : "学习路线" ,
261+ children : [
262+ { text : "Java学习路线" , link : "/learning-resources/java-learn-guide.md" } ,
263+ { text : "CS学习路线" , link : "/learning-resources/cs-learn-guide.md" } ,
264+ ]
265+ } ,
266+
267+ ]
268+ } ,
217269 {
218270 text : "关于" ,
219271 icon : "about" ,
0 commit comments