-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
49 lines (49 loc) · 1.38 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
site_name: miracle-wm wiki
theme:
name: material
icon:
repo: fontawesome/brands/github
repo_url: https://github.com/mattkae/miracle
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- def_list
- pymdownx.tasklist
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- Home: index.md
- Getting Started:
- getting_started/installation.md
- getting_started/building.md
- getting_started/what_is_a_wayland_compositor.md
- Configuration:
- configuration/introduction.md
- configuration/action_key.md
- configuration/default_keybinds.md
- configuration/custom_actions.md
- configuration/startup_apps.md
- configuration/inner_gaps.md
- configuration/outer_gaps.md
- configuration/border.md
- configuration/enable_animations.md
- configuration/animations.md
- configuration/terminal.md
- configuration/resize_jump.md
- configuration/environment_variables.md
- configuration/workspaces.md
- configuration/drag_and_drop.md
- Programming:
- ipc/programming.md
- Commands:
- ipc/commands/layout_command.md
- ipc/commands/resize_command.md
- Screen Sharing: screenshare.md
- Mir's Built-in Configuration: configuration/mir.md
- Display Configuration: configuration/display_configuration.md
- Roadmap: roadmap.md
extra:
version:
provider: mike