-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.insiders.yml
63 lines (56 loc) · 1.39 KB
/
mkdocs.insiders.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
INHERIT: mkdocs.yml
strict: false # allows for missing pages in git-committers (i.e. new or moved pages)
watch:
- kolena
- mkdocs.yml
theme:
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
features:
# copied from mkdocs.yml -- ensure that these are kept in sync
- announce.dismiss
- content.action.edit
- content.code.copy
- content.tabs.link
- navigation.indexes
- navigation.footer
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- search.highlight
- search.suggest
- toc.follow
# insider-only features
- navigation.path # breadcrumbs
- content.tooltips
extra:
status:
new: Experimental
plugins:
social:
cache_dir: .cache/plugin/social/insiders
cards_layout: custom
cards_layout_dir: docs/layouts
typeset:
git-committers:
repository: kolenaIO/kolena
branch: trunk
mkdocstrings:
handlers:
python:
options:
show_symbol_type_heading: true
show_symbol_type_toc: true