forked from mischavandenburg/kubecraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
92 lines (86 loc) · 2.19 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
83
84
85
86
87
88
89
90
91
92
site_name: KubeCraft
repo_url: https://github.com/mischavandenburg/kubecraft
repo_name: KubeCraft
edit_uri: edit/main/docs
site_url: https://docs.kubecraft.community/
theme:
name: material
logo: /assets/images/kubecraft.png
favicon: /assets/images/kubecraft.png
icon:
repo: material/github
edit: material/pencil
view: material/eye
annotation: material/plus-circle
font:
text: Inter
code: Fira Code
custom_dir: docs/assets/pages
palette:
- scheme: Dark_Blue # Palette toggle for dark mode
primary: custom
accent: custom
toggle:
icon: material/toggle-switch-off-outline
name: Prepare for Flashbang!
- scheme: Light_Blue # Palette toggle for light mode
primary: custom
accent: custom
toggle:
icon: material/toggle-switch
name: Join the dark side. We have cookies.
features:
- content.action.edit
- content.action.view
- search.suggest
- search.share
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.path
- navigation.prune
- navigation.indexes
- navigation.top
- content.code.copy
plugins:
- search
- blog:
blog_dir: blog
post_dir: blog/posts
- glightbox
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/mischavandenburg/kubecraft
- icon: material/school
link: https://skool.com/kubecraft
extra_css:
- assets/stylesheets/extra.css