diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index 5c21f4c5d6..0bc82494b6 100644 --- a/documentation/docusaurus.config.ts +++ b/documentation/docusaurus.config.ts @@ -55,6 +55,7 @@ const config: Config = { onInlineTags: "warn", onInlineAuthors: "warn", onUntruncatedBlogPosts: "warn", + blogSidebarCount: 'ALL' }, theme: { customCss: "./src/css/custom.css",