-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
84 lines (69 loc) · 1.74 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
site_name: LunaX - Betaflight Docs
use_directory_urls: true
#theme:
# name: material
# logo: images/lunax_logo.png
# favicon: images/lunax_logo.png
# features:
# - search.highlight
theme:
name: windmill
#theme:
# name: 'rtd-dropdown'
#theme:
# name: null
# custom_dir: 'cinder/cinder'
# colorscheme: github
# highlightjs: true
# hljs_languages:
# - yaml
# static_templates: [404.html]
# search_index_only: true
# include_search_page: true
nav:
- 'Home' : index.md
- BF-Release-Notes :
- 'BF 4.2 Release' : 'bf_release_4.2.md'
- 'BF 4.1 Release' : 'bf_release_4.1.md'
- 'BF 4.0 Release' : 'bf_release_4.0.md'
- 'Betaflight' :
- 'Filter': 'bf_filter.md'
- 'Blackbox-Analyse' : 'bf_bb_analyse.md'
- 'PID-Controller' : 'bf_pid_controller.md'
- 'Tuning' : 'bf_tuning.md'
- 'Tuning-Parameter' : 'bf_tuning_parameters.md'
- 'Tuning-Logbuch' : 'bf_tuning_logbuch.md'
- 'DMin' : 'bf_dmin.md'
- 'CLI': 'bf_cli.md'
- 'About': about.md
plugins:
- search:
lang: ['de','en']
separator: '[\s\-\.]+'
# - mermaid2
- markdownmermaid
# - pdf-export:
# verbose: false
# combined : false
# media_type: print
# combined_output_path: pdf/bf_doc_all.pdf
# enabled_if_env : ENABLE_PDF_EXPORT
markdown_extensions:
- toc:
baselevel: 2
permalink: '#'
- footnotes
- admonition
- attr_list
- markdown_katex:
no_inline_svg: True
insert_fonts_css: True
extra:
logo: images/lunax_logo.png
article_nav_top: false
article_nav_bottom: false
extra_javascript:
- js/mermaid.min.js
# - https://unpkg.com/mermaid/dist/mermaid.min.js
extra_css:
- css/pdf.css