diff options
| author | Fuwn <[email protected]> | 2021-04-12 19:46:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-12 19:46:01 -0700 |
| commit | 93efb614740a2a903c6a76bad84ee1e035153248 (patch) | |
| tree | 2823912d6fecaae413657d86fb66de9b2d9aa193 /docusaurus.config.js | |
| parent | feature: Make navigation bar look nice (diff) | |
| download | site-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.js | 16 |
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', |