-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
82 lines (78 loc) · 1.96 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
site_name: Documentation
site_author: Roman Prydybailo
nav:
- Home: index.md
- Kubernetes:
- Concepts:
- Pod: 'kubernetes/concepts/pod.md'
- Tips & Tricks: 'kubernetes/tipsandtricks.md'
theme:
features:
- content.code.annotate
- header.autohide
- navigation.top
palette:
# Palette toggle for light mode
- scheme: default
primary: 'indigo'
accent: 'indigo'
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
name: 'material'
icon:
repo: fontawesome/brands/gitlab
include_sidebar: true
markdown_extensions:
- attr_list:
- admonition:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite:
- pymdownx.snippets:
- pymdownx.betterem:
- pymdownx.extra:
- pymdownx.tasklist:
custom_checkbox: true
- markdown.extensions.footnotes:
- pymdownx.details:
- pymdownx.mark:
- pymdownx.keys:
- pymdownx.smartsymbols:
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
social_url_shortener: true
- markdown.extensions.md_in_html:
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
- markdown.extensions.toc:
permalink: true
- pymdownx.snippets:
check_paths: true
plugins:
- search
- mermaid2:
- git-revision-date-localized:
enable_creation_date: true
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
extra_css:
- stylesheets/extra.css