pull/1/head
doubleTing 2019-08-08 14:25:43 +08:00
parent e675a84850
commit d6ab87747b
1 changed files with 120 additions and 0 deletions

120
source/conf.json Normal file
View File

@ -0,0 +1,120 @@
{
"_readme": [
"注uri 必须保障唯一性,若有重复引用,请使用 rewrite 注册新的 uri",
"由于设计缺陷rewrite 时只能自定义最后一级路径",
"uri 格式 1 - 相对文档a/b/c",
"uri 格式 2 - 相对站内:/usedoc/ap1/a/b/c",
"uri 格式 3 - 绝对地址http://www.baidu.com",
"_readme 本身并没有什么软用"
],
"index": "version_two/introduction/overview/doc",
"rewrite": {
},
"plugin": {
"emoji": false,
"taskList": true,
"tex": true,
"flowChart": true,
"sequenceDiagram": true
},
"menu": {
"toc": {
"startLevel": "2",
"overLevel": "2"
},
"items": [
{
"name": "Autolabor Pro1",
"uri": "/usedoc/ap1"
},
{
"name": "导航套件二代(双雷达)",
"isOpen": false,
"items": [
{
"name": "产品介绍",
"items": [
{
"name": "产品概览",
"uri": "version_two/introduction/overview/doc"
},
{
"name": "规格参数",
"uri": "version_two/introduction/tech_specs/doc"
},
{
"name": "发货清单",
"uri": "version_two/introduction/inthebox/doc"
}
]
},
{
"name": "使用指南",
"items": [
{
"name": "收货指南",
"uri": "version_two/user_guide/quick_start/receipt"
},
{
"name": "组装与测试",
"uri": "version_two/user_guide/assembly_test/doc"
},
{
"name": "快速开始",
"items": [
{
"name": "建图导航",
"uri": "version_two/user_guide/quick_start/slam_doc"
},
{
"name": "定位循迹",
"uri": "version_two/location/guide/doc"
},
{
"name": "常见问题",
"uri": "common/q_a/doc"
}
]
},
{
"name": "了解定位系统",
"items": [
{
"name": "定位系统",
"uri": "version_two/location/marvelmind/doc"
},
{
"name": "Dashboard 说明",
"uri": "version_two/location/dashboard/doc"
}
]
},
{
"name": "其他",
"items": [
{
"name": "恢复 BIOS",
"uri": "common/restore_bios/doc"
},
{
"name": "安装操作系统",
"uri": "common/install_os/doc"
},
{
"name": "设备参考资料",
"uri": "common/reference/doc"
}
]
}
]
}
]
},
{
"name": "导航套件一代(单雷达)",
"uri": "/usedoc/navigationKit1"
}
]
}
}