This is an automated email from the ASF dual-hosted git repository.

wenming pushed a commit to branch moonming-patch-3
in repository https://gitbox.apache.org/repos/asf/apisix-website.git

commit d2389489262ed8722613ff4bb555697755c2301d
Author: Ming Wen <[email protected]>
AuthorDate: Tue Mar 1 09:46:25 2022 +0800

    docs: update file logger and API gateway.
---
 .../2022/02/16/{file-logger.md => file-logger-api-gateway.md} | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/website/blog/2022/02/16/file-logger.md 
b/website/blog/2022/02/16/file-logger-api-gateway.md
similarity index 97%
rename from website/blog/2022/02/16/file-logger.md
rename to website/blog/2022/02/16/file-logger-api-gateway.md
index 1f8afb6..20dd2d8 100644
--- a/website/blog/2022/02/16/file-logger.md
+++ b/website/blog/2022/02/16/file-logger-api-gateway.md
@@ -1,5 +1,5 @@
 ---
-title: "How did a Beginner Build an Apache APISIX Plugin from 0 to 1"
+title: "file logger practice in API Gateway"
 authors:
   - name: "Qi Guo"
     title: "Author"
@@ -10,11 +10,10 @@ authors:
     url: "https://github.com/yzeng25";
     image_url: "https://avatars.githubusercontent.com/u/36651058?v=4";
 keywords: 
-- Apache APISIX
+- API Gateway
 - Logging
-- Ecosystem
-- Developer
-- Guide
+- file logger
+
 description: This article documents the process of developing the 
`file-logger` plugin by a front-end engineer with no back-end experience.
 tags: [Technology,Logging]
 ---
@@ -27,7 +26,7 @@ Over the past few months, community users have added many 
plugins to Apache APIS
 
 None of the articles on the Apache APISIX blog seem to go into detail about 
the process of developing plugins. So let's take a look at the process from the 
perspective of a plugin developer and see how a plugin is born!
 
-This article documents the process of developing the `file-logger` plugin by 
**a front-end engineer with no back-end experience**. Before digging into the 
details of the implementation process, we will briefly introduce the 
functionality of `file-logger`.
+This article documents the process of developing the `file-logger` plugin on 
API Gateway by **a front-end engineer with no back-end experience**. Before 
digging into the details of the implementation process, we will briefly 
introduce the functionality of `file-logger`.
 
 ## Introduction of file-logger plugin
 

Reply via email to