-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
54 lines (48 loc) · 1.14 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
site_name: tf-notify
site_description: tf-notify documentation page
site_author: ilias-ant
repo_name: ilias-ant/tf-notify
repo_url: https://github.com/ilias-ant/tf-notify
edit_uri: ""
theme:
name: material
locale: en
palette:
- scheme: default
primary: orange
accent: amber
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: orange
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:
- tf_notify
default_handler: python
nav:
- Home: index.md
- Installation: installation.md
- API Reference: api.md
- How to Contribute: contributing.md
- Documentation: documentation.md
- License: license.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'