Skip to content

Commit 7f329dd

Browse files
authored
docs: show all posts on the Blog page (#655)
1 parent f63bbf0 commit 7f329dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docusaurus.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ module.exports = {
236236
},
237237
blog: {
238238
path: "blog",
239+
blogSidebarTitle: 'All posts',
240+
blogSidebarCount: 'ALL',
239241
},
240242
theme: {
241243
customCss: "../src/css/customTheme.css",

0 commit comments

Comments
 (0)