-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (50 loc) · 1.43 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
60
61
62
63
# Doc: https://www.mkdocs.org/user-guide/configuration/
# PROJECT INFORMATION
site_name: "DocsMk"
site_description: "Standalone MkDocs."
site_author: "Pascal Polleunus <[email protected]>"
repo_url: https://github.com/ppo/docsmk
repo_name: "GitHub: ppo/docsmk"
extra:
# Version of the documentation (usually the same as the project without the `patch` part).
version: 0.1
# NAVIGATION
nav:
- Home: index.md
#/ - Section:
#/ - Overview: section/index.md
# BUILD SETTINGS
# Note: Relative to this file.
docs_dir: ../docs
site_dir: build
theme:
name: material # Doc: https://squidfunk.github.io/mkdocs-material/
palette:
scheme: slate
primary: teal
accent: yellow
#/ extra_css:
#/ - css/docsmk.css
# FORMATTING OPTIONS
# Ref: https://squidfunk.github.io/mkdocs-material/reference/abbreviations/
# Ref: https://python-markdown.github.io/extensions/
#/ markdown_extensions:
#/ - admonition
#/ - codehilite:
#/ guess_lang: false
#/ - pymdownx.critic
#/ - pymdownx.emoji:
#/ emoji_index: !!python/name:materialx.emoji.twemoji
#/ emoji_generator: !!python/name:materialx.emoji.to_svg
#/ - pymdownx.highlight
#/ - pymdownx.mark
#/ - pymdownx.superfences
#/ - toc:
#/ permalink: true
plugins:
- search
# DEPLOYMENT
# Destination for rsync. Example: `user@host:/path/to/`.
#/ deploy_dst:
# Optional. URL displayed after deployment, to easily go there and check.
#/ deploy_url: