|
@@ -4,6 +4,14 @@ const content = [
|
|
path: '/guides/'
|
|
path: '/guides/'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ title: "数据格式",
|
|
|
|
+ children: [
|
|
|
|
+ ["/guides/format/floorMap", "底图数据格式"],
|
|
|
|
+ ["/guides/format/systemJson", "系统图数据格式"],
|
|
|
|
+ ["/guides/format/style", "底图风格格式"],
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
title: "绘图引擎",
|
|
title: "绘图引擎",
|
|
path: "/guides/engine/",
|
|
path: "/guides/engine/",
|
|
children: [
|
|
children: [
|
|
@@ -63,26 +71,18 @@ const content = [
|
|
},
|
|
},
|
|
["/guides/big/workLine", "工作流程"],
|
|
["/guides/big/workLine", "工作流程"],
|
|
["/guides/big/downloadFile", "手工下载楼层底图文件"],
|
|
["/guides/big/downloadFile", "手工下载楼层底图文件"],
|
|
- {
|
|
|
|
- title: "数据格式",
|
|
|
|
- children: [
|
|
|
|
- ["/guides/big/format/floorMap", "底图数据格式"],
|
|
|
|
- ["/guides/big/format/systemJson", "系统图数据格式"],
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- ["/guides/big/style", "底图风格"],
|
|
|
|
["/guides/big/layerOrder", "图层"],
|
|
["/guides/big/layerOrder", "图层"],
|
|
["/guides/big/factory/itemFactory", "item 创建工厂"],
|
|
["/guides/big/factory/itemFactory", "item 创建工厂"],
|
|
["/guides/big/divide", "划分"],
|
|
["/guides/big/divide", "划分"],
|
|
["/guides/big/mapDemo", "楼层平面图范例"],
|
|
["/guides/big/mapDemo", "楼层平面图范例"],
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- {
|
|
|
|
- title: "系统图",
|
|
|
|
- children: [
|
|
|
|
- ["/guides/system-diagram/json-file", "json数据格式"]
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // title: "系统图",
|
|
|
|
+ // children: [
|
|
|
|
+ // ["/guides/system-diagram/json-file", "json数据格式"]
|
|
|
|
+ // ]
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
title: "编辑器",
|
|
title: "编辑器",
|
|
path: "/guides/edit/",
|
|
path: "/guides/edit/",
|