docs: fix docusaurus sidebar limit (#1722)

This commit is contained in:
Adewale Abati
2025-03-17 18:30:21 +01:00
committed by GitHub
parent 965eb34dc1
commit 32ab726d5b

View File

@@ -55,6 +55,7 @@ const config: Config = {
onInlineTags: "warn", onInlineTags: "warn",
onInlineAuthors: "warn", onInlineAuthors: "warn",
onUntruncatedBlogPosts: "warn", onUntruncatedBlogPosts: "warn",
blogSidebarCount: 'ALL'
}, },
theme: { theme: {
customCss: "./src/css/custom.css", customCss: "./src/css/custom.css",