You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/09/27 01:48:22 UTC

[apisix-website] branch juzhiyuan-patch-1 created (now 08f3fad)

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

juzhiyuan pushed a change to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix-website.git.


      at 08f3fad  feat: show all posts on Blog list

This branch includes the following new commits:

     new 08f3fad  feat: show all posts on Blog list

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[apisix-website] 01/01: feat: show all posts on Blog list

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix-website.git

commit 08f3fadb49a15f548d504eeeba34bc0338bebf07
Author: 琚致远 <ju...@apache.org>
AuthorDate: Mon Sep 27 09:48:12 2021 +0800

    feat: show all posts on Blog list
---
 website/docusaurus.config.js | 2 ++
 1 file changed, 2 insertions(+)

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