You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ma...@apache.org on 2021/09/02 04:33:14 UTC

[apisix-website] branch master updated: fix: remove Recent posts index in blog page (#549)

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 <be...@126.com>
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",