This is an automated email from the ASF dual-hosted git repository.
yilinzeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 1fb82847aae docs: Added cover images for blogs (#1356)
1fb82847aae is described below
commit 1fb82847aae9c8c0d92e805452bf2efb7f3bc5ae
Author: Bhavya Tewari <[email protected]>
AuthorDate: Tue Oct 11 07:55:00 2022 +0530
docs: Added cover images for blogs (#1356)
---
blog/en/blog/2021/06/28/why-we-need-Apache-APISIX.md | 1 +
blog/en/blog/2021/11/19/apisix-supports-wasm.md | 1 +
blog/en/blog/2022/09/28/rust-loves-apisix.md | 1 +
3 files changed, 3 insertions(+)
diff --git a/blog/en/blog/2021/06/28/why-we-need-Apache-APISIX.md
b/blog/en/blog/2021/06/28/why-we-need-Apache-APISIX.md
index 40995d97012..c4bae873b96 100644
--- a/blog/en/blog/2021/06/28/why-we-need-Apache-APISIX.md
+++ b/blog/en/blog/2021/06/28/why-we-need-Apache-APISIX.md
@@ -13,6 +13,7 @@ keywords:
- API Management
description: Many companies used to use NGINX or Kong as their API gateway but
switched to Apache APISIX now. As an Open Source API Gateway, Apache APISIX
solves a lot of pain points for businesses.
tags: [Ecosystem]
+image: https://static.apiseven.com/2022/10/08/634113b21a4aa.png
---
> This article describes the history of the open source API Gateway Apache
> APISIX architecture's evolution and compares the advantages of the two
> frameworks, Apache APISIX and NGINX.
diff --git a/blog/en/blog/2021/11/19/apisix-supports-wasm.md
b/blog/en/blog/2021/11/19/apisix-supports-wasm.md
index 203271e098a..243224a3625 100644
--- a/blog/en/blog/2021/11/19/apisix-supports-wasm.md
+++ b/blog/en/blog/2021/11/19/apisix-supports-wasm.md
@@ -11,6 +11,7 @@ keywords:
- Plugin
description: This article introduces why the cloud native API gateway Apache
APISIX chooses Proxy Wasm for its functionality and how to use Wasm in Apache
APISIX.
tags: [Ecosystem]
+image: https://static.apiseven.com/2022/10/08/634113b2e6978.png
---
> Support for WASM will be added in the upcoming Apache APISIX version
> (2.11.0)! By reading this article you will learn how Apache APISIX deploys
> the support and development of this feature from 0 to 1.
diff --git a/blog/en/blog/2022/09/28/rust-loves-apisix.md
b/blog/en/blog/2022/09/28/rust-loves-apisix.md
index 1c8b13c6ede..5d121b846d5 100644
--- a/blog/en/blog/2022/09/28/rust-loves-apisix.md
+++ b/blog/en/blog/2022/09/28/rust-loves-apisix.md
@@ -12,6 +12,7 @@ keywords:
- WebAssembly
description: This article shows the steps to perform to develop and deploy
WebAssembly plugins from Rust.
tags: [Case Studies]
+image: https://static.apiseven.com/2022/10/08/634113b161cce.png
---
> This article shows the steps to perform to develop and deploy WebAssembly
> plugins from Rust.