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/01/26 08:25:08 UTC

[GitHub] [apisix-website] yzeng25 commented on a change in pull request #861: docs: update tag section in blog contributing guide

yzeng25 commented on a change in pull request #861:
URL: https://github.com/apache/apisix-website/pull/861#discussion_r792399632



##########
File path: website/docs/general/blog-contributing-guide.md
##########
@@ -56,17 +56,19 @@ While `title` and `author` are starightforward, the other fields might be a bit
 
 ```markdown
 title: "blog's title"
-author: "blog's author"
-authorURL: "author's GitHub ID"
-authorImageURL: "author's GitHub Image"
+authors:
+  - name: "Author's Name"
+    title: "Author"
+    url: "Author's GitHub"
+    image_url: "Author's Image URL"
 keywords:
 - keywords 1
 - keywords 2
 - keywords 3
 - keywords 4
 - keywords 5
 description: description of this blog
-tags: [tag1]
+tags: [tag1,tag2,...,tagn]

Review comment:
       test




-- 
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