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:23 UTC

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

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",