-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (31 loc) · 758 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (31 loc) · 758 Bytes
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
site_name: EDH Matchmaker
site_description: Matchmaking for EDH game
site_url: https://even.github.io/EDH_matchmaker/
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.top
- content.code.copy
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: true
show_signature_annotations: true
separate_signature: true
merge_init_into_class: true
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.highlight
nav:
- Home: index.md
- API Reference:
- src.core: src/core.md
- src.interface: src/interface.md
- src.misc: src/misc.md