-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (57 loc) · 1.53 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
site_name: Fast Healthchecks
site_description: Healthcheck for most popular ASGI frameworks
site_url: https://github.com/shepilov-vladislav/fast-healthchecks
site_author: Vladislav Shepilov
copyright: Copyright © 2024 Vladislav Shepilov
repo_name: fast-healthchecks
repo_url: https://github.com/shepilov-vladislav/fast-healthchecks
edit_uri: edit/main/docs/
plugins:
- search
- mkdocstrings
- include-markdown
theme:
name: material
favicon: img/favicon.ico
logo: img/green.svg
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: slate
primary: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: default
primary: green
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
language: en
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- API Reference: api.md
- Changelog: changelog.md