-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
70 lines (67 loc) · 1.52 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
###################
## Zephyr ##
## ##
## Docs ##
## mkdocs config ##
###################
---
site_name: Zephyr
site_url: https://zephyr.es-progress.hu
site_author: Sandor Semsey
copyright: Copyright © 2023 Sandor Semsey
repo_url: https://github.com/es-progress/zephyr
repo_name: es-progress/zephyr
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/theme
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
primary: custom
language: en
favicon: sapphire.png
font:
text: Ubuntu
code: Ubuntu Mono
features:
- navigation.sections
- navigation.top
- navigation.instant
- search.suggest
- search.highlight
extra_css:
- theme/style.css
markdown_extensions:
- toc:
permalink: "#"
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.keys
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.gemoji
- pymdownx.tasklist:
clickable_checkbox: yes
- pymdownx.mark
- pymdownx.details
- attr_list
plugins:
- search
- minify:
minify_html: true
htmlmin_opts:
remove_comments: true
remove_empty_space: true
reduce_boolean_attributes: true
- literate-nav:
nav_file: nav.md
- git-revision-date-localized