-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (40 loc) · 1.06 KB
/
Copy pathmkdocs.yml
File metadata and controls
44 lines (40 loc) · 1.06 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
site_name: Input Forge
site_description: Multi-device local + online multiplayer input for Godot 4.7
site_url: https://julienandreu.github.io/input_forge/
repo_url: https://github.com/julienandreu/input_forge
repo_name: julienandreu/input_forge
edit_uri: edit/main/docs/
theme:
name: material
palette:
- scheme: default
primary: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.sections
- navigation.top
- content.code.copy
- search.suggest
nav:
- Home: index.md
- Tutorials: tutorials.md
- API reference: api-reference.md
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
# docs/images/README.md holds screenshot capture instructions; it is intentionally
# not part of the published navigation.
not_in_nav: |
images/README.md