-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
103 lines (99 loc) · 2.8 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
site_name: DCSpy
site_url: https://dcspy.readthedocs.io/
site_description: Software for integrating DCS Planes with Logitech keyboards (with and without LCD), mice and headphones.
repo_url: https://github.com/emcek/dcspy
copyright: Copyright © 2019 Michał Plichta
theme:
name: material
logo: dcspy.svg
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.highlight
- search.suggest
- toc.follow
palette:
- media: '(prefers-color-scheme)'
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: teal
accent: purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: black
accent: lime
toggle:
icon: material/weather-night
name: Switch to system preference
nav:
- Home: 'index.md'
- Documentation:
- Installation: 'install.md'
- Upgrade: 'upgrade.md'
- Usage: 'usage.md'
- Planes and Helos: 'planes.md'
- Supported devices: 'devices.md'
- DCS-BIOS Live: 'bios_live.md'
- Windows Defender: 'defender.md'
- Information:
- FAQ: 'faq.md'
- Report issue: 'issue.md'
- About: 'about.md'
- Credits: 'credits.md'
- API reference: reference/
plugins:
- search
- plantuml-colocator # ![Alt Text](my-diagram.puml)
- gen-files:
scripts:
- scripts/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
paths: [ src ]
options:
docstring_options:
ignore_init_summary: true
docstring_section_style: table
docstring_style: sphinx
filters: [ "!^_" ]
heading_level: 1
inherited_members: true
merge_init_into_class: true
parameter_headings: true
separate_signature: true
show_root_heading: true
show_root_full_path: false
show_signature_annotations: true
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
summary: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/emcek
- icon: fontawesome/brands/discord
link: https://discord.gg/SP5Yjx3
- icon: fontawesome/brands/python
link: https://pypi.org/project/dcspy/