Browse Source

修改文件标签

lijie 3 years ago
parent
commit
e7d39f9176
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/.vuepress/config.js

+ 2 - 2
docs/.vuepress/config.js

@@ -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' }]
                 }