-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
55 lines (46 loc) · 1.09 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
site_name: CronManager
docs_dir: docs
site_dir: _build/site
edit_uri: tree/master/docs
repo_name: 'Jako/CronManager'
repo_url: https://github.com/Jako/CronManager
copyright: '© 2019-2024 <a href="https://treehillstudio.com">Treehill Studio</a>'
nav:
- Description: 'index.md'
- Installation: 'installation.md'
- Usage: 'usage.md'
- Contributors: 'contributors.md'
extra:
analytics:
provider: matomo
url: matomo.treehillstudio.com
site: 40
social:
- icon: fontawesome/brands/github
link: https://github.com/Jako
theme:
name: material
custom_dir: ../../mkdocs-material-treehillstudio/material
# 404 page
static_templates:
- 404.html
# Default values, taken from mkdocs_theme.yml
language: en
feature:
tabs: false
font: false
markdown_extensions:
- footnotes
- tables
- admonition
- meta
- toc
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- glightbox
- search