-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
161 lines (150 loc) · 3.96 KB
/
mkdocs.yml
File metadata and controls
161 lines (150 loc) · 3.96 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
site_name: FormationFlight
site_url: https://www.formationflight.org/
site_author: FormationFlight Authors
site_description: >-
FormationFlight provides FPV pilots with inter-UAS positioning & telemetry
enabling formation flights, chase footage, and ground station coordination
with ease.
# Repository
repo_name: FormationFlight/FormationFlight
repo_url: https://github.com/FormationFlight/FormationFlight/releases/
edit_uri: "https://github.com/FormationFlight/Docs/tree/master/docs"
# Copyright
copyright: Copyright © 2023 FormationFlight Authors
# Configuration
theme:
name: material
#custom_dir: overrides
# Static files
static_templates:
- 404.html
include_search_page: false
search_index_only: true
language: en
features:
- announce.dismiss
- navigation.instant
- navigation.sections
- navigation.tabs
- search.highlight
- search.suggest
- toc.follow
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
primary: formationflight
accent: formationflight
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
default: formationflight-dark
primary: formationflight-dark
accent: formationflight-dark
font:
text: Roboto
code: Roboto Mono
#favicon: assets/favicon.png
logo: assets/images/logo.png
icon:
logo: logo
plugins:
search:
lang: en
tags: { }
social:
cards_color:
fill: "#4361AA"
cards_font: PT Sans
extra_css:
#- assets/stylesheets/main.css
#- assets/stylesheets/colors.css
extra:
analytics:
provider: google
property: G-03DXJLXJRL
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
analytics:
name: Google Analytics
actions:
- accept
- manage
- reject
social:
- icon: fontawesome/brands/github
link: https://github.com/FormationFlight
name: See the Github Repo
- icon: fontawesome/brands/discord
link: https://discord.gg/npaX3VxQjh
name: Check out the Discord
generator: true
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: FormationFlight
repo: FormationFlight
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: index.md
- Web Installer: installer/index.html
- Quick Start:
- Getting Started: getting-started.md
- Flight Controller Setup:
- iNav: flight-controller/inav.md
- Ardupilot: flight-controller/ardupilot.md
- Betaflight: /getting-started/#betaflight
- Troubleshooting: troubleshooting.md
- Info:
- General Info: info.md
- Hardware: hardware.md
- WiFi: wifi.md
- Advanced Topics: advanced/index.md
- FAQ: faq.md
#INHERIT: redirects.yml