|
@@ -7,6 +7,7 @@ module.exports = {
|
|
{ text: '主页', link: '/' },
|
|
{ text: '主页', link: '/' },
|
|
{ text: '通用说明文档', link: '/utils/' },
|
|
{ text: '通用说明文档', link: '/utils/' },
|
|
{ text: '物理世界-对象', link: '/rwd/' },
|
|
{ text: '物理世界-对象', link: '/rwd/' },
|
|
|
|
+ { text: 'iot服务', link: '/iot/' },
|
|
{ text: '知识库', link: '/dic/' },
|
|
{ text: '知识库', link: '/dic/' },
|
|
{ text: '版本管理', link: '/version/' },
|
|
{ text: '版本管理', link: '/version/' },
|
|
{ text: '文件服务', link: '/file/' }
|
|
{ text: '文件服务', link: '/file/' }
|
|
@@ -45,6 +46,18 @@ module.exports = {
|
|
children: [{ title: '数据结构说明', path: '/rwd/data_structure' }]
|
|
children: [{ title: '数据结构说明', path: '/rwd/data_structure' }]
|
|
}
|
|
}
|
|
],
|
|
],
|
|
|
|
+ '/iot': [
|
|
|
|
+ {
|
|
|
|
+ title: '接口文档',
|
|
|
|
+ collapsable: true,
|
|
|
|
+ children: [{ title: '接口文档', path: '/iot/iot', collapsable: true }]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '说明文档',
|
|
|
|
+ collapsable: true,
|
|
|
|
+ children: [{ title: '数据结构说明', path: '/iot/description', collapsable: true }]
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
'/version': [
|
|
'/version': [
|
|
{
|
|
{
|
|
title: '编辑工具接口文档',
|
|
title: '编辑工具接口文档',
|