-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
62 lines (55 loc) · 1.43 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
50
51
52
53
54
55
56
57
58
59
60
61
site_name: Rambros Handbook
theme:
name: readthedocs
site_description: Help & FAQ
highlightjs: true
hljs_languages:
- yaml
- arduino
- openscad
logo: logo/rambros-logo.svg
nav:
- Home: 'index.md'
- Printing: 'printing.md'
- Hardware: 'hardware.md'
- Electronics: 'electronics.md'
- Blheli_S ESC: 'blheli.md'
- Sounds & Lights: 'sounds-lights.md'
markdown_extensions:
- pymdownx.betterem
- pymdownx.superfences
- markdown.extensions.footnotes
- markdown.extensions.attr_list
- markdown.extensions.def_list
- markdown.extensions.tables
- markdown.extensions.abbr
- markdown.extensions.md_in_html
- markdown.extensions.admonition
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.emoji
- pymdownx.details
- pymdownx.saneheaders
- pymdownx.tabbed
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
#toc_depth: 2
plugins:
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom
- mkdocs-video:
mark: "video"