|
@@ -1,6 +1,7 @@
|
|
|
const setupContent = require("../setup/index");
|
|
|
const graphContent = require("../guides/index");
|
|
|
-const notionContent = require('../notion/index')
|
|
|
+// const notionContent = require('../notion/index');
|
|
|
+const standardContent = require('../standard/index');
|
|
|
module.exports = {
|
|
|
title: "博锐尚格 Web 组件开发文档",
|
|
|
description: "博锐尚格 Web 组件开发文档",
|
|
@@ -91,10 +92,10 @@ module.exports = {
|
|
|
{
|
|
|
text:"开发规范",
|
|
|
items: [
|
|
|
- // {text: "javascript", link: "/guides/standard/javascript.md"},
|
|
|
- // {text: "typescript", link: "/guides/standard/typescript.md"},
|
|
|
- {text: "约定", link: "/guides/standard/appoint.md"},
|
|
|
- {text: "git", link: "/guides/standard/git.md"}
|
|
|
+ {text: "javascript", link: "/standard/javascript.md"},
|
|
|
+ {text: "typescript", link: "/standard/typescript.md"},
|
|
|
+ {text: "约定", link: "/standard/appoint.md"},
|
|
|
+ {text: "git", link: "/standard/git.md"}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -147,7 +148,8 @@ module.exports = {
|
|
|
sidebar: {
|
|
|
"/setup/": setupContent,
|
|
|
"/guides/": graphContent,
|
|
|
- "/notion": notionContent
|
|
|
+ // "/notion": notionContent,
|
|
|
+ "/standard": standardContent
|
|
|
}
|
|
|
},
|
|
|
module: {
|