aboutsummaryrefslogtreecommitdiff
path: root/docusaurus.config.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-12 19:46:01 -0700
committerFuwn <[email protected]>2021-04-12 19:46:01 -0700
commit93efb614740a2a903c6a76bad84ee1e035153248 (patch)
tree2823912d6fecaae413657d86fb66de9b2d9aa193 /docusaurus.config.js
parentfeature: Make navigation bar look nice (diff)
downloadsite-93efb614740a2a903c6a76bad84ee1e035153248.tar.xz
site-93efb614740a2a903c6a76bad84ee1e035153248.zip
fix: Remove version dropdown
Wasn't needed at this time.
Diffstat (limited to 'docusaurus.config.js')
-rw-r--r--docusaurus.config.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 3bc7460..02c0f55 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -24,14 +24,14 @@ module.exports = {
position: 'left',
},
{ to: 'blog', label: 'Blog', position: 'left' },
- {
- type: 'docsVersionDropdown',
- position: 'right',
- dropdownItemsBefore: [],
- dropdownItemsAfter: [ { to: '/versions', label: 'All versions', }, ],
- dropdownActiveClassDisabled: true,
- docsPluginId: 'default',
- },
+ // {
+ // type: 'docsVersionDropdown',
+ // position: 'right',
+ // dropdownItemsBefore: [],
+ // dropdownItemsAfter: [ { to: '/versions', label: 'All versions', }, ],
+ // dropdownActiveClassDisabled: true,
+ // docsPluginId: 'default',
+ // },
{
type: 'localeDropdown',
position: 'right',