-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
67 lines (60 loc) · 1.55 KB
/
mkdocs.yml
File metadata and controls
67 lines (60 loc) · 1.55 KB
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
site_name: Python Project Template Documentation
site_url: https://gemmadanks.github.io/python-project-template/
repo_url: https://github.com/gemmadanks/python-project-template
repo_name: python-project-template
theme:
name: "material"
palette:
# Palette toggle for light mode
- scheme: default
primary: black
accent: purple
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: black
accent: purple
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon:
logo: simple/rocket
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
plugins:
- mkdocstrings:
default_handler: python
locale: en
handlers:
python:
options:
show_source: true
show_root_heading: true # shows module name as heading
show_root_full_path: true # gives full module path
- search
- tags
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/gemmadanks
nav:
- Home: index.md
- Tutorials:
- Overview: tutorials/index.md
- How-To:
- Overview: how-to/index.md
- Reference: reference/index.md
- Explanation:
- Overview: explanation/index.md
- Architecture:
- Overview: architecture/index.md
- ADRs: architecture/adr/index.md
- Tags: tags.md
extra_javascript:
- javascript/readthedocs.js