|
@@ -2,8 +2,8 @@ const setupContent = require("../setup/index");
|
|
|
const graphContent = require("../guides/index");
|
|
|
|
|
|
module.exports = {
|
|
|
- title: "数字化交付开发文档",
|
|
|
- description: "上格云数字化交付开发文档",
|
|
|
+ title: "博锐尚格 Web 组件开发文档",
|
|
|
+ description: "博锐尚格 Web 组件开发文档",
|
|
|
base: "/doc/web/",
|
|
|
plugins: [
|
|
|
"@vuepress/last-updated",
|
|
@@ -117,6 +117,9 @@ module.exports = {
|
|
|
pathRewrite: {
|
|
|
'^/git': '',
|
|
|
},
|
|
|
+ bypass: function(req, res, proxyOptions) {
|
|
|
+ req.headers["Authorization"] = "Basic bGJzbDoyMDIwMDgyOQ=="
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|