-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
109 lines (103 loc) · 3.21 KB
/
Copy pathmkdocs.yml
File metadata and controls
109 lines (103 loc) · 3.21 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
101
102
103
104
105
106
107
108
109
site_name: DS4Windows Docs
repo_url: https://github.com/Ryochan7/ds4windows-site
site_description: DS4Windows documentation website. Guides, FAQs, troubleshooting articles and more.
theme:
name: material
custom_dir: overrides
favicon: images/favicon.png
palette:
- scheme: slate
primary: blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: default
primary: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Ryochan7/DS4Windows
- icon: fontawesome/brands/twitter
link: https://twitter.com/ds4windows
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCIoUA_XLlCSZbvZGeg3Byeg
extra_css:
- stylesheets/glightbox.css
extra_javascript:
- javascripts/glightbox.js
- javascripts/main.js
plugins:
- search:
lang: en
markdown_extensions:
- admonition:
- attr_list:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
- pymdownx.tabbed:
- pymdownx.superfences:
- pymdownx.keys:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details:
- pymdownx.tilde:
- pymdownx.magiclink:
repo_url_shorthand: true
social_url_shorthand: true
nav:
- Welcome: index.md
- About DS4Windows:
- 'about/index.md'
- 'about/latest-version.md'
- 'about/supported-gamepads.md'
- 'about/companion-drivers.md'
- 'about/faq.md'
- Community and Support: community-support.md
- Guides:
- 'guides/index.md'
- The basics:
- 'guides/install-setup.md'
- 'guides/connecting-controllers.md'
- 'guides/solving-double-input.md'
- Customization:
- 'guides/p-editor-axis.md'
- Backup/uninstall instructions:
- 'guides/managing-user-data.md'
- 'guides/uninstalling-ds4windows.md'
- Advanced guides:
- 'guides/prevent-steam-conflict.md'
- 'guides/ds4w-custom-name.md'
- Troubleshooting:
- 'troubleshooting/index.md'
- 'troubleshooting/ds4w-does-not-run.md'
- Physical controller detection, connection and related issues:
- 'troubleshooting/ds4w-controller-detection.md'
- 'troubleshooting/controllers-check.md'
- 'troubleshooting/bt-connection-issues.md'
- 'troubleshooting/input-delay-bt.md'
- Virtual controller usage in games and related issues:
- 'troubleshooting/virtual-controller-failure.md'
- 'troubleshooting/games-controller-detection.md'
- 'troubleshooting/xinput-slots-order.md'
- 'troubleshooting/misbehaving-controller-ingame.md'
- Double input related issues:
- 'troubleshooting/hidhide-troubleshoot.md'
- 'troubleshooting/hide-ds4-option.md'
- 'troubleshooting/kb-mouse-issues.md'
- 'troubleshooting/steam-related.md'
- 'troubleshooting/audio-related.md'
- Advanced:
- 'troubleshooting/tracing-guide.md'
- Other:
- "other/index.md"
- "other/how-to-check-architecture.md"
- "other/under-construction.md"