@@ -25,30 +25,30 @@ module.exports = {
2525 // 主题配置
2626 themeConfig : {
2727 nav : [
28- { text : '数据库综合' , link : '/01.数据库综合/' } ,
29- { text : '数据库中间件' , link : '/02.数据库中间件/' } ,
28+ { text : '数据库综合' , link : '/01.计算机科学/02.数据库/01. 数据库综合/' } ,
29+ { text : '数据库中间件' , link : '/01.计算机科学/02.数据库/ 02.数据库中间件/' } ,
3030 {
3131 text : '关系型数据库' ,
32- link : '/03.关系型数据库/' ,
32+ link : '/01.计算机科学/02.数据库/ 03.关系型数据库/' ,
3333 items : [
34- { text : '综合' , link : '/03.关系型数据库/01.综合/' } ,
35- { text : 'Mysql' , link : '/03.关系型数据库/02.Mysql/' } ,
36- { text : '其他' , link : '/03.关系型数据库/99.其他/' }
34+ { text : '综合' , link : '/01.计算机科学/02.数据库/ 03.关系型数据库/01.综合/' } ,
35+ { text : 'Mysql' , link : '/01.计算机科学/02.数据库/ 03.关系型数据库/02.Mysql/' } ,
36+ { text : '其他' , link : '/01.计算机科学/02.数据库/ 03.关系型数据库/99.其他/' }
3737 ]
3838 } ,
3939 {
4040 text : '文档数据库' ,
41- items : [ { text : 'MongoDB' , link : '/04.文档数据库/01.MongoDB/' } ]
41+ items : [ { text : 'MongoDB' , link : '/01.计算机科学/02.数据库/ 04.文档数据库/01.MongoDB/' } ]
4242 } ,
4343 {
4444 text : 'KV数据库' ,
45- items : [ { text : 'Redis' , link : '/05.KV数据库/01.Redis/' } ]
45+ items : [ { text : 'Redis' , link : '/01.计算机科学/02.数据库/ 05.KV数据库/01.Redis/' } ]
4646 } ,
4747 {
4848 text : '搜索引擎数据库' ,
4949 items : [
50- { text : 'Elasticsearch' , link : '/07.搜索引擎数据库/01.Elasticsearch/' } ,
51- { text : 'Elastic技术栈' , link : '/07.搜索引擎数据库/02.Elastic/' }
50+ { text : 'Elasticsearch' , link : '/01.计算机科学/02.数据库/ 07.搜索引擎数据库/01.Elasticsearch/' } ,
51+ { text : 'Elastic技术栈' , link : '/01.计算机科学/02.数据库/ 07.搜索引擎数据库/02.Elastic/' }
5252 ]
5353 }
5454 ] ,
0 commit comments