diff --git a/docusaurus.config.js b/docusaurus.config.js index fd7a9370..c1bdfb20 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -88,16 +88,6 @@ module.exports = { label: 'Server API', to: '/docs/references/api/index', }, - ], - }, - { - label: 'Resources', - position: 'left', // or 'right' - items: [ - { - label: 'FAQ', - to: '/docs/faq', - }, { label: 'Release Notes', to: '/docs/release_notes/ver_1_7', @@ -105,9 +95,14 @@ module.exports = { { label: 'Community Resources', to: '/docs/community', - }, + } ], }, + { + label: 'FAQ', + position: 'left', // or 'right' + to: '/docs/faq' + }, { href: 'https://clearml.slack.com', position: 'right',