-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
100 lines (94 loc) · 2.64 KB
/
mkdocs.yml
File metadata and controls
100 lines (94 loc) · 2.64 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# GameInputSharp.Core — offline documentation site
# Build: mkdocs build (output in site/). Pack with NuGet to ship offline docs.
site_name: GameInputSharp.Core
site_description: Universal C# wrapper for Microsoft GameInput — gamepads, keyboards, mice, haptics, callbacks. One-stop documentation.
site_author: GameInputSharp
site_url: null # offline; no base URL
repo_url: https://github.com/Fenris159/GameInputSharp.Core
edit_uri: ""
copyright: "Copyright © GameInputSharp. MIT License. Not affiliated with Microsoft."
theme:
name: material
language: en
palette:
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
icon:
repo: fontawesome/brands/github
plugins:
- search:
lang: en
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- pymdownx.superfences:
custom_fences:
- name: csharp
class: highlight
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.snippets:
base_path: docs
- toc:
permalink: true
toc_depth: 2
extra:
generator: false
nav:
- Home: index.md
- Getting started:
- Quick start: quickstart.md
- Full usage guide: USAGE.md
- Code examples: code-examples.md
- API & mapping:
- API constants & flags: API_REFERENCE.md
- Axis & button mapping: MAPPING_REFERENCE.md
- Guides:
- Compatibility (Unity, MonoGame, etc.): COMPATIBILITY.md
- Samples:
- Samples by environment: samples/index.md
- Samples — Unity: samples/unity.md
- Samples — MonoGame: samples/monogame.md
- Samples — Godot: samples/godot.md
- Samples — Stride: samples/stride.md
- Samples — WPF / WinUI: samples/wpf-winui.md
- Distribution (Microsoft.GameInput): DISTRIBUTION.md
- Security & safety: SECURITY.md
- Reference:
- API alignment: API_ALIGNMENT.md
- Changelog: CHANGELOG.md
- Audit: AUDIT.md
- Test results: TEST_RESULTS.md
- Troubleshooting: troubleshooting.md
- Glossary: glossary.md