This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 2929109f59 optimize image size (#777)
2929109f59 is described below
commit 2929109f5961827c1f14cae3bb99f61c28812351
Author: dragon-zhang <[email protected]>
AuthorDate: Sat Oct 1 18:26:45 2022 +0800
optimize image size (#777)
Co-authored-by: hailang <[email protected]>
---
docs/design/database-design.md | 2 +-
.../zh/docusaurus-plugin-content-docs/current/design/database-design.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/design/database-design.md b/docs/design/database-design.md
index 89e391b52b..0eb8177264 100644
--- a/docs/design/database-design.md
+++ b/docs/design/database-design.md
@@ -78,7 +78,7 @@ Apache Shenyu Admin is the management system of the gateway,
which can manage al
* API documents of other common specifications can be generated through the
API document tables.
* The Database Table UML Diagram:
- <img src="/img/shenyu/db/shenyu-api-doc-table.png" width="30%" height="30%"
/>
+<img src="/img/shenyu/db/shenyu-api-doc-table.png" width="105%" height="105%"
/>
* Detailed design:
* A tag can have multiple child tags, the level of tags is unlimited, the
lowest leaf node is API.
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/current/design/database-design.md
b/i18n/zh/docusaurus-plugin-content-docs/current/design/database-design.md
index 0b878f0f83..ec6ee2ac24 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/design/database-design.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/design/database-design.md
@@ -78,7 +78,7 @@ description: ShenYu Admin数据结构
* 通过API文档表可以生成其他常见规范的api doc。
* 数据库 `UML` 类图:
- <img src="/img/shenyu/db/shenyu-api-doc-table.png" width="30%" height="30%"
/>
+<img src="/img/shenyu/db/shenyu-api-doc-table.png" width="105%" height="105%"
/>
* 设计详解:
* 一个tag可以有多个子tag,tag的层级无限,最下面的叶子节点是API。