|
@@ -7,7 +7,7 @@ module.exports = {
|
|
|
{ text: '主页', link: '/' },
|
|
|
{ text: '通用查询接口', link: '/utils/query' },
|
|
|
{ text: '物理世界', link: '/rwd/' },
|
|
|
- { text: '数据标准化', link: '/dic/' }
|
|
|
+ { text: '知识库', link: '/dic/' }
|
|
|
],
|
|
|
|
|
|
sidebarDepth: 2,
|
|
@@ -22,7 +22,7 @@ module.exports = {
|
|
|
],
|
|
|
'/dic': [
|
|
|
{
|
|
|
- title: '数据标准化',
|
|
|
+ title: '知识库',
|
|
|
collapsable: false,
|
|
|
children: [{ title: '接口文档', path: '/dic/dic_api' }, { title: '数据结构设计', path: '/dic/dic_design' }, { title: '知识库', path: '/dic/knowledge' }, { title: '知识库建表语句', path: '/dic/knowledge_ddl_sql' }]
|
|
|
}
|