-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
61 lines (57 loc) · 1.31 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
site_name: KaaS
site_description: Knowledge as a Service.
site_author: Jimmy Briggs
site_url: https://kaas.jimbrig.com/
copyright: Copyright © 2022 Jimmy Briggs
repo_url: https://github.com/jimbrig/KaaS/
repo_name: jimbrig/KaaS
remote_branch: gh-pages
edit_uri: edit/main/
use_directory_urls: true
docs_dir: .docs
theme:
name: 'material'
features:
- navigation.tabs
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: teal
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: teal
toggle:
icon: material/toggle-switch
name: Switch to light mode
# Extensions
markdown_extensions:
- footnotes
- toc:
permalink: true
- admonition
- codehilite:
linenums: true
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.smartsymbols
- meta
- smarty
- fontawesome_markdown
plugins:
- search
# - roamlinks
- awesome-pages