-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
mkdocs.yml
192 lines (181 loc) · 5.63 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
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
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:
scheme: slate
primary: black
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/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/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: false
- 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
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