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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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