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: 琚致远 <[email protected]> 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",
