Skip to content

Commit

Permalink
Add apps to menu (betaflight#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Sep 10, 2024
1 parent e869c4b commit 3704497
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,20 @@ const config = {
position: 'left',
label: 'Sponsors',
},
{
label: 'Apps',
position: 'right',
items: [
{
label: 'Blackbox Explorer',
href: 'https://blackbox.betaflight.com',
},
{
label: 'Configurator',
href: 'https://app.betaflight.com/',
},
],
},
{
href: 'https://github.com/betaflight/betaflight',
label: 'GitHub',
Expand Down

0 comments on commit 3704497

Please sign in to comment.