Skip to content

Commit 0ecdad0

Browse files
fix: show all blog entries in Docusaurus sidebar (#3358)
* Initial plan * fix: show all blog entries in Docusaurus sidebar Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
1 parent 07e36da commit 0ecdad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Website/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const config = {
4848
},
4949
blog: {
5050
showReadingTime: true,
51+
blogSidebarCount: "ALL",
5152
editUrl:
5253
"https://github.com/bornToBeRoot/NETworkManager/tree/main/Website/",
5354
},

0 commit comments

Comments
 (0)