Skip to content

Commit b2c37f1

Browse files
committed
Update config for better sidebar
1 parent 67e9961 commit b2c37f1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docusaurus.config.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const config = {
2323
({
2424
docs: {
2525
sidebarPath: require.resolve('./sidebars.js'),
26+
sidebarCollapsed: false,
2627
// Please change this to your repo.
2728
editUrl: 'https://github.com/outcaste-io/docs/blob/main',
2829
},
@@ -63,6 +64,11 @@ const config = {
6364
},
6465
],
6566
},
67+
docs: {
68+
sidebar: {
69+
hideable: true,
70+
},
71+
},
6672
footer: {
6773
style: 'dark',
6874
links: [
@@ -106,7 +112,7 @@ const config = {
106112
],
107113
},
108114
],
109-
copyright: `Copyright © ${new Date().getFullYear()} Outcaste LLC. Built with Docusaurus.`,
115+
copyright: `Copyright © ${new Date().getFullYear()} Outcaste LLC. Built with Docusaurus 2.`,
110116
},
111117
prism: {
112118
theme: lightCodeTheme,

0 commit comments

Comments
 (0)