Skip to content

Commit f31d060

Browse files
chore: move sidebarCollapsible config
1 parent a2efecf commit f31d060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ module.exports = {
88
favicon: 'img/favicon.ico',
99
organizationName: 'react-navigation',
1010
projectName: 'react-navigation.github.io',
11+
sidebarCollapsible: false,
1112
scripts: [
1213
'https://buttons.github.io/buttons.js',
1314
'https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js',
1415
'/js/code-block-buttons.js',
1516
],
1617
themeConfig: {
17-
sidebarCollapsible: false,
1818
googleAnalytics: {
1919
trackingID: 'UA-10128745-16',
2020
},

0 commit comments

Comments
 (0)