This is an automated email from the ASF dual-hosted git repository.

juzhiyuan 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 7f329dd  docs: show all posts on the Blog page (#655)
7f329dd is described below

commit 7f329ddfcb386889f26136e4046d47c4795b0ed7
Author: 琚致远 <[email protected]>
AuthorDate: Tue Oct 12 16:01:34 2021 +0800

    docs: show all posts on the Blog page (#655)
---
 website/docusaurus.config.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 78261d6..dd6f3a8 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -236,6 +236,8 @@ module.exports = {
         },
         blog: {
           path: "blog",
+          blogSidebarTitle: 'All posts',
+          blogSidebarCount: 'ALL',
         },
         theme: {
           customCss: "../src/css/customTheme.css",

Reply via email to