From f2277de8271069e4cf23fd082abc17fe4a4955ba Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 18 Sep 2022 15:18:55 +0300 Subject: [PATCH] Reorganize top nav bar (#334) --- docusaurus.config.js | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) 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',