mirror of https://github.com/dunwu/db-tutorial.git
fix: 修复文档导航栏路径
parent
61edc8b97d
commit
7af39e0566
|
@ -25,30 +25,30 @@ module.exports = {
|
|||
// 主题配置
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{ text: '数据库综合', link: '/01.数据库综合/' },
|
||||
{ text: '数据库中间件', link: '/02.数据库中间件/' },
|
||||
{ text: '数据库综合', link: '/01.计算机科学/02.数据库/01.数据库综合/' },
|
||||
{ text: '数据库中间件', link: '/01.计算机科学/02.数据库/02.数据库中间件/' },
|
||||
{
|
||||
text: '关系型数据库',
|
||||
link: '/03.关系型数据库/',
|
||||
link: '/01.计算机科学/02.数据库/03.关系型数据库/',
|
||||
items: [
|
||||
{ text: '综合', link: '/03.关系型数据库/01.综合/' },
|
||||
{ text: 'Mysql', link: '/03.关系型数据库/02.Mysql/' },
|
||||
{ text: '其他', link: '/03.关系型数据库/99.其他/' }
|
||||
{ text: '综合', link: '/01.计算机科学/02.数据库/03.关系型数据库/01.综合/' },
|
||||
{ text: 'Mysql', link: '/01.计算机科学/02.数据库/03.关系型数据库/02.Mysql/' },
|
||||
{ text: '其他', link: '/01.计算机科学/02.数据库/03.关系型数据库/99.其他/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '文档数据库',
|
||||
items: [{ text: 'MongoDB', link: '/04.文档数据库/01.MongoDB/' }]
|
||||
items: [{ text: 'MongoDB', link: '/01.计算机科学/02.数据库/04.文档数据库/01.MongoDB/' }]
|
||||
},
|
||||
{
|
||||
text: 'KV数据库',
|
||||
items: [{ text: 'Redis', link: '/05.KV数据库/01.Redis/' }]
|
||||
items: [{ text: 'Redis', link: '/01.计算机科学/02.数据库/05.KV数据库/01.Redis/' }]
|
||||
},
|
||||
{
|
||||
text: '搜索引擎数据库',
|
||||
items: [
|
||||
{ text: 'Elasticsearch', link: '/07.搜索引擎数据库/01.Elasticsearch/' },
|
||||
{ text: 'Elastic技术栈', link: '/07.搜索引擎数据库/02.Elastic/' }
|
||||
{ text: 'Elasticsearch', link: '/01.计算机科学/02.数据库/07.搜索引擎数据库/01.Elasticsearch/' },
|
||||
{ text: 'Elastic技术栈', link: '/01.计算机科学/02.数据库/07.搜索引擎数据库/02.Elastic/' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue