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.
 
-![metrics-en](../../assets/images/metrics-en.png)
+![Dashboard-en](https://user-images.githubusercontent.com/40708551/112922395-0eed0380-912a-11eb-8c92-4c67d2bae4a8.png)
 
 ## Route
 
@@ -35,19 +35,19 @@ The Route module aims to control routes by UI instead of 
calling APIs.
 
 ### List
 
-![route-list](../../assets/images/route-list-en.png)
+![route-list](https://user-images.githubusercontent.com/40708551/112922389-0c8aa980-912a-11eb-8c45-b13192b3775d.png)
 
 ### Create
 
-![route-create-step1-en](../../assets/images/route-create-step1-en.png)
+![route-create-step1-en](https://user-images.githubusercontent.com/40708551/112922912-ef0a0f80-912a-11eb-9d33-63d7215f7cfd.png)
 
-![route-create-step2-en](../../assets/images/route-create-step2-en.png)
+![route-create-step2-en](https://user-images.githubusercontent.com/40708551/112923105-44462100-912b-11eb-8e1f-6548a6c28c35.png)
 
-![route-create-step3-en](../../assets/images/route-create-step3-en.png)
+![route-create-step3-en](https://user-images.githubusercontent.com/40708551/112923140-545e0080-912b-11eb-9aef-d26b2c564efe.png)
 
-![route-create-step4-en](../../assets/images/route-create-step4-en.png)
+![route-create-step4-en](https://user-images.githubusercontent.com/40708551/112923257-971fd880-912b-11eb-820c-1f2ca381304a.png)
 
-![route-create-done-list-en](../../assets/images/route-create-done-list-en.png)
+![route-create-done-list-en](https://user-images.githubusercontent.com/40708551/112923280-a0a94080-912b-11eb-8b83-3960778ecf8a.png)
 
 ### 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
 
-![route-debug-offline](../../assets/images/route-debug-offline.png)
+![route-debug-offline](https://user-images.githubusercontent.com/40708551/112923419-e5cd7280-912b-11eb-8e7e-57c3c4fe31ef.png)
 
 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
 
-![setting](../../assets/images/setting-en.png)
+![setting](https://user-images.githubusercontent.com/40708551/112923561-22996980-912c-11eb-926f-45177500eb65.png)
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': '提交',

Reply via email to