Autolabor_m2/conf.json

63 lines
1.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"_readme": [
"注uri 必须保障唯一性,若有重复引用,请使用 rewrite 注册新的 uri",
"由于设计缺陷rewrite 时只能自定义最后一级路径",
"uri 格式 1 - 相对文档a/b/c",
"uri 格式 2 - 相对站内:/usedoc/ap1/a/b/c",
"uri 格式 3 - 绝对地址https://www.baidu.com",
"_readme 本身并没有什么用"
],
"index": "car/overview",
"rewrite": {
},
"plugin": {
"emoji": false,
"taskList": true,
"tex": true,
"flowChart": true,
"sequenceDiagram": true
},
"menu": {
"toc": {
"startLevel": "0",
"overLevel": "0"
},
"items": [
{
"name": "Autolabor M2底盘",
"isOpen": true,
"items": [
{
"name": "产品概述",
"uri": "car/overview"
},
{
"name": "产品参数",
"uri": "car/intro"
},
{
"name": "控制方式",
"uri": "car/use"
},
{
"name": "串口协议",
"uri": "car/CustomAutocan"
},
{
"name": "ROS驱动",
"uri": "car/ChassisM2"
}
]
}
]
}
}