|
@@ -8,7 +8,8 @@ module.exports = {
|
|
|
{ text: '通用说明文档', link: '/utils/common' },
|
|
|
{ text: '物理世界', link: '/rwd/' },
|
|
|
{ text: '知识库', link: '/dic/' },
|
|
|
- { text: '版本管理', link: '/version/' }
|
|
|
+ { text: '版本管理', link: '/version/' },
|
|
|
+ { text: '文件服务', link: '/file/' }
|
|
|
],
|
|
|
sidebarDepth: 2,
|
|
|
displayAllHeaders: true,
|
|
@@ -56,6 +57,18 @@ module.exports = {
|
|
|
children: [{ title: '数据结构说明', path: '/version/data_structure_description' }]
|
|
|
}
|
|
|
],
|
|
|
+ '/file': [
|
|
|
+ {
|
|
|
+ title: '文件服务接口文档',
|
|
|
+ collapsable: false,
|
|
|
+ children: [{ title: '接口文档', path: '/file/file_api' }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '文件服务数据结构说明',
|
|
|
+ collapsable: false,
|
|
|
+ children: [{ title: '数据结构说明', path: '/file/data_structure_description' }]
|
|
|
+ }
|
|
|
+ ],
|
|
|
}
|
|
|
}
|
|
|
}
|