-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
62 lines (57 loc) · 1.38 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
site_name: Monkay
site_description: The ultimate preload, settings, lazy import manager..
site_url: https://dymmond.github.io/monkay
theme:
name: "material"
language: en
palette:
- scheme: "default"
primary: "light green"
accent: "red"
media: "(prefers-color-scheme: light)"
toggle:
icon: "material/lightbulb"
name: "Switch to dark mode"
- scheme: "slate"
media: "(prefers-color-scheme: dark)"
primary: "green"
accent: "red"
toggle:
icon: "material/lightbulb-outline"
name: "Switch to light mode"
features:
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
- content.code.annotate
- content.tooltips
- content.code.select
- navigation.indexes
- navigation.path
- navigation.tabs
nav:
- Home: index.md
- Tutorial: tutorial.md
- Helpers: helpers.md
- Testing: testing.md
- Specials: specials.md
- Settings: settings.md
- Cages: cages.md
- Release Notes: release-notes.md
markdown_extensions:
- attr_list
- toc:
permalink: true
- mdx_include:
base_path: docs
- admonition
- extra
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ""
- pymdownx.tabbed:
alternate_style: true
- md_in_html