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