@@ -25,30 +25,30 @@ module.exports = {
25
25
// 主题配置
26
26
themeConfig : {
27
27
nav : [
28
- { text : '数据库综合' , link : '/01.数据库综合/' } ,
29
- { text : '数据库中间件' , link : '/02.数据库中间件/' } ,
28
+ { text : '数据库综合' , link : '/01.计算机科学/02.数据库/01. 数据库综合/' } ,
29
+ { text : '数据库中间件' , link : '/01.计算机科学/02.数据库/ 02.数据库中间件/' } ,
30
30
{
31
31
text : '关系型数据库' ,
32
- link : '/03.关系型数据库/' ,
32
+ link : '/01.计算机科学/02.数据库/ 03.关系型数据库/' ,
33
33
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.其他/' }
37
37
]
38
38
} ,
39
39
{
40
40
text : '文档数据库' ,
41
- items : [ { text : 'MongoDB' , link : '/04.文档数据库/01.MongoDB/' } ]
41
+ items : [ { text : 'MongoDB' , link : '/01.计算机科学/02.数据库/ 04.文档数据库/01.MongoDB/' } ]
42
42
} ,
43
43
{
44
44
text : 'KV数据库' ,
45
- items : [ { text : 'Redis' , link : '/05.KV数据库/01.Redis/' } ]
45
+ items : [ { text : 'Redis' , link : '/01.计算机科学/02.数据库/ 05.KV数据库/01.Redis/' } ]
46
46
} ,
47
47
{
48
48
text : '搜索引擎数据库' ,
49
49
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/' }
52
52
]
53
53
}
54
54
] ,
0 commit comments