-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (25 loc) · 584 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (25 loc) · 584 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
site_name: Async-tkinter-loop documentation
theme:
name: "material"
custom_dir: overrides
plugins:
- mkdocstrings
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home: index.md
- Installation: installation.md
- Installation for development: development.md
- Library API: api.md
- Similar projects: similar_projects.md
extra:
analytics:
provider: yandex-metrika
property: 94803377