-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
79 lines (78 loc) · 1.87 KB
/
mkdocs.yml
File metadata and controls
79 lines (78 loc) · 1.87 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
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
site_name: Clouds.Engineer Notes
site_url: https://docs.clouds.engineer/
repo_url: https://github.com/leventogut/docs
repo_name: leventogut/docs
edit_uri: edit/main/docs/
theme:
name: material
logo: assets/clouds.engineer.logo.png
favicon: assets/favicon.ico
language: en
features:
- navigation.instant
- navigation.tracking
# - navigation.expand
- navigation.top
- toc.follow
- header.autohide
- search.suggest
- search.highlight
- search.share
- content.code.annotate
custom_dir: overrides
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
toggle:
icon: material/toggle-switch
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
plugins:
- search:
lang:
- en
- git-revision-date
- git-revision-date-localized:
enable_creation_date: true
- tags:
tags_file: "tags.md"
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/leventogut/docs
markdown_extensions:
- attr_list
- abbr
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets:
auto_append:
- "includes/abbreviations.md"
check_paths: True
- pymdownx.highlight:
anchor_linenums: True
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: True
- pymdownx.tabbed:
alternate_style: True
- pymdownx.keys
- meta
- toc:
permalink: "#"
# separator: "_"
# baselevel: 2
- pymdownx.critic
- pymdownx.smartsymbols
# - pymdownx.emoji
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg