diff options
| -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', |