-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
67 lines (61 loc) · 1.85 KB
/
mkdocs.yml
File metadata and controls
67 lines (61 loc) · 1.85 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
site_name: Hyprlax Documentation
site_description: Smooth parallax wallpaper daemon for Hyprland
site_url: https://hyprlax.com/docs/
docs_dir: docs
# Build to a temp directory; workflow uploads to Bunny at /docs/
site_dir: _site_mkdocs
theme:
name: material
language: en
palette:
- scheme: slate
primary: custom
accent: custom
features:
- navigation.instant
- navigation.tracking
- content.code.copy
- search.suggest
- search.highlight
plugins:
- search
markdown_extensions:
- admonition
- codehilite
- footnotes
- tables
- toc:
permalink: true
extra_css:
- docs_theme/extra.css
nav:
- Home: index.md
- Getting Started:
- Quick Start: getting-started/quick-start.md
- Installation: getting-started/installation.md
- Compatibility: getting-started/compatibility.md
- Configuration:
- Migration Guide: configuration/migration-guide.md
- TOML Reference: configuration/toml-reference.md
- Environment: configuration/environment.md
- Legacy Format: configuration/legacy-format.md
- Guides:
- Animation: guides/animation.md
- Inputs: guides/inputs.md
- Multi-layer: guides/multi-layer.md
- Cursor Tracking: guides/cursor-tracking.md
- Performance: guides/performance.md
- Examples: guides/examples.md
- IPC Overview: guides/ipc-overview.md
- Troubleshooting: guides/troubleshooting.md
- Reference:
- CLI: reference/cli.md
- IPC Commands: reference/ipc-commands.md
- Easing Functions: reference/easing-functions.md
- Environment Variables: reference/environment-vars.md
- Development:
- Overview: development/README.md
- Building: development/building.md
- Testing: development/testing.md
- Contributing: development/contributing.md
- Architecture: development/architecture.md