This is an automated email from the ASF dual-hosted git repository.
liuxiran 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 25c34c9 feat: add articles directory (#485)
25c34c9 is described below
commit 25c34c9fb6493403c3ac7a8fd915867ff5caf535
Author: bzp2010 <[email protected]>
AuthorDate: Thu Aug 19 17:43:49 2021 +0800
feat: add articles directory (#485)
---
website/docusaurus.config.js | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index c3090df..257a2a5 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -240,6 +240,16 @@ module.exports = {
},
],
[
+ "@docusaurus/plugin-content-blog",
+ {
+ id: "articles",
+ routeBasePath: "articles",
+ path: "articles",
+ blogSidebarCount: 0,
+ blogTitle: "Article"
+ },
+ ],
+ [
"@docusaurus/plugin-content-docs",
{
id: "docs-apisix",