-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
49 lines (43 loc) · 1.06 KB
/
mkdocs.yml
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
site_name: dema-rc
site_description: 'Linux Drone Remote Controller'
site_author: 'Lucas De Marchi'
site_url: 'https://lucasdemarchi.github.io/dema-rc/'
# Repository
repo_name: 'lucasdemarchi/dema-rc'
repo_url: 'https://github.com/lucasdemarchi/dema-rc'
edit_uri: ''
nav:
- Home: 'index.md'
- Install:
- 'install-demarc.md'
- 'install-ardupilot.md'
- 'rc-channel.md'
# Copyright
copyright: 'Copyright © 2019 - 2020 Lucas De Marchi'
theme:
name: material
palette:
primary: 'teal'
accent: 'teal'
feature:
instant: true
extra_css: [assets/css/extra.css]
extra:
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/lucasdemarchi'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/realdemarchi'
- icon: fontawesome/solid/rss
link: 'https://politreco.com'
markdown_extensions:
- admonition
- pymdownx.magiclink
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- codehilite:
guess_lang: false
- toc:
permalink: true