-
Notifications
You must be signed in to change notification settings - Fork 18
/
mkdocs.yml
49 lines (45 loc) · 1.04 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
site_name: WakeMeOps
site_url: https://docs.wakemeops.com/
site_description: WakeMeOps documentation
repo_url: https://github.com/upciti/wakemeops
edit_uri: ""
nav:
- Home: "index.md"
- Usage: "usage.md"
- Packages:
- Overview: "packages/index.md"
- ...: "packages/template.md"
theme:
custom_dir: docs/theme_override_home/
name: "material"
logo: "images/white-logo.png"
favicon: "images/pink-logo.png"
icon:
repo: fontawesome/brands/github
features:
- navigation.sections
- navigation.tabs
- navigation.top
palette:
scheme: slate
plugins:
- search
- wakemedoc
markdown_extensions:
- admonition
- codehilite:
linenums: true
- footnotes
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- css/extra.css