mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Move Documentation and Support links to separate tab. Add a
contributing section. Unify help/landing section CSS/html a little. Expand the sponsors panel area in preparation for an updated section.
This commit is contained in:
parent
432d9f0720
commit
c3f1c13d54
9 changed files with 164 additions and 104 deletions
3
main.js
3
main.js
|
@ -109,6 +109,9 @@ $(document).ready(function () {
|
|||
case 'firmware_flasher':
|
||||
TABS.firmware_flasher.initialize(content_ready);
|
||||
break;
|
||||
case 'help':
|
||||
TABS.help.initialize(content_ready);
|
||||
break;
|
||||
|
||||
case 'auxiliary':
|
||||
TABS.auxiliary.initialize(content_ready);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue