From 7722bb041aba073eaa69d01234a5dfd62bcacc7f Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Tue, 3 Dec 2024 17:07:15 +0100 Subject: [PATCH] updated bottom bar --- docusaurus.config.ts | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f2dd5652..1f5d13d0 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -138,10 +138,6 @@ const config: Config = { { title: 'Shortcuts', items: [ - { - label: 'Robot Operating System', - to: '/docs/prerequisities/ros', - }, { label: 'Installation', to: '/docs/installation', @@ -150,6 +146,10 @@ const config: Config = { label: 'API', to: '/docs/api', }, + { + label: 'Simulation', + to: '/docs/simulations', + } ], }, { @@ -163,6 +163,27 @@ const config: Config = { label: 'MRS UAV System', href: 'https://github.com/ctu-mrs/mrs_uav_system', }, + { + label: 'CTU MRS Group', + href: 'https://mrs.felk.cvut.cz', + } + ], + }, + { + title: 'Ask the developers', + items: [ + { + label: 'Github Discussions', + href: 'https://github.com/orgs/ctu-mrs/discussions', + }, + { + label: 'Github Issues', + href: 'https://github.com/ctu-mrs/mrs_uav_system/issues', + }, + { + label: 'Discourt', + href: 'http://google.com', + } ], }, ],