|
@@ -5,8 +5,8 @@ const dataCenterContent = require("../dev/data-center/index");
|
|
|
const revitCenterContent = require("../dev/revit-center/index");
|
|
|
|
|
|
module.exports = {
|
|
|
- title: "数字化交付参考文档",
|
|
|
- description: "上格云数字化交付参考文档",
|
|
|
+ title: "数字化交开发文档",
|
|
|
+ description: "上格云数字化交付开发文档",
|
|
|
base: "/doc/",
|
|
|
// plugins: ["@vuepress/last-updated"],
|
|
|
plugins: ['@vuepress/back-to-top'],
|
|
@@ -40,13 +40,13 @@ module.exports = {
|
|
|
{
|
|
|
text: "Web开发",
|
|
|
items: [
|
|
|
- { text: "Sybotan Graphy 引擎", link: "http://docs.sybotan.com:88/api/web/graphy/" }
|
|
|
+ { text: "TS 图形引擎", link: "http://adm.sagacloud.cn:8080/api/web/graphy/" }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
text: "移动端开发",
|
|
|
items: [
|
|
|
- { text: "Sybotan Graphy 引擎", link: "http://docs.sybotan.com:88/api/web/graphy/" }
|
|
|
+ { text: "Android 图形引擎", link: "http://http://adm.sagacloud.cn:8080/api/android/graphy/" }
|
|
|
]
|
|
|
}
|
|
|
]
|
|
@@ -57,19 +57,22 @@ module.exports = {
|
|
|
{
|
|
|
text: "后台开发",
|
|
|
items: [
|
|
|
- { text: "后台框架Api参考", link: "http://192.168.20.236:8080/apis/service/" }
|
|
|
+ { text: "Kotlin支持库", link: "http://adm.sagacloud.cn:8080/api/server/kotlin" },
|
|
|
+ { text: "后台框架库", link: "http://adm.sagacloud.cn:8080/api/server/service" },
|
|
|
+ { text: "数据中心", link: "http://adm.sagacloud.cn:8080/api/server/datacenter" },
|
|
|
+ { text: "ADM后台", link: "http://adm.sagacloud.cn:8080/api/server/adm" }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
text: "Web开发",
|
|
|
items: [
|
|
|
- { text: "Graphy 引擎", link: "http://192.168.20.236:8080/apis/web/graphy/" }
|
|
|
+ { text: "图形引擎", link: "http://adm.sagacloud.cn:8080/api/web/graphy/" }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
text: "移动端开发",
|
|
|
items: [
|
|
|
- { text: "Android 支持库", link: "http://192.168.20.236:8080/apis/android/" }
|
|
|
+ { text: "图形引擎", link: "http://http://adm.sagacloud.cn:8080/api/android/graphy/" }
|
|
|
]
|
|
|
}
|
|
|
]
|