-
Notifications
You must be signed in to change notification settings - Fork 181
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (40 loc) · 1.09 KB
/
mkdocs.yml
File metadata and controls
44 lines (40 loc) · 1.09 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
site_name: "validators"
site_description: "Automatic documentation from sources, for MkDocs."
site_url: "https://python-validators.github.io/validators/"
repo_url: "https://github.com/python-validators/validators"
edit_uri: "tree/master/docs/"
repo_name: "validators/validators"
site_dir: "site"
watch: [README.md, validators/]
nav:
- Home: index.md
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: teal
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: teal
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
import:
- https://docs.python-requests.org/en/master/objects.inv
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/python-validators/validators