luoguangyi 3 年之前
父節點
當前提交
14e20e25cf
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      docs/.vuepress/config.js

+ 13 - 0
docs/.vuepress/config.js

@@ -7,6 +7,7 @@ module.exports = {
             { text: '主页', link: '/' },
             { text: '通用说明文档', link: '/utils/' },
             { text: '物理世界-对象', link: '/rwd/' },
+            { text: 'iot服务', link: '/iot/' },
             { text: '知识库', link: '/dic/' },
             { text: '版本管理', link: '/version/' },
             { text: '文件服务', link: '/file/' }
@@ -45,6 +46,18 @@ module.exports = {
                     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': [
                 {
                     title: '编辑工具接口文档',