11export const themeData = {
22 "logo" : "./favicon.ico" ,
3+ "darkMode" : false ,
34 "navbar" : [
45 {
56 "text" : "前端" ,
@@ -106,15 +107,15 @@ export const themeData = {
106107 "children" : [
107108 {
108109 "text" : "Redis" ,
109- "link" : "/"
110+ "link" : "/database/redis "
110111 } ,
111112 {
112113 "text" : "MySQL" ,
113- "link" : "/"
114+ "link" : "/database/mysql "
114115 } ,
115116 {
116117 "text" : "Mongo" ,
117- "link" : "/"
118+ "link" : "/database/mongo "
118119 }
119120 ]
120121 } ,
@@ -123,7 +124,7 @@ export const themeData = {
123124 "children" : [
124125 {
125126 "text" : "RabbitMQ" ,
126- "link" : "/"
127+ "link" : "/mq "
127128 }
128129 ]
129130 } ,
@@ -164,7 +165,7 @@ export const themeData = {
164165 "children" : [
165166 {
166167 "text" : "刷题整理" ,
167- "link" : "/"
168+ "link" : "/solo_algorithm "
168169 } ,
169170 {
170171 "text" : "刷题平台" ,
@@ -190,22 +191,22 @@ export const themeData = {
190191 "children" : [
191192 {
192193 "text" : "常见面试题" ,
193- "link" : "/"
194+ "link" : "/battle_interview/interview_problems "
194195 } ,
195196 {
196197 "text" : "面经分享" ,
197- "link" : "/"
198+ "link" : "/battle_interview/introduce_share "
198199 } ,
199200 {
200201 "text" : "工作机会" ,
201202 "children" : [
202203 {
203204 "text" : "校招" ,
204- "link" : "/school "
205+ "link" : "/battle_interview/school_recruit "
205206 } ,
206207 {
207208 "text" : "社招" ,
208- "link" : "/"
209+ "link" : "/battle_interview/social_recruit "
209210 }
210211 ]
211212 } ,
@@ -269,6 +270,10 @@ export const themeData = {
269270 {
270271 "text" : "日常学习" ,
271272 "link" : "/"
273+ } ,
274+ {
275+ "text" : "历史版本" ,
276+ "link" : "ddd"
272277 }
273278 ]
274279 } ,
@@ -277,7 +282,7 @@ export const themeData = {
277282 "children" : [
278283 {
279284 "text" : "链接汇总" ,
280- "link" : "/"
285+ "link" : "/sum_links "
281286 } ,
282287 {
283288 "text" : "技术文档" ,
@@ -292,34 +297,32 @@ export const themeData = {
292297 }
293298 ] ,
294299 "sidebar" : {
295- "/read_books/ " : [
300+ "/read_books" : [
296301 {
297- "title" : "Group 1" ,
298- "path" : "/foo/" ,
299- "collapsable" : false ,
300- "sidebarDepth" : 1 ,
302+ "text" : "Foo" ,
303+ "link" : "/foo/" ,
301304 "children" : [
302- "/"
305+ {
306+ "text" : "github" ,
307+ "link" : "https://github.com" ,
308+ "children" : [ ]
309+ } ,
310+ "/foo/bar.md"
303311 ]
304312 } ,
305- {
306- "title" : "Group 2" ,
307- "children" : [ ] ,
308- "initialOpenGroupIndex" : - 1
309- }
313+ "/bar/README.md"
310314 ]
311315 } ,
312316 "smoothScroll" : true ,
313317 "lastUpdated" : true ,
314318 "lastUpdatedText" : "最近更新" ,
315- "contributorsText" : "鸣谢 " ,
319+ "contributorsText" : "感谢 " ,
316320 "notFound" : [
317321 "not exist"
318322 ] ,
319323 "backToHome" : "返回首页" ,
320324 "repo" : "https://github.com/mmdapl/JavaScriptCollection" ,
321- "editLinks" : true ,
322- "editLinkText" : "帮助我们改善此页面!" ,
325+ "editLink" : false ,
323326 "displayAllHeaders" : true ,
324327 "search" : true ,
325328 "searchMaxSuggestions" : 10 ,
@@ -328,11 +331,10 @@ export const themeData = {
328331 "selectLanguageName" : "English"
329332 }
330333 } ,
331- "darkMode" : true ,
332334 "selectLanguageText" : "Languages" ,
333335 "selectLanguageAriaLabel" : "Select language" ,
334336 "sidebarDepth" : 2 ,
335- "editLink " : true ,
337+ "editLinkText " : "Edit this page" ,
336338 "contributors" : true ,
337339 "openInNewWindow" : "open in new window" ,
338340 "toggleDarkMode" : "toggle dark mode" ,
0 commit comments