This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 8494e45 docs: update the image in the USER_GUIDE.md #1683 (#1689)
8494e45 is described below
commit 8494e45a94f3afc40dbd44f562ea09f7baf0fd46
Author: Ayush das <[email protected]>
AuthorDate: Mon Apr 5 06:57:46 2021 +0530
docs: update the image in the USER_GUIDE.md #1683 (#1689)
---
docs/assets/images/metrics-en.png | Bin 173219 -> 0 bytes
docs/assets/images/route-create-step1-en.png | Bin 255509 -> 0 bytes
docs/assets/images/route-create-step2-en.png | Bin 250320 -> 0 bytes
docs/assets/images/route-create-step3-en.png | Bin 281334 -> 0 bytes
docs/assets/images/route-create-step4-en.png | Bin 259689 -> 0 bytes
docs/assets/images/route-debug-offline.png | Bin 267466 -> 0 bytes
docs/assets/images/setting-en.png | Bin 159045 -> 0 bytes
docs/en/latest/USER_GUIDE.md | 20 ++++++++++----------
web/src/locales/zh-CN/component.ts | 2 --
9 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/docs/assets/images/metrics-en.png
b/docs/assets/images/metrics-en.png
deleted file mode 100644
index ab3f67c..0000000
Binary files a/docs/assets/images/metrics-en.png and /dev/null differ
diff --git a/docs/assets/images/route-create-step1-en.png
b/docs/assets/images/route-create-step1-en.png
deleted file mode 100644
index 7dd42ca..0000000
Binary files a/docs/assets/images/route-create-step1-en.png and /dev/null differ
diff --git a/docs/assets/images/route-create-step2-en.png
b/docs/assets/images/route-create-step2-en.png
deleted file mode 100644
index 687b8f3..0000000
Binary files a/docs/assets/images/route-create-step2-en.png and /dev/null differ
diff --git a/docs/assets/images/route-create-step3-en.png
b/docs/assets/images/route-create-step3-en.png
deleted file mode 100644
index f5c6185..0000000
Binary files a/docs/assets/images/route-create-step3-en.png and /dev/null differ
diff --git a/docs/assets/images/route-create-step4-en.png
b/docs/assets/images/route-create-step4-en.png
deleted file mode 100644
index 58b006b..0000000
Binary files a/docs/assets/images/route-create-step4-en.png and /dev/null differ
diff --git a/docs/assets/images/route-debug-offline.png
b/docs/assets/images/route-debug-offline.png
deleted file mode 100644
index f454a9f..0000000
Binary files a/docs/assets/images/route-debug-offline.png and /dev/null differ
diff --git a/docs/assets/images/setting-en.png
b/docs/assets/images/setting-en.png
deleted file mode 100644
index dd69625..0000000
Binary files a/docs/assets/images/setting-en.png and /dev/null differ
diff --git a/docs/en/latest/USER_GUIDE.md b/docs/en/latest/USER_GUIDE.md
index a46b7d3..b37b4e9 100644
--- a/docs/en/latest/USER_GUIDE.md
+++ b/docs/en/latest/USER_GUIDE.md
@@ -23,11 +23,11 @@ title: User Guide
The following are parts of the modules' snapshot.
-## Metrics
+## Dashboard
We support the monitor page by referencing it in
[iframe](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe).
Before accessing [Grafana](https://grafana.com/), please Enable
[`allow_embedding=true`](https://grafana.com/docs/grafana/latest/administration/configuration/#allow_embedding),
which defaults to `false`. This causes the browser to fail to render Grafana
pages properly due to security policies.
-
+
## Route
@@ -35,19 +35,19 @@ The Route module aims to control routes by UI instead of
calling APIs.
### List
-
+
### Create
-
+
-
+
-
+
-
+
-
+
### Online debug
@@ -59,7 +59,7 @@ We can debug a route both published or offline with the
online debug function, w
2. Debug a offline route
-
+
3. Debug a published route with query params
@@ -79,4 +79,4 @@ We can debug a route both published or offline with the
online debug function, w
## Setting
-
+
diff --git a/web/src/locales/zh-CN/component.ts
b/web/src/locales/zh-CN/component.ts
index 4cb43cf..ecd3324 100644
--- a/web/src/locales/zh-CN/component.ts
+++ b/web/src/locales/zh-CN/component.ts
@@ -21,13 +21,11 @@ export default {
'component.global.search': '查询',
'component.global.reset': '重置',
'component.global.confirm': '确认',
-
'component.global.format': '格式化',
'component.global.document': '文档',
'component.global.enable': '启用',
'component.global.scope': '作用域',
'component.global.data.editor': '元数据编辑器',
-
'component.global.delete': '删除',
'component.global.cancel': '取消',
'component.global.submit': '提交',