-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
72 lines (68 loc) · 1.74 KB
/
Copy pathmkdocs.yml
File metadata and controls
72 lines (68 loc) · 1.74 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
site_name: holm
repo_name: volfpeter/holm
repo_url: https://github.com/volfpeter/holm
theme:
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
scheme: slate
toggle:
icon: lucide/sun-moon
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: lucide/sun
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: lucide/moon
name: Switch to system preference
features:
- navigation.indexes
- navigation.instant
- navigation.tracking
- search.suggest
- search.highlight
plugins:
- search:
lang: en
- mkdocstrings:
handlers:
python:
paths: [.]
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Holm: index.md
- In a hurry: in-a-hurry.md
- application-components.md
- file-system-based-routing.md
- utilities.md
- security.md
- Guides:
- guides/quick-start-guide.md
- guides/path-parameters.md
- guides/actions-with-htmx.md
- guides/custom-applications.md
- guides/jinja-quick-start.md
- guides/jinja-layout.md
- guides/jinja-multi-slot-layout.md
- guides/jinja-layout-default-slots.md
- guides/forms.md
- guides/error-handling.md
- guides/rendering-apis-with-htmx.md
- API reference:
- holm: api/holm.md
- holm.typing: api/typing.md
- Upgrade guides:
- upgrade-guides/0.9.0-to-0.10.0.md