-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
52 lines (47 loc) · 987 Bytes
/
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
site_name: "glom_dict"
site_description: "Custom Dictionary with glom get and set methods"
site_url: "https://Kilo59.github.io/glom-dict"
repo_url: "https://github.com/Kilo59/glom-dict"
repo_name: "glom-dict"
site_dir: "site"
nav:
- Home:
- Overview: index.md
- Changelog: changelog.md
- Credits: credits.md
- License: license.md
# - Code Reference:
# - cli.py: reference/cli.md
- Development:
- Contributing: contributing.md
- Coverage report: coverage.md
theme:
name: material
features:
- navigation.tabs
palette:
scheme: slate
primary: teal
accent: purple
extra_css:
- css/mkdocstrings.css
markdown_extensions:
- admonition
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- toc:
permalink: "¤"
plugins:
- search
- coverage:
html_report_dir: build/coverage
- mkdocstrings:
watch:
- src/glom_dict
- macros:
module_name: docs/macros