From 399f505b7e5af3eab65d9deed332a6f82574132f Mon Sep 17 00:00:00 2001 From: Shaokun Zhang Date: Fri, 17 Nov 2023 07:40:33 -0500 Subject: [PATCH] update side bar (#702) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “skzhang1” <“shaokunzhang529@gmail.com”> --- website/docusaurus.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index cebbac257f2d..8478e99b1107 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -83,6 +83,11 @@ module.exports = { [ '@docusaurus/preset-classic', { + blog: { + showReadingTime: true, + blogSidebarCount: "ALL", + // Adjust any other blog settings as needed + }, docs: { sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo.