Browse Source

BDTP文档初始化

yucheng 3 years ago
parent
commit
ce9eaecfad
1 changed files with 2 additions and 57 deletions
  1. 2 57
      docs/.vuepress/config.js

+ 2 - 57
docs/.vuepress/config.js

@@ -1,5 +1,5 @@
 module.exports = {
-    title: '数据中台',
+    title: 'BDTP-数据服务',
     description: 'Just playing around',
     plugins: ['@vuepress/back-to-top'],
     themeConfig: {
@@ -7,13 +7,7 @@ module.exports = {
             { text: '主页', link: '/' },
             { text: '通用查询接口', link: '/utils/query' },
             { text: '物理世界', link: '/rwd/' },
-            { text: '人员组织权限', link: '/org/' },
-            { text: '数据标准化', link: '/dic/' },
-            { text: '任务调度', link: '/task/' },
-            { text: '报警系统', link: '/alarm/' },
-//            { text: '报表统计系统', link: '/report/' },
-            { text: '数据仓库', link: '/dw/' },
-            { text: '天气服务', link: '/wther/' }
+            { text: '数据标准化', link: '/dic/' }
         ],
 
         sidebarDepth: 2,
@@ -26,48 +20,6 @@ module.exports = {
                     children: [{ title: '通用查询', path: '/utils/query' }]
                 }
             ],
-            '/dw': [
-                {
-                    title: '数据仓库',
-                    collapsable: false,
-                    children: [
-                        { title: '配置计划', path: '/dw/dw_config' },
-                        { title: '搭建部署', path: '/dw/dw_deploy' },
-                        { title: 'sqoop部署及简介', path: '/dw/sqoop'}]
-                }
-            ],
-            '/report': [
-                {
-                    title: '报表统计系统',
-                    collapsable: false,
-                    children: [{ title: '接口文档', path: '/report/report_api' }, { title: '数据结构设计', path: '/report/report_design' }]
-                }
-            ],
-            '/alarm': [
-                {
-                    title: '报警系统',
-                    collapsable: false,
-                    children: [
-                        { title: '接口文档', path: '/alarm/alarm_api' },
-                        { title: '数据字典', path: '/alarm/alarm_dict' },
-                        { title: '数据结构设计', path: '/alarm/alarm_design' }
-                    ]
-                }
-            ],
-            '/org': [
-                {
-                    title: '人员组织权限',
-                    collapsable: false,
-                    children: [{ title: '接口文档', path: '/org/org_api' }, { title: '数据结构设计', path: '/org/org_design' }]
-                }
-            ],
-            '/task': [
-                {
-                    title: '数据标准化',
-                    collapsable: false,
-                    children: [{ title: '接口文档', path: '/task/task_api' }, { title: '数据结构设计', path: '/task/task_design' }]
-                }
-            ],
             '/dic': [
                 {
                     title: '数据标准化',
@@ -92,13 +44,6 @@ module.exports = {
                 },
                 { title: 'IOT', path: '/rwd/iot' }
             ],
-            '/wther': [
-                {
-                    title: '天气服务',
-                    collapsable: false,
-                    children: [{ title: '服务介绍', path: '/wther/wther_prod' }, { title: '接口2021版', path: '/wther/wther_api_2021' }, { title: '接口2020版', path: '/wther/wther_api_2020' }]
-                }
-            ],
         }
     }
 }