diff --git a/doc/docs/.vuepress/config.js b/doc/docs/.vuepress/config.js
index 9c415e69..489b5e55 100644
--- a/doc/docs/.vuepress/config.js
+++ b/doc/docs/.vuepress/config.js
@@ -12,7 +12,6 @@ module.exports = {
nav: [
{text: '首页', link: '/'},
{text: '指南', link: '/guide/'},
- {text: '操作手册', link: '/operation/'},
{text: 'GitHub', link: 'https://github.com/anji-plus/report'},
{text: 'Gitee', link: 'https://gitee.com/anji-plus/report'},
],
@@ -24,29 +23,24 @@ module.exports = {
children: [
{title: '介绍', path: '/guide/'},
{title: '快速入门', path: '/guide/quickly'},
- // {title: '系统运行', path: '/guide/deploy'}
]
},
{
- title: '其他',
+ title: '操作手册',
collapsable: false,
children: [
- {title: '常见问题', path: '/guide/question'}
+ {title: '数据源', path: '/guide/datasource'},
+ {title: '数据集', path: '/guide/dataset'},
+ {title: '大屏设计', path: '/guide/dashboard'},
]
- }],
- '/operation/': [
+ },
{
- title: '操作手册',
+ title: '其他',
collapsable: false,
children: [
- {title: '数据源', path: '/operation/datasource'},
- {title: '数据集', path: '/operation/dataset'},
- {title: '大屏设计', path: '/operation/dashboard'},
- {title: '国际化', path: '/operation/i18n'},
- {title: '字典', path: '/operation/dict'},
+ {title: '常见问题', path: '/guide/question'}
]
- }
- ]
+ }],
}
},
plugins: [
diff --git a/doc/docs/operation/dashboard.md b/doc/docs/guide/dashboard.md
similarity index 100%
rename from doc/docs/operation/dashboard.md
rename to doc/docs/guide/dashboard.md
diff --git a/doc/docs/operation/dataset.md b/doc/docs/guide/dataset.md
similarity index 100%
rename from doc/docs/operation/dataset.md
rename to doc/docs/guide/dataset.md
diff --git a/doc/docs/operation/datasource.md b/doc/docs/guide/datasource.md
similarity index 50%
rename from doc/docs/operation/datasource.md
rename to doc/docs/guide/datasource.md
index 3625ab12..a1649c65 100644
--- a/doc/docs/operation/datasource.md
+++ b/doc/docs/guide/datasource.md
@@ -1,3 +1,4 @@
-# 数据源
+## 数据源
## 标题一
+
diff --git a/doc/docs/guide/question.md b/doc/docs/guide/question.md
index 70d67042..3850359e 100644
--- a/doc/docs/guide/question.md
+++ b/doc/docs/guide/question.md
@@ -1,4 +1,9 @@
-# 常见问题
+## 常见问题
+- 没有找到新增数据源类型?
+ 字典管理目前暂未有页面维护,可自行去数据库中增加你需要的数据源类型。
+ 表gaea_dict,字段dict_type:SOURCE_TYPE
+ 表gaea_dict_item, item_extend字段是下拉选择后动态表单渲染的json数据
+
## 其他
diff --git a/doc/docs/operation/README.md b/doc/docs/operation/README.md
deleted file mode 100644
index 1520bf70..00000000
--- a/doc/docs/operation/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# 介绍
----
-
-**大屏设计**
-
-大屏设计(Report)是一个JavaEE微服务架构平台,采用经典组合(SpringBoot,SpringCloud,Vue,ElementUI)。目前提供两种架构,单体架构和微服务架构。
-内置的基础功能包括数据源,数据集,报表管理
-
-**功能架构**
-- 前端
-
-
-- 后端
-
-
-**在线体验**
-- 访问地址
-
-- 默认账号密码
-
-
-**联系我们**
-
-
-
diff --git a/doc/docs/operation/dict.md b/doc/docs/operation/dict.md
deleted file mode 100644
index f50cb745..00000000
--- a/doc/docs/operation/dict.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# 快速了解
----
-## 项目简介
-- 项目源代码地址:
-- 在线提问:
-- 在线文档:
-
-大屏设计(Report)是一个可视化拖拽编辑的,直观,酷炫,具有科技感的图表工具项目。
-内置的基础功能包括数据源,数据集,国际化,字典管理,报表管理
-
-
-## 技术选型
-
-**1.环境**
-- JavaEE 8
-- Apache Maven 3
-
-**2.主框架**
-- Spring Boot 2.3.x
-
-**3.持久层**
-- Apache MyBatis 3.5.x
-
-**4.视图层**
-- Vue 2.6.10+
-- ElementUI 2.13.0+
-
-
-## 系统特性
-1. 最新最稳定的技术栈;
-2. 支持多数据源配置
-3. 丰富的大屏组件。拖拽配置实现动态大屏
diff --git a/doc/docs/operation/i18n.md b/doc/docs/operation/i18n.md
deleted file mode 100644
index f50cb745..00000000
--- a/doc/docs/operation/i18n.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# 快速了解
----
-## 项目简介
-- 项目源代码地址:
-- 在线提问:
-- 在线文档:
-
-大屏设计(Report)是一个可视化拖拽编辑的,直观,酷炫,具有科技感的图表工具项目。
-内置的基础功能包括数据源,数据集,国际化,字典管理,报表管理
-
-
-## 技术选型
-
-**1.环境**
-- JavaEE 8
-- Apache Maven 3
-
-**2.主框架**
-- Spring Boot 2.3.x
-
-**3.持久层**
-- Apache MyBatis 3.5.x
-
-**4.视图层**
-- Vue 2.6.10+
-- ElementUI 2.13.0+
-
-
-## 系统特性
-1. 最新最稳定的技术栈;
-2. 支持多数据源配置
-3. 丰富的大屏组件。拖拽配置实现动态大屏
diff --git a/doc/docs/operation/img.png b/doc/docs/operation/img.png
new file mode 100644
index 00000000..91254562
Binary files /dev/null and b/doc/docs/operation/img.png differ
diff --git a/doc/docs/operation/pie.md b/doc/docs/operation/pie.md
new file mode 100644
index 00000000..92cff184
--- /dev/null
+++ b/doc/docs/operation/pie.md
@@ -0,0 +1,7 @@
+# 快速了解
+饼图配置
+## 1、添加饼图
+![img.png](img.png)
+## 2、饼图设置
+
+## 3、数据格式
diff --git a/doc/docs/picture/img.png b/doc/docs/picture/img.png
new file mode 100644
index 00000000..f0ded706
Binary files /dev/null and b/doc/docs/picture/img.png differ
diff --git a/doc/docs/picture/img_1.png b/doc/docs/picture/img_1.png
new file mode 100644
index 00000000..6fd598f4
Binary files /dev/null and b/doc/docs/picture/img_1.png differ