|
@@ -3,6 +3,7 @@ const revitContent = require("../revit/index");
|
|
|
const databaseContent = require("../dev/database/index");
|
|
|
const dataCenterContent = require("../dev/data-center/index");
|
|
|
const revitCenterContent = require("../dev/revit-center/index");
|
|
|
+const sagaGraphyContent = require("../dev/saga-graphy/index");
|
|
|
|
|
|
module.exports = {
|
|
|
title: "数字化交开发文档",
|
|
@@ -27,20 +28,19 @@ module.exports = {
|
|
|
{
|
|
|
text: "开发文档",
|
|
|
items: [
|
|
|
- {text: "数据中心", link: "/dev/data-center/"},
|
|
|
- {text: "物理世界同步", link: "/dev/dataplatform-sync/"},
|
|
|
- {text: "模型管理", link: "/dev/revit-center/"},
|
|
|
{
|
|
|
- text: "数据库设计",
|
|
|
+ text: "后台开发",
|
|
|
items: [
|
|
|
- { text: "数据中心", link: "/dev/database/data-center/" },
|
|
|
- { text: "系统图", link: "/dev/database/topo/" }
|
|
|
+
|
|
|
+ {text: "数据中心", link: "/dev/data-center/"},
|
|
|
+ {text: "物理世界同步", link: "/dev/dataplatform-sync/"},
|
|
|
+ {text: "模型管理", link: "/dev/revit-center/"},
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
text: "Web开发",
|
|
|
items: [
|
|
|
- { text: "TS 图形引擎", link: "http://adm.sagacloud.cn:8080/api/web/graphy/" }
|
|
|
+ { text: "系统图引擎", link: "/dev/saga-graphy/" }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -48,7 +48,14 @@ module.exports = {
|
|
|
items: [
|
|
|
{ text: "Android 图形引擎", link: "http://http://adm.sagacloud.cn:8080/api/android/graphy/" }
|
|
|
]
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: "数据库设计",
|
|
|
+ items: [
|
|
|
+ { text: "数据中心", link: "/dev/database/data-center/" },
|
|
|
+ { text: "系统图", link: "/dev/database/topo/" }
|
|
|
+ ]
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -96,6 +103,7 @@ module.exports = {
|
|
|
"/dev/database/" : databaseContent,
|
|
|
"/dev/data-center/" : dataCenterContent,
|
|
|
"/dev/revit-center/" : revitCenterContent,
|
|
|
+ "/dev/saga-graphy/": sagaGraphyContent,
|
|
|
}
|
|
|
}
|
|
|
-};
|
|
|
+};
|