You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/04 09:22:45 UTC

[GitHub] [apisix-website] hf400159 opened a new pull request, #1268: docs: update 2021-12 blog's desc/keywords/tags

hf400159 opened a new pull request, #1268:
URL: https://github.com/apache/apisix-website/pull/1268

   Fixes: #[Add issue number here]
   
   Changes:
   
   <!-- Add here what changes were made in this pull request and if possible provide links showcasing the changes. -->
   
   Screenshots of the change:
   
   <!-- Add screenshots depicting the changes. -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1268: docs: update 2021-12 blog's desc/keywords/tags

Posted by GitBox <gi...@apache.org>.
SylviaBABY commented on code in PR #1268:
URL: https://github.com/apache/apisix-website/pull/1268#discussion_r938654243


##########
blog/en/blog/2022/02/25/consul-api-gateway.md:
##########
@@ -14,8 +14,8 @@ keywords:
 - Consul
 - Service Discovery
 - 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 Apache APISIX.
-tags: [Technology,Ecosystem,Service Discovery]
+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,Service Discovery]

Review Comment:
   ```suggestion
   tags: [Ecosystem]
   ```
   



##########
blog/zh/blog/2021/12/07/apisix-integrate-skywalking-plugin.md:
##########
@@ -11,11 +11,12 @@ authors:
     image_url: "https://avatars.githubusercontent.com/u/39793568?v=4"
 keywords: 
 - Apache APISIX
+- API 网关
 - Apache SkyWalking
 - 日志处理
 - 插件集成
-description: 本文主要介绍了两款 Apache APISIX 集成 SkyWalking 的日志插件,为之后大家在 Apache APISIX 中进行日志处理提供更方便的操作与环境。
-tags: [Technology]
+description: 本文主要介绍云原生 API 网关 Apache APISIX 集成 SkyWalking 的日志插件,为之后用户在 Apache APISIX 中进行日志处理提供更方便的操作与环境。
+tags: [Plugins]

Review Comment:
   ```suggestion
   tags: [Plugins,Ecosystem]
   ```
   



##########
blog/en/blog/2021/12/07/apisix-integrate-skywalking-plugin.md:
##########
@@ -11,11 +11,12 @@ authors:
     image_url: "https://avatars.githubusercontent.com/u/39793568?v=4"
 keywords: 
 - Apache APISIX
+- API Gateway
 - Apache SkyWalking
 - Log Process
 - Plugin
-description: This paper mainly introduces two Apache APISIX integrated SkyWalking log plug-ins to provide a more convenient operation and environment for log processing in Apache APISIX.
-tags: [Technology]
+description: This paper mainly introduces two Apache APISIX integrated SkyWalking log plugins to provide a more convenient operation and environment for log processing in Apache APISIX.
+tags: [Plugins]

Review Comment:
   ```suggestion
   tags: [Plugins,Ecosystem]
   ```
   



##########
blog/en/blog/2022/02/17/weekly-report-0214.md:
##########
@@ -2,13 +2,13 @@
 title: Biweekly Report (Feb 1 - Feb 14)
 keywords:
 - Apache APISIX
+- API Gateway
 - Weekly Report
 - Contributor
-- APISIX
-- API Gateway
+- OpenTelemetry
 - Apache
-description: The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
-tags: [Events]
+description: The cloud-native API gateway Apache APISIX has supported plugins such as csrf, file-logger, public-api, opentelemetry, and loggly in the past two weeks.

Review Comment:
   ```suggestion
   description: The cloud-native API gateway Apache APISIX has supported plugins such as csrf, file-logger, public-api, opentelemetry, and logging in the past two weeks.
   ```
   



##########
blog/zh/blog/2022/02/25/consul-api-gateway.md:
##########
@@ -14,7 +14,7 @@ keywords:
 - Consul
 - 服务发现
 - 服务注册
-description: Apache APISIX 支持基于 Consul KV 的服务发现注册表。这篇文章讲述了在 Apache APISIX 中实现服务发现和服务注册的全过程。
+description: 云原生 API 网关 Apache APISIX 支持基于 Consul KV 的服务发现。本文讲述了在 Apache APISIX 中实现服务发现和服务注册的全过程及 consul_kv 的相关原理。
 tags: [Technology,Ecosystem,Service Discovery]

Review Comment:
   should be Ecosystem



##########
blog/zh/blog/2021/12/24/apisix-integrate-openwhisk-plugin.md:
##########
@@ -11,11 +11,12 @@ authors:
     image_url: "https://avatars.githubusercontent.com/u/39793568?v=4"
 keywords: 
 - Apache APISIX
+- API 网关
 - Apache OpenWhisk
 - Serverless
 - 插件
-description: 本文为大家介绍了关于 `openwhisk` 插件的功能前瞻与使用步骤,结合 Apache APISIX 提供的多种身份认证插件来实现认证与授权等功能。
-tags: [Technology]
+description: 本文为大家介绍了关于 `openwhisk` 插件的功能前瞻与使用步骤,结合 API 网关 Apache APISIX 提供的多种身份认证插件来实现认证与授权等功能。
+tags: [Plugins]

Review Comment:
   ```suggestion
   tags: [Plugins,Ecosystem]
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SylviaBABY merged pull request #1268: docs: update 2021-12 and 2022/02 blog's desc/keywords/tags

Posted by GitBox <gi...@apache.org>.
SylviaBABY merged PR #1268:
URL: https://github.com/apache/apisix-website/pull/1268


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] netlify[bot] commented on pull request #1268: docs: update 2021-12 blog's desc/keywords/tags

Posted by GitBox <gi...@apache.org>.
netlify[bot] commented on PR #1268:
URL: https://github.com/apache/apisix-website/pull/1268#issuecomment-1204994546

   ### <span aria-hidden="true">👷</span> Deploy Preview for *apache-apisix* processing.
   
   
   |  Name | Link |
   |---------------------------------|------------------------|
   |<span aria-hidden="true">🔨</span> Latest commit | b6b17745727fe324544d12849d327807fdaaadc6 |
   |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/apache-apisix/deploys/62eb8fe5ddfad50009b29c81 |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org