|
@@ -75,7 +75,6 @@ module.exports = {
|
|
|
text: "引擎",
|
|
|
items: [
|
|
|
{text: "数据格式", link: "/guides/format/floorMap.md"},
|
|
|
- {text: "开发规范", link: "/guides/standard/"},
|
|
|
{text: "图形引擎", link: "/guides/engine/"},
|
|
|
{text: "场景管理", link: "/guides/scene/"},
|
|
|
{text: "楼层平面图", link: "/guides/big/"},
|
|
@@ -86,6 +85,14 @@ module.exports = {
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
+ text:"开发规范",
|
|
|
+ items: [
|
|
|
+ {text: "javascript", link: "/guides/standard/javascript.md"},
|
|
|
+ {text: "typescript", link: "/guides/standard/typescript.md"},
|
|
|
+ {text: "git", link: "/guides/standard/git.md"},
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
text: "API参考",
|
|
|
items: [{
|
|
|
text: "图形引擎",
|