This is an automated email from the ASF dual-hosted git repository.
majunjie 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 64ef062 fix: remove Recent posts index in blog page (#549)
64ef062 is described below
commit 64ef062ecf063483740882efe5c63bcb8e3fe9f4
Author: liuxiran <[email protected]>
AuthorDate: Thu Sep 2 12:33:08 2021 +0800
fix: remove Recent posts index in blog page (#549)
---
website/docusaurus.config.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 904d9df..95a6116 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -215,6 +215,7 @@ module.exports = {
},
blog: {
path: "blog",
+ blogSidebarCount: 0,
},
theme: {
customCss: "../src/css/customTheme.css",