You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by yi...@apache.org on 2022/08/29 05:06:49 UTC

[apisix-website] branch master updated: docs: update blog's cover image and title (#1298)

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 d512c7503b5 docs: update blog's cover image and title (#1298)
d512c7503b5 is described below

commit d512c7503b56566f2ef14107ed136d481eb9bf11
Author: Fei Han <97...@users.noreply.github.com>
AuthorDate: Mon Aug 29 13:06:43 2022 +0800

    docs: update blog's cover image and title (#1298)
---
 blog/en/blog/2022/01/21/apisix-hashicorp-vault-integration.md  |  2 +-
 blog/en/blog/2022/02/25/consul-api-gateway.md                  |  1 +
 blog/en/blog/2022/03/02/apisix-integration-graphql.md          |  2 +-
 .../blog/2022/08/08/apache-apisix-performance-test-in-azure.md |  2 +-
 .../2022/08/12/arm-performance-google-aws-azure-with-apisix.md | 10 +++-------
 blog/zh/blog/2022/01/21/apisix-hashicorp-vault-integration.md  |  2 +-
 blog/zh/blog/2022/02/25/consul-api-gateway.md                  |  1 +
 blog/zh/blog/2022/03/02/apisix-integration-graphql.md          |  2 +-
 .../blog/2022/08/08/apache-apisix-performance-test-in-azure.md |  6 +++---
 .../2022/08/12/arm-performance-google-aws-azure-with-apisix.md |  8 ++++----
 10 files changed, 17 insertions(+), 19 deletions(-)

diff --git a/blog/en/blog/2022/01/21/apisix-hashicorp-vault-integration.md b/blog/en/blog/2022/01/21/apisix-hashicorp-vault-integration.md
index 0f2b207045f..ee11c2ab235 100644
--- a/blog/en/blog/2022/01/21/apisix-hashicorp-vault-integration.md
+++ b/blog/en/blog/2022/01/21/apisix-hashicorp-vault-integration.md
@@ -17,7 +17,7 @@ keywords:
 - authentication
 description: This article describe the upcoming release of the Vault with Apache APISIX integration, and show the details of configuration.
 tags: [Authentication,Ecosystem,Plugins]
-image: https://static.apiseven.com/2022/blog/0818/ecosystem/HashiCorp%20Consul.png
+image: https://static.apiseven.com/2022/blog/0818/plugins/vault.png
 ---
 
 > This article describe the upcoming release of the Vault with Apache APISIX integration, and show the details of configuration.
diff --git a/blog/en/blog/2022/02/25/consul-api-gateway.md b/blog/en/blog/2022/02/25/consul-api-gateway.md
index 38a2f65660c..df906be5ea2 100644
--- a/blog/en/blog/2022/02/25/consul-api-gateway.md
+++ b/blog/en/blog/2022/02/25/consul-api-gateway.md
@@ -16,6 +16,7 @@ keywords:
 - Servici Register
 description: Apache APISIX supports the Consul KV-based service discovery registry. This article will walk you through the process of implementing service discovery and service registry in APISIX.
 tags: [Ecosystem]
+image: https://static.apiseven.com/2022/blog/0818/ecosystem/HashiCorp%20Consul.png
 ---
 
 > Apache APISIX supports the Consul KV-based service discovery registry. This article will walk you through the process of implementing service discovery and service registry in Apache APISIX.
diff --git a/blog/en/blog/2022/03/02/apisix-integration-graphql.md b/blog/en/blog/2022/03/02/apisix-integration-graphql.md
index 2712e6b7b06..92adfb81357 100644
--- a/blog/en/blog/2022/03/02/apisix-integration-graphql.md
+++ b/blog/en/blog/2022/03/02/apisix-integration-graphql.md
@@ -113,7 +113,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 \
   -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d '
   {
       "methods": ["POST"],
-      "uri": "/_graphql",
+      "uri": "/graphql",
       "vars": [
           ["graphql_operation", "==", "query"],
           ["graphql_name", "==", "getRepo"],
diff --git a/blog/en/blog/2022/08/08/apache-apisix-performance-test-in-azure.md b/blog/en/blog/2022/08/08/apache-apisix-performance-test-in-azure.md
index 09e4d27b24c..e280adbde26 100644
--- a/blog/en/blog/2022/08/08/apache-apisix-performance-test-in-azure.md
+++ b/blog/en/blog/2022/08/08/apache-apisix-performance-test-in-azure.md
@@ -1,5 +1,5 @@
 ---
-title: "API Gateway Apache APISIX performance testing in Azure"
+title: "How is the Azure ARM architecture server perform?"
 authors:
   - name: "Shirui Zhao"
     title: "Author"
diff --git a/blog/en/blog/2022/08/12/arm-performance-google-aws-azure-with-apisix.md b/blog/en/blog/2022/08/12/arm-performance-google-aws-azure-with-apisix.md
index 03e09be470b..75c9fca67f5 100644
--- a/blog/en/blog/2022/08/12/arm-performance-google-aws-azure-with-apisix.md
+++ b/blog/en/blog/2022/08/12/arm-performance-google-aws-azure-with-apisix.md
@@ -1,5 +1,5 @@
 ---
-title: "ARM is trending! Performance Comparisons among Google, AWS, and Azure"
+title: "GCP, AWS, and Azure ARM-based server performance comparison"
 authors:
   - name: "Shirui Zhao"
     title: "Author"
@@ -16,11 +16,11 @@ keywords:
 - AWS
 - Google
 - Apache APISIX
-description: This article uses API Gateway Apache APISIX to compare the performance in ARM among Google, AWS, and Azure in network IO-intensive scenarios.
+description: This article compares the performance of Google, AWS, and Azure ARM-based servers in network IO-intensive scenarios through the API gateway Apache APISIX.
 tags: [Ecosystem]
 ---
 
-> This article uses API Gateway Apache APISIX to compare the performance in ARM among Google, AWS, and Azure in network IO-intensive scenarios.
+> This article uses  Apache APISIX to compare the performance of Google, AWS, and Azure ARM-based servers in network IO-intensive scenarios.
 
 <!--truncate-->
 
@@ -28,10 +28,6 @@ tags: [Ecosystem]
     <link rel="canonical" href="https://api7.ai/2022/08/12/arm-performance-google-aws-azure-with-apisix/" />
 </head>
 
-## Background
-
-The ARM architecture belongs to the [RISC](https://en.wikipedia.org/wiki/Reduced_instruction_set_computer). The RISC microprocessor architecture design uses a highly optimized set of instructions to enable small processors to efficiently handle complex tasks.
-
 ARM has become the cornerstone of the world's largest computing ecosystem and mobile devices, and is considered by many experts to be the future of cloud computing due to its low power consumption, flexible licensing and low cost.
 
 Therefore, mainstream cloud vendors led by AWS, Google Cloud Platform (GCP) and Azure have successively launched servers with ARM architecture. Among them, AWS launched the first server processor AWS Graviton based on ARM architecture in 2018.
diff --git a/blog/zh/blog/2022/01/21/apisix-hashicorp-vault-integration.md b/blog/zh/blog/2022/01/21/apisix-hashicorp-vault-integration.md
index 991a69d4a73..8856cbbbafe 100644
--- a/blog/zh/blog/2022/01/21/apisix-hashicorp-vault-integration.md
+++ b/blog/zh/blog/2022/01/21/apisix-hashicorp-vault-integration.md
@@ -17,7 +17,7 @@ keywords:
 - 认证
 description: 本文为大家带来了 Apache APISIX 即将发布的 Vault 插件以及相关使用细节。在为服务提供高并发低延迟的卓越性能的同时,为服务的安全保驾护航。
 tags: [Plugins,Authentication,Ecosystem]
-image: https://static.apiseven.com/2022/blog/0818/ecosystem/HashiCorp%20Consul.png
+image: https://static.apiseven.com/2022/blog/0818/plugins/vault.png
 ---
 
 > 本文为大家带来了 Apache APISIX 即将发布的 Vault 插件以及相关细节。在为服务提供高并发低延迟的卓越性能的同时,为服务的安全保驾护航。
diff --git a/blog/zh/blog/2022/02/25/consul-api-gateway.md b/blog/zh/blog/2022/02/25/consul-api-gateway.md
index 38aaf40369d..39df07fe576 100644
--- a/blog/zh/blog/2022/02/25/consul-api-gateway.md
+++ b/blog/zh/blog/2022/02/25/consul-api-gateway.md
@@ -16,6 +16,7 @@ keywords:
 - 服务注册
 description: 云原生 API 网关 Apache APISIX 支持基于 Consul KV 的服务发现。本文讲述了在 Apache APISIX 中实现服务发现和服务注册的全过程及 consul_kv 的相关原理。
 tags: [Ecosystem]
+image: https://static.apiseven.com/2022/blog/0818/ecosystem/HashiCorp%20Consul.png
 ---
 
 > Apache APISIX 支持基于 Consul KV 的服务发现注册表。这篇文章讲述了在 Apache APISIX 中实现服务发现和服务注册的全过程。
diff --git a/blog/zh/blog/2022/03/02/apisix-integration-graphql.md b/blog/zh/blog/2022/03/02/apisix-integration-graphql.md
index 930e46cf21c..1b43021112b 100644
--- a/blog/zh/blog/2022/03/02/apisix-integration-graphql.md
+++ b/blog/zh/blog/2022/03/02/apisix-integration-graphql.md
@@ -113,7 +113,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 \
   -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d '
   {
       "methods": ["POST"],
-      "uri": "/_graphql",
+      "uri": "/graphql",
       "vars": [
           ["graphql_operation", "==", "query"],
           ["graphql_name", "==", "getRepo"],
diff --git a/blog/zh/blog/2022/08/08/apache-apisix-performance-test-in-azure.md b/blog/zh/blog/2022/08/08/apache-apisix-performance-test-in-azure.md
index 5c8560340fe..1c865117afc 100644
--- a/blog/zh/blog/2022/08/08/apache-apisix-performance-test-in-azure.md
+++ b/blog/zh/blog/2022/08/08/apache-apisix-performance-test-in-azure.md
@@ -1,5 +1,5 @@
 ---
-title: "API 网关 Apache APISIX 在 Azure 的性能测试"
+title: "Apache APISIX 在 Azure Ddsv5 和 Dpdsv5 上的性能测试"
 authors:
   - name: "赵士瑞"
     title: "Author"
@@ -12,9 +12,9 @@ authors:
 keywords: 
 - API 网关
 - Azure
-- 微软
+- 微软云
+- ARM
 - Apache APISIX
-- 虚拟机
 description: 本文使用 API 网关 Apache APISIX 来对比 Azure Ddsv5 和 Azure Dpdsv5 在网络 IO 密集型场景下的性能。
 tags: [Ecosystem]
 ---
diff --git a/blog/zh/blog/2022/08/12/arm-performance-google-aws-azure-with-apisix.md b/blog/zh/blog/2022/08/12/arm-performance-google-aws-azure-with-apisix.md
index ea430203720..c06ca937095 100644
--- a/blog/zh/blog/2022/08/12/arm-performance-google-aws-azure-with-apisix.md
+++ b/blog/zh/blog/2022/08/12/arm-performance-google-aws-azure-with-apisix.md
@@ -1,5 +1,5 @@
 ---
-title: "ARM 架构正当时,三大云厂商产品究竟有多厉害"
+title: "GCP、AWS 和 Azure ARM 架构服务器性能测试对比"
 authors:
   - name: "赵士瑞"
     title: "Author"
@@ -10,17 +10,17 @@ authors:
     url: "https://github.com/SylviaBABY"
     image_url: "https://avatars.githubusercontent.com/u/39793568?v=4"
 keywords: 
-- API gateway
+- API 网关
 - ARM
 - Azure
 - AWS
 - Google
 - Apache APISIX
-description: 本文使用 API Gateway Apache APISIX 来比较 Google、AWS 和 Azure 在网络 IO 密集型场景下的 ARM 架构性能。
+description: 本文使用 API 网关 Apache APISIX 来比较 GCP、AWS 和 Azure ARM 架构服务器在网络 IO 密集型场景下的性能。
 tags: [Ecosystem]
 ---
 
-> 本文使用 API Gateway Apache APISIX 来比较 Google、AWS 和 Azure 在网络 IO 密集型场景下的 ARM 架构性能。
+> 本文使用 Apache APISIX 来比较 GCP、AWS 和 Azure ARM 架构服务器在网络 IO 密集型场景下的性能。
 
 <!--truncate-->