forked from emmercm/igir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
228 lines (216 loc) · 6.77 KB
/
mkdocs.yml
File metadata and controls
228 lines (216 loc) · 6.77 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
site_name: Igir
# https://github.com/mkdocs/mkdocs/issues/1783: site_url required for sitemap.xml
site_url: https://igir.io
site_author: Christian Emmer
site_description: Igir is a zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.
repo_name: emmercm/igir
repo_url: https://github.com/emmercm/igir
edit_uri: edit/main/docs/
remote_branch: gh-pages
theme:
logo: static/logo-light.svg
favicon: static/favicon.svg
name: material
palette:
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#automatic-light-dark-mode
- media: "(prefers-color-scheme)"
primary: black
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: grey
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
repo: fontawesome/brands/github
features:
- search.suggest
- search.highlight
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.sections
- navigation.path
- navigation.instant
- navigation.instant.prefetch
- navigation.footer
- toc.follow
- toc.integrate
- content.action.edit
- content.code.copy
- content.tabs.link
nav:
- Documentation:
- index.md
- Getting Started:
- introduction.md
- installation.md
- commands.md
- cli.md
- alternatives.md
- General Usage:
- usage/basic.md
- usage/personal.md
- usage/best-practices.md
- Hardware-Specific Usage:
- Emulator Frontends:
- usage/handheld/adam.md
- usage/desktop/batocera.md
- usage/desktop/emuelec.md
- usage/desktop/emulationstation.md
- usage/handheld/funkeyos.md
- usage/handheld/jelos.md
- usage/desktop/lakka.md
- usage/desktop/launchbox.md
- usage/handheld/minui.md
- usage/handheld/miyoocfw.md
- usage/handheld/onionos.md
- usage/desktop/openemu.md
- usage/desktop/recalbox.md
- usage/desktop/retroarch.md
- usage/desktop/retrodeck.md
- usage/desktop/retropie.md
- usage/desktop/romm.md
- usage/handheld/twmenu.md
- FPGA:
- usage/hardware/mister.md
- usage/hardware/analogue-pocket.md
- Flash Carts:
- usage/hardware/everdrive.md
- usage/hardware/ezflash.md
- Game Consoles:
- usage/console/gamecube.md
- usage/console/ps2.md
- usage/arcade.md
- DATs:
- dats/introduction.md
- dats/processing.md
- dats/dir2dat.md
- dats/fixdats.md
- File Inputs:
- input/file-scanning.md
- input/reading-archives.md
- ROM Processing:
- roms/matching.md
- roms/sets.md
- roms/filtering-preferences.md
- roms/headers.md
- roms/patching.md
- File Outputs:
- output/path-options.md
- output/tokens.md
- output/options.md
- output/writing-archives.md
- output/playlists.md
- output/reporting.md
- output/cleaning.md
- Advanced:
- advanced/logging.md
- advanced/temp-dir.md
- advanced/troubleshooting.md
- advanced/internals.md
- Misc:
- rom-dumping.md
- Terms and Conditions:
- contributing.md
- license.md
# https://github.com/squidfunk/mkdocs-material/issues/889#issuecomment-582297142: how-to open nav links in new tabs
- Download ↗: https://github.com/emmercm/igir/releases/latest" target="_blank
- Discuss ↗: https://github.com/emmercm/igir/discussions" target="_blank
- Issues ↗: https://github.com/emmercm/igir/issues?q=is%3Aopen+is%3Aissue+label%3Abug" target="_blank
- Donate ↗: https://github.com/sponsors/emmercm" target="_blank
plugins:
- unused_files:
file_types:
- md
strict: true
- search:
lang: en
- exclude-search:
exclude:
- index.md
exclude_unreferenced: true
- social
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: emmercm/igir
branch: main
exclude_committers:
- web-flow
- redirects:
redirect_maps:
'archives.md': 'input/reading-archives.md'
'dats.md': 'dats/introduction.md'
'dats/overview.md': 'dats/introduction.md'
'examples.md': 'usage/basic.md'
'input/archives.md': 'input/reading-archives.md'
'input/dats.md': 'dats/introduction.md'
'internals.md': 'advanced/internals.md'
'output/arcade.md': 'usage/arcade.md'
'overview.md': 'introduction.md'
'reporting.md': 'output/reporting.md'
'rom-filtering.md': 'roms/filtering-preferences.md'
'rom-headers.md': 'roms/headers.md'
'rom-patching.md': 'roms/patching.md'
'usage/collection-sorting.md': 'usage/basic.md'
#- htmlproofer:
# raise_error_excludes:
# '-1': [ 'http://www.logiqx.com' ]
# 429: https://romulus.cc/
markdown_extensions:
# https://squidfunk.github.io/mkdocs-material/reference/admonitions/
- admonition
- pymdownx.details
- pymdownx.superfences
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# https://squidfunk.github.io/mkdocs-material/reference/content-tabs/
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
# https://github.com/mkdocs/mkdocs/issues/545: allow two-space indented lists
- mdx_truly_sane_lists
# https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
analytics:
provider: google
property: G-GX1E7CQ1L7
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
- reject
social:
- icon: simple/github
link: https://github.com/emmercm/igir
- icon: simple/npm
link: https://www.npmjs.com/package/igir
- icon: simple/x
link: https://x.com/emmercm
copyright: >
<a href="#__consent">Change cookie settings</a>