Skip to content

Commit

Permalink
updated bottom bar
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Dec 3, 2024
1 parent 7eed4d0 commit 7722bb0
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ const config: Config = {
{
title: 'Shortcuts',
items: [
{
label: 'Robot Operating System',
to: '/docs/prerequisities/ros',
},
{
label: 'Installation',
to: '/docs/installation',
Expand All @@ -150,6 +146,10 @@ const config: Config = {
label: 'API',
to: '/docs/api',
},
{
label: 'Simulation',
to: '/docs/simulations',
}
],
},
{
Expand All @@ -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',
}
],
},
],
Expand Down

0 comments on commit 7722bb0

Please sign in to comment.