This is an automated email from the ASF dual-hosted git repository. midnight2104 pushed a commit to branch midnight2104 in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
commit b729e397085c45d9b878b6e977e5cd6bbeae9ce8 Author: LL2104 <[email protected]> AuthorDate: Sun Aug 7 15:26:40 2022 +0800 Update ShenYu Architecture Image With 3D. --- docs/index.md | 2 +- .../zh/docusaurus-plugin-content-docs/current/index.md | 2 +- .../version-2.4.3/index.md | 2 +- src/pages/index.tsx | 2 +- static/img/architecture/shenyu-architecture-3d.png | Bin 0 -> 400183 bytes versioned_docs/version-2.4.3/index.md | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 88e94f58f5..47b0a56876 100755 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ aliases: "/shenyu/docs/Home" # Architecture -  +  # Why named Apache ShenYu diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/index.md b/i18n/zh/docusaurus-plugin-content-docs/current/index.md index d128d07f86..768e94c27e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/index.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/index.md @@ -7,7 +7,7 @@ description: Apache ShenYu 是一个异步的,高性能的,跨语言的, # 架构图 -  +  # 为什么叫ShenYu diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/index.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/index.md index b1671c4892..4a59dbc132 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/index.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/index.md @@ -20,7 +20,7 @@ description: Apache ShenYu 是一个异步的,高性能的,跨语言的, # 架构图 - + # 脑图 diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 3e9571e0c2..fc1235e841 100755 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -61,7 +61,7 @@ function Home() { <img alt={translate({ message: "Docusaurus with Keytar" })} className={styles.heroLogo} - src={useBaseUrl("/img/architecture/apa_grey.png")} + src={useBaseUrl("/img/architecture/shenyu-architecture-3d.png")} /> </div> </div> diff --git a/static/img/architecture/shenyu-architecture-3d.png b/static/img/architecture/shenyu-architecture-3d.png new file mode 100644 index 0000000000..a59d108608 Binary files /dev/null and b/static/img/architecture/shenyu-architecture-3d.png differ diff --git a/versioned_docs/version-2.4.3/index.md b/versioned_docs/version-2.4.3/index.md index 44c3f0d7f4..182eddac7f 100755 --- a/versioned_docs/version-2.4.3/index.md +++ b/versioned_docs/version-2.4.3/index.md @@ -21,7 +21,7 @@ This is an asynchronous, high-performance, cross-language, responsive API gatewa # Architecture Diagram - + # Mind maps
