Skip to content

Commit 0403abd

Browse files
committed
chore: show all blog posts in sidebar
1 parent 126dc29 commit 0403abd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ const config: Config = {
3030
},
3131
blog: {
3232
showReadingTime: true,
33+
blogSidebarCount: 'ALL',
34+
blogSidebarTitle: 'All Posts',
3335
editUrl: 'https://github.com/sourcetoad/open-source/tree/main',
3436
},
3537
theme: {

0 commit comments

Comments
 (0)