This is an automated email from the ASF dual-hosted git repository.
young 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 6a4374e90e7 doc: fix error tags (#1492)
6a4374e90e7 is described below
commit 6a4374e90e77852149b59f287a326a2da0aa2e82
Author: Yilia <[email protected]>
AuthorDate: Fri Feb 3 15:40:14 2023 +0800
doc: fix error tags (#1492)
---
blog/en/blog/2022/07/30/why-we-need-apache-apisix.md | 2 +-
blog/en/blog/2022/08/17/backend-for-frontend-demo.md | 2 +-
blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md | 2 +-
blog/en/blog/2022/09/08/api-monetization-using-stack.md | 2 +-
blog/en/blog/2022/09/23/build-event-driven-api.md | 2 +-
blog/en/blog/2022/09/28/rust-loves-apisix.md | 2 +-
blog/en/blog/2022/10/05/rust-apisix.md | 2 +-
blog/en/blog/2022/11/07/webhook-api-gateway-event-driven-apis.md | 2 +-
blog/en/blog/2022/11/09/georouting-apisix.md | 2 +-
blog/en/blog/2022/11/23/poor-man-api.md | 2 +-
blog/en/blog/2022/12/06/choose-the-right-api-style-technology.md | 2 +-
blog/en/blog/2022/12/07/web-caching-client.md | 2 +-
blog/en/blog/2022/12/14/web-caching-server.md | 2 +-
13 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/blog/en/blog/2022/07/30/why-we-need-apache-apisix.md
b/blog/en/blog/2022/07/30/why-we-need-apache-apisix.md
index 4d3e821deca..df35cb33709 100644
--- a/blog/en/blog/2022/07/30/why-we-need-apache-apisix.md
+++ b/blog/en/blog/2022/07/30/why-we-need-apache-apisix.md
@@ -11,7 +11,7 @@ keywords:
- Open Source
- API Management
description: This article introduces how the cloud native API gateway Apache
APISIX solves the business pain points and usage scenarios brought by Nginx and
Kong.
-tags: [Case Studies]
+tags: [Ecosystem]
image: https://static.apiseven.com/2022/11/07/636916ea65769.png
---
diff --git a/blog/en/blog/2022/08/17/backend-for-frontend-demo.md
b/blog/en/blog/2022/08/17/backend-for-frontend-demo.md
index 189cf4b0e06..e002a11e0fd 100644
--- a/blog/en/blog/2022/08/17/backend-for-frontend-demo.md
+++ b/blog/en/blog/2022/08/17/backend-for-frontend-demo.md
@@ -11,7 +11,7 @@ keywords:
- System architecture
- Mciroservices
description: The Backend-For-Frontend pattern describes how to return
different data for each client in a microservices architecture. This article
goes through the code required to implement the different possible
implementations.
-tags: [Case Studies]
+tags: [Ecosystem]
image: https://static.apiseven.com/2022/11/03/63634494405e7.png
---
diff --git
a/blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md
b/blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md
index 8928b4b188b..c328a31f9b1 100644
--- a/blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md
+++ b/blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md
@@ -12,7 +12,7 @@ keywords:
- Fault Injection
- Microservices
description: The blog post describes how Apache APISIX is useful for testing
the robustness and resilience of microservices APIs. Throughout the post, we
also get to know the types of possible failure injections with the Fault
Injection Plugin.
-tags: [Case Studies]
+tags: [Plugins]
image: https://static.apiseven.com/2022/10/20/6350b3f63a715.png
---
diff --git a/blog/en/blog/2022/09/08/api-monetization-using-stack.md
b/blog/en/blog/2022/09/08/api-monetization-using-stack.md
index 39acc3717f3..fe29280da60 100644
--- a/blog/en/blog/2022/09/08/api-monetization-using-stack.md
+++ b/blog/en/blog/2022/09/08/api-monetization-using-stack.md
@@ -14,7 +14,7 @@ keywords:
- Rate limiting
- Quota
description: 💁🏼 This blog post gives you an idea of building your technology
stack with an API Gateway and a payment provider that can help you run quickly
and securely your API monetization system which simply provides flexibility for
your customers.
-tags: [Case Studies]
+tags: [Ecosystem]
image: https://static.apiseven.com/2022/10/25/6357addd22a01.png
---
diff --git a/blog/en/blog/2022/09/23/build-event-driven-api.md
b/blog/en/blog/2022/09/23/build-event-driven-api.md
index 5701af6ac98..f1763e004c6 100644
--- a/blog/en/blog/2022/09/23/build-event-driven-api.md
+++ b/blog/en/blog/2022/09/23/build-event-driven-api.md
@@ -13,7 +13,7 @@ keywords:
- CQRS
- Serverless
description: This blog post explores how to build event-driven API Services
using these 3 well-known patterns to build a highly scalable and distributed
system.
-tags: [Case Studies]
+tags: [Ecosystem]
image: https://static.apiseven.com/2022/11/01/63612aab60c8d.png
---
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 27baae4c2c1..d18302d5f1e 100644
--- a/blog/en/blog/2022/09/28/rust-loves-apisix.md
+++ b/blog/en/blog/2022/09/28/rust-loves-apisix.md
@@ -11,7 +11,7 @@ keywords:
- Rust
- WebAssembly
description: This article shows the steps to perform to develop and deploy
WebAssembly plugins from Rust.
-tags: [Case Studies]
+tags: [Ecosystem]
image: https://static.apiseven.com/2022/10/08/634113b161cce.png
---
diff --git a/blog/en/blog/2022/10/05/rust-apisix.md
b/blog/en/blog/2022/10/05/rust-apisix.md
index 71681bf48d1..945c3f00dfb 100644
--- a/blog/en/blog/2022/10/05/rust-apisix.md
+++ b/blog/en/blog/2022/10/05/rust-apisix.md
@@ -11,7 +11,7 @@ keywords:
- Rust
- WebAssembly
description: This article describes how to redevelop the response-rewrite
plugin using Rust and WebAssembly.
-tags: [Case Studies]
+tags: [Plugins]
image: https://static.apiseven.com/2022/10/28/635b5378cdd1f.png
---
diff --git a/blog/en/blog/2022/11/07/webhook-api-gateway-event-driven-apis.md
b/blog/en/blog/2022/11/07/webhook-api-gateway-event-driven-apis.md
index f6bb1605cc1..6aad1087457 100644
--- a/blog/en/blog/2022/11/07/webhook-api-gateway-event-driven-apis.md
+++ b/blog/en/blog/2022/11/07/webhook-api-gateway-event-driven-apis.md
@@ -14,7 +14,7 @@ keywords:
- Webhook
- Event-driven
description: This post elaborates on building event-driven APIs by making use
of Webhook and API Gateway, we understand the role of each in this solution.
-tags: [Case Studies]
+tags: [Ecosystem]
image: https://static.apiseven.com/2022/11/07/6368d30abf672.png
---
diff --git a/blog/en/blog/2022/11/09/georouting-apisix.md
b/blog/en/blog/2022/11/09/georouting-apisix.md
index e105fb9eab3..a3f87061471 100644
--- a/blog/en/blog/2022/11/09/georouting-apisix.md
+++ b/blog/en/blog/2022/11/09/georouting-apisix.md
@@ -10,7 +10,7 @@ keywords:
- GeoIP
- Nginx
description: Apache APISIX, the Apache-led API Gateway, comes out of the box
with many plugins to implement your use case. Sometimes, however, the plugin
you're looking for is not available. While creating your own is always
possible, it's sometimes necessary. Today, I'll show you how to route users
according to their location without writing a single line of Lua code.
-tags: [Case Studies]
+tags: [Ecosystem]
image:
https://repository-images.githubusercontent.com/560493734/4073382d-d3de-42b8-aa58-d0a139978768
---
diff --git a/blog/en/blog/2022/11/23/poor-man-api.md
b/blog/en/blog/2022/11/23/poor-man-api.md
index 7751c73deab..b75633ceefa 100644
--- a/blog/en/blog/2022/11/23/poor-man-api.md
+++ b/blog/en/blog/2022/11/23/poor-man-api.md
@@ -12,7 +12,7 @@ keywords:
- no code
- MVP
description: "Creating a full-fledged API requires resources, both time and
money. You need to think about the model, the design, the REST principles,
etc., without writing a single line of code. Most of the time, you don't know
whether it's worth it: you'd like to offer a Minimum Viable Product and iterate
from there. I want to show how you can achieve it without writing a single line
of code."
-tags: [Case Studies]
+tags: [Ecosystem]
image: https://static.apiseven.com/2022/11/28/63841cb4ad10a.png
---
diff --git a/blog/en/blog/2022/12/06/choose-the-right-api-style-technology.md
b/blog/en/blog/2022/12/06/choose-the-right-api-style-technology.md
index 0fdccb241c5..4998e323302 100644
--- a/blog/en/blog/2022/12/06/choose-the-right-api-style-technology.md
+++ b/blog/en/blog/2022/12/06/choose-the-right-api-style-technology.md
@@ -12,7 +12,7 @@ keywords:
- API Technologies
- API resources
description: "How to decide on the right API style and which technology to
choose for a style."
-tags: [Case Studies]
+tags: [Ecosystem]
image: https://static.apiseven.com/2022/12/06/638e30968ec3e.png
---
diff --git a/blog/en/blog/2022/12/07/web-caching-client.md
b/blog/en/blog/2022/12/07/web-caching-client.md
index 3e2ef34cf57..14826610bf6 100644
--- a/blog/en/blog/2022/12/07/web-caching-client.md
+++ b/blog/en/blog/2022/12/07/web-caching-client.md
@@ -11,7 +11,7 @@ keywords:
- Cache
- Performance
description: "The subject of Web resource caching is as old as the World Wide
Web itself. However, I'd like to offer an as-exhaustive-as-possible catalog of
how one can improve performance by caching. Web resource caching can happen in
two different places: client-side - on the browser and server-side. This post
is dedicated to the former; the next post will focus on the latter."
-tags: [Case Studies]
+tags: [Ecosystem]
image: https://static.apiseven.com/2022/12/13/63981dcbe4b0c.jpg
---
diff --git a/blog/en/blog/2022/12/14/web-caching-server.md
b/blog/en/blog/2022/12/14/web-caching-server.md
index e675ace2071..e2ce189729d 100644
--- a/blog/en/blog/2022/12/14/web-caching-server.md
+++ b/blog/en/blog/2022/12/14/web-caching-server.md
@@ -11,7 +11,7 @@ keywords:
- Cache
- Performance
description: "The subject of Web resource caching is as old as the World Wide
Web itself. However, I'd like to offer an as-exhaustive-as-possible catalog of
how one can improve performance by caching. Web resource caching can happen in
two different places: client-side - on the browser and server side. In the
previous post, I explained the former; this post focuses on the latter."
-tags: [Case Studies]
+tags: [Ecosystem]
image: https://static.apiseven.com/2022/12/13/63981be362ec4.jpg
---