@@ -19,15 +19,15 @@ module.exports = [
1919 children : [
2020 {
2121 text : "html相关" ,
22- link : "/front_end/base_begin /html" ,
22+ link : "/front-end/base-begin /html" ,
2323 } ,
2424 {
2525 text : "js相关" ,
26- link : "/front_end/base_begin /javascript" ,
26+ link : "/front-end/base-begin /javascript" ,
2727 } ,
2828 {
2929 text : "css相关" ,
30- link : "/front_end/base_begin /css" ,
30+ link : "/front-end/base-begin /css" ,
3131 } ,
3232 ] ,
3333 } ,
@@ -36,11 +36,11 @@ module.exports = [
3636 children : [
3737 {
3838 text : "JQuery.js" ,
39- link : "/front_end/front_framework /jquery" ,
39+ link : "/front-end/front-framework /jquery" ,
4040 } ,
4141 {
4242 text : "Vue.js" ,
43- link : "/front_end/front_framework /vue" ,
43+ link : "/front-end/front-framework /vue" ,
4444 } ,
4545 {
4646 text : "Nuxt.js" ,
@@ -50,7 +50,7 @@ module.exports = [
5050 } ,
5151 {
5252 text : "UI相关" ,
53- link : "/ui_framework " ,
53+ link : "/ui-framework " ,
5454 // children: [{
5555 // text: 'Bootstrap',
5656 // link: '/html'
@@ -76,11 +76,11 @@ module.exports = [
7676 children : [
7777 {
7878 text : "包管理器" ,
79- link : "/front_end/server_deploy/static_nginx " ,
79+ link : "/front-end/server-deploy/static-nginx " ,
8080 } ,
8181 {
8282 text : "服务端渲染" ,
83- link : "/front_end/server_deploy/front_end_server " ,
83+ link : "/front-end/server-deploy/front-end-server " ,
8484 } ,
8585 ] ,
8686 } ,
@@ -89,11 +89,11 @@ module.exports = [
8989 children : [
9090 {
9191 text : "前端分离【nginx】" ,
92- link : "/front_end/server_deploy/static_nginx " ,
92+ link : "/front-end/server-deploy/static-nginx " ,
9393 } ,
9494 {
9595 text : "服务端渲染" ,
96- link : "/front_end/server_deploy/front_end_server " ,
96+ link : "/front-end/server-deploy/front-end-server " ,
9797 } ,
9898 ] ,
9999 } ,
@@ -104,33 +104,33 @@ module.exports = [
104104 children : [
105105 {
106106 text : "Node.js" ,
107- link : "/server_end/node_learn " ,
107+ link : "/server-end/node-learn " ,
108108 } ,
109109 {
110110 text : "TypeScript" ,
111- link : "/server_end/ts_learn " ,
111+ link : "/server-end/ts-learn " ,
112112 } ,
113113 {
114114 text : "常用框架" ,
115115 children : [
116116 {
117117 text : "Express和Koa" ,
118- link : "/server_end /framework/express_koa_learn " ,
118+ link : "/server-end /framework/express-koa-learn " ,
119119 } ,
120120 // {
121121 // text: 'Koa', link: '/'
122122 // },
123123 {
124124 text : "Egg.js" ,
125- link : "/server_end /framework/egg_learn " ,
125+ link : "/server-end /framework/egg-learn " ,
126126 } ,
127127 {
128128 text : "Nest.js" ,
129- link : "/server_end /framework/nest_learn " ,
129+ link : "/server-end /framework/nest-learn " ,
130130 } ,
131131 {
132132 text : "Midway" ,
133- link : "/server_end /framework/midway_learn " ,
133+ link : "/server-end /framework/midway-learn " ,
134134 } ,
135135 ] ,
136136 } ,
@@ -139,15 +139,15 @@ module.exports = [
139139 children : [
140140 {
141141 text : "Redis" ,
142- link : "/server_end /database/redis" ,
142+ link : "/server-end /database/redis" ,
143143 } ,
144144 {
145145 text : "MySQL" ,
146- link : "/server_end /database/mysql" ,
146+ link : "/server-end /database/mysql" ,
147147 } ,
148148 {
149149 text : "Mongo" ,
150- link : "/server_end /database/mongo" ,
150+ link : "/server-end /database/mongo" ,
151151 } ,
152152 ] ,
153153 } ,
@@ -172,16 +172,16 @@ module.exports = [
172172 children : [
173173 {
174174 text : "Docker基础" ,
175- link : "/server_end/container_learn/docker_base " ,
175+ link : "/server-end/container-learn/docker-base " ,
176176 } ,
177177
178178 {
179179 text : "服务部署" ,
180- link : "/server_end/container_learn/server_deploy " ,
180+ link : "/server-end/container-learn/server-deploy " ,
181181 } ,
182182 {
183183 text : "服务集群编排" ,
184- link : "/server_end/container_learn/docker_layout " ,
184+ link : "/server-end/container-learn/docker-layout " ,
185185 } ,
186186 ] ,
187187 } ,
@@ -205,7 +205,7 @@ module.exports = [
205205 children : [
206206 {
207207 text : "刷题整理" ,
208- link : "/solo_algorithm/question_collections " ,
208+ link : "/solo-algorithm/question-collections " ,
209209 } ,
210210 {
211211 text : "刷题平台" ,
@@ -243,22 +243,22 @@ module.exports = [
243243 children : [
244244 {
245245 text : "常见面试题" ,
246- link : "/battle_interview/interview_problems " ,
246+ link : "/battle-interview/interview-problems " ,
247247 } ,
248248 {
249249 text : "面经分享" ,
250- link : "/battle_interview/introduce_share " ,
250+ link : "/battle-interview/introduce-share " ,
251251 } ,
252252 {
253253 text : "工作机会" ,
254254 children : [
255255 {
256256 text : "校招" ,
257- link : "/battle_interview/school_recruit " ,
257+ link : "/battle-interview/school-recruit " ,
258258 } ,
259259 {
260260 text : "社招" ,
261- link : "/battle_interview/social_recruit " ,
261+ link : "/battle-interview/social-recruit " ,
262262 } ,
263263 ] ,
264264 } ,
@@ -330,7 +330,7 @@ module.exports = [
330330 children : [
331331 {
332332 text : "平台汇总" ,
333- link : "/sum_links " ,
333+ link : "/sum-links " ,
334334 } ,
335335 {
336336 text : "技术文档" ,
0 commit comments