-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.tpl.yaml
More file actions
53 lines (53 loc) · 1.37 KB
/
mkdocs.tpl.yaml
File metadata and controls
53 lines (53 loc) · 1.37 KB
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
site_name: rules_docs
repo_url: https://github.com/jacobshirley/rules_docs
# You can also hardcode this to another directory or the 'out_dir' of a docs rule
docs_dir: BAZEL_DOCS_DIR_PLACEHOLDER
site_dir: site
edit_uri: edit/main/
theme:
name: readthedocs
palette:
# Palette toggle for automatic mode
- media: '(prefers-color-scheme)'
primary: custom
accent: custom
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- navigation.path
- navigation.expand
plugins:
- search
- table-reader
- glightbox
markdown_extensions:
- tables
- toc:
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: "!!python/name:pymdownx.superfences.fence_code_format"
- pymdownx.snippets:
check_paths: true
base_path:
- "!relative"
# Nav will get automatically generated