hf400159 commented on code in PR #1094:
URL: https://github.com/apache/apisix-website/pull/1094#discussion_r873292347


##########
website/i18n/zh/docusaurus-plugin-content-docs/current/blog-contributing-guide.md:
##########
@@ -0,0 +1,195 @@
+---
+id: blog
+title: 博客贡献指南
+keywords:
+- API 网关
+- APISIX
+- Apache APISIX
+- 博客
+- 如何写一篇博客
+description: 在 Apache APISIX 网站上撰写或更新博客指南。
+---
+
+在 Apache APISIX 网站上撰写或更新[博客](/blog/)请遵循本篇指南。
+
+如果你对已经发布的博客存有疑问欢迎提交一份 [issue](/docs/general/submit-issue)。如果有意愿的话可以同时创建一个 
[PR](/docs/general/contributor-guide/#open-a-pull-request) 自己来修复它。
+
+博客同时以[中文](/zh/blog/)和[英文](/blog/)撰写, 贡献者可以自由的根据自己的喜好选择使用哪种语言,翻译工作会在未来进行并且你也可以 
review 相应 PR。
+
+英文博客在 `website/blog` 目录下,根据年月日信息分类。
+
+举个例子,`website/blog/2021/11/22/develop-apisix-ingress-with-nocalhost-in-kubernetes.md`
 意味着一个名为 `develop-apisix-ingress-with-nocalhost-in-kubernetes.md` 
的博客在2021年11月22号发表,它被存放在 `website/blog/2021/11/22` 目录下。在它完成 review 并合并后,相应的 URL 
会是 
`https://apisix.apache.org/blog/2021/11/22/develop-apisix-ingress-with-nocalhost-in-kubernetes`。

Review Comment:
   ```suggestion
   例如:`website/blog/2022/03/01/apisix-integration-public-api-plugin.md` 该目录释义如下:
   
   - `apisix-integration-public-api-plugin.md` 博客是在2022年03月01号发表,
   - `website/blog/2022/03/01` 是该博客所在的目录。
   -  
`https://apisix.apache.org/blog/2022/03/01/apisix-integration-public-api-plugin`
 是该博客 PR 合并后的 URL。
   ```



-- 
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-unsubscr...@apisix.apache.org

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

Reply via email to