Skip to content

Commit

Permalink
Feature: Stats page (betaflight#195)
Browse files Browse the repository at this point in the history
* Feature: Stats page

* Fix: Fix code smell

* Fix: Top 5 targets instead of 3

* Fix: Fix code smell pt. 2
  • Loading branch information
VitroidFPV committed Jun 29, 2023
1 parent 53b2c22 commit 05719cc
Show file tree
Hide file tree
Showing 5 changed files with 1,762 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ const config = {
label: 'Download',
position: 'left',
},
{
to: '/stats',
label: 'Stats',
position: 'left',
},
{
to: '/partner',
label: 'Partner',
Expand Down
Loading

0 comments on commit 05719cc

Please sign in to comment.