Browse Source

调整接口文档

lijie 3 years ago
parent
commit
11671c2dc6
3 changed files with 15 additions and 22 deletions
  1. 12 12
      docs/.vuepress/config.js
  2. 1 1
      docs/dic/dic_api.md
  3. 2 9
      docs/rwd/index.md

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

@@ -22,27 +22,27 @@ module.exports = {
             ],
             '/dic': [
                 {
-                    title: '知识库',
+                    title: '知识库接口文档',
                     collapsable: false,
-                    children: [{ title: '接口文档', path: '/dic/dic_api' }, { title: '数据结构设计', path: '/dic/data_structure_description' }]
+                    children: [{ title: '接口文档', path: '/dic/dic_api' }]
+                },
+                {
+                    title: '知识库数据结构说明',
+                    collapsable: false,
+                    children: [{ title: '数据结构说明', path: '/dic/data_structure_description' }]
                 }
             ],
             '/rwd': [
                 {
-                    title: '定义数据',
+                    title: '物理世界接口文档',
                     collapsable: false,
-                    children: [{ title: '类型定义', path: '/rwd/def_class' }, { title: '信息点定义', path: '/rwd/def_funcid' }]
+                    children: [{ title: '接口文档', path: '/rwd/rwd_api' }]
                 },
                 {
-                    title: '订阅功能',
-                    path: '/rwd/schema'
-                },
-                {
-                    title: '实例数据',
+                    title: '物理世界数据结构说明',
                     collapsable: false,
-                    children: [{ title: '对象数据', path: '/rwd/instance_object' }, { title: '关系数据', path: '/rwd/instance_relation' }]
-                },
-                { title: 'IOT', path: '/rwd/iot' }
+                    children: [{ title: '数据结构说明', path: '/rwd/data_structure_description' }]
+                }
             ],
         }
     }

+ 1 - 1
docs/dic/dic_api.md

@@ -2,7 +2,7 @@
 
 ## 知识库接口
 
-### 10001 根据知识库类型查询知识库数据
+### 11001 根据知识库类型查询知识库数据
 
 接口:`http://localhost:8831/dmp-dic/dic/code/queryAll/{typeCode}`
 

+ 2 - 9
docs/rwd/index.md

@@ -1,13 +1,6 @@
 ## 物理世界
 
-#### [类型定义](/rwd/def_class.md)
+#### [接口定义](/rwd/rwd_api.md)
 
-#### [信息点定义](/rwd/def_funcid.md)
+#### [数据结构](/rwd/data_structure_description.md)
 
-#### [关系定义(图类型\边类型定义)](/rwd/def_graph.md)
-
-#### [对象数据](/rwd/instance_object.md)
-
-#### [关系数据](/rwd/instance_relation.md)
-
-#### [IOT 数据](/rwd/def_class.md)