-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathmkdocs.yml
More file actions
86 lines (81 loc) · 2.66 KB
/
Copy pathmkdocs.yml
File metadata and controls
86 lines (81 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
site_name: EdgeTX
repo_url: https://github.com/EdgeTX/edgetx
repo_name: EdgeTX/edgetx
# Copyright
copyright: Copyright © 2021-2026 EdgeTX
nav:
- Home: index.md
- For Users:
- About EdgeTX: about.md
- News: news.md
- Get EdgeTX: getedgetx.md
- Check Supported Radios: supportedradios.md
- User Guide: https://edgetx.gitbook.io/edgetx-user-manual/
- Support: support.md
- FAQ: faq.md
- Merchandise: merch.md
- Project Bylaws: bylaws.md
- Using EdgeTX Logos: logos.md
- For Developers:
- Developer Info: devinfo.md
- Join the Team: recruiting.md
- For Manufacturers:
- EdgeTX on your radio: edgetxsupport.md
- Hardware requirements for EdgeTX: Radio-hardware-specifications-for-EdgeTX.md
- Partnership Program: partnershipprogram.md
- Non-Disclosure Policy: nda.md
- EdgeTX Fest:
- Fest 2026: fest2026.md
- Archive:
- Fest 2025: fest2025.md
- Fest 2024: fest2024.md
- Fest 2024 Auction: etxf24_auction.md
- Fest 2023: fest2023.md
- Developer Contests:
- Developer Contests: devcontest.md
- Archive:
- Contest 10 - 3D Eddie: dc10_3deddie.md
- Contest 9 - Lua LVGL Wizard: dc9_lualvglwizard.md
- Contest 8 - Lua LVGL Widget: dc8_lualvglwidget.md
- Contest 7 - Simulator Haptic: dc7_simuhaptic.md
- Contest 6 - Buddy Backup: dc6_buddybackup.md
- Contest 5 - Web Simulator: dc5_websimu.md
- Contest 4 - Companion Physical Serial: dc4_comp_physer.md
- Contest 2 - UBX GPS: dc2_ubx.md
theme:
name: material
custom_dir: overrides
logo: assets/logo.png
favicon: assets/logo.png
palette:
primary: custom
features:
- announce.dismiss
- navigation.instant
- navigation.tabs
- navigation.indexes
- search.highlight
- search.suggest
- toc.follow
- navigation.top
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/wF9wUKnZ6H
name: Connect with us on Discord
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/groups/edgetx
name: Join the Facebook group
- icon: fontawesome/solid/globe
link: https://www.rcgroups.com/forums/showthread.php?3916381-Official-EdgeTX-Discussion-Thread
name: Follow the EdgeTX thread on RCGroups.com
- icon: fontawesome/solid/hand-holding-dollar
link: https://opencollective.com/edgetx
name: Make a donation
markdown_extensions:
- toc:
permalink: true
- attr_list
- footnotes