We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e9961 commit b2c37f1Copy full SHA for b2c37f1
docusaurus.config.js
@@ -23,6 +23,7 @@ const config = {
23
({
24
docs: {
25
sidebarPath: require.resolve('./sidebars.js'),
26
+ sidebarCollapsed: false,
27
// Please change this to your repo.
28
editUrl: 'https://github.com/outcaste-io/docs/blob/main',
29
},
@@ -63,6 +64,11 @@ const config = {
63
64
65
],
66
67
+ docs: {
68
+ sidebar: {
69
+ hideable: true,
70
+ },
71
72
footer: {
73
style: 'dark',
74
links: [
@@ -106,7 +112,7 @@ const config = {
106
112
107
113
108
114
109
- copyright: `Copyright © ${new Date().getFullYear()} Outcaste LLC. Built with Docusaurus.`,
115
+ copyright: `Copyright © ${new Date().getFullYear()} Outcaste LLC. Built with Docusaurus 2.`,
110
116
111
117
prism: {
118
theme: lightCodeTheme,
0 commit comments