-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
59 lines (53 loc) · 1.3 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
site_name: pydatagovgr
site_description: pydatagovgr documentation page
site_author: ilias-ant
repo_name: ilias-ant/pydatagovgr
repo_url: https://github.com/ilias-ant/pydatagovgr
edit_uri: ""
theme:
name: material
locale: en
palette:
- scheme: default
primary: blue
accent: amber
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: blue
accent: amber
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.instant
- search.suggest
- search.highlight
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
plugins:
- search
- mkdocstrings:
watch:
- pydatagovgr
default_handler: python
nav:
- Home: index.md
- Installation: installation.md
- Features: features.md
- Usage:
- Quick: usage/quick.md
- Not-So-Quick: usage/not_so_quick.md
- API Reference: api.md
- Related Projects: related.md
- How to Contribute: contributing.md
- License: license.md
- Acknowledgements: acknowledgements.md
extra:
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/ilias-ant'
- icon: fontawesome/brands/linkedin
link: 'https://www.linkedin.com/in/ilias-ant'