-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmkdocs.yml
161 lines (150 loc) · 4.71 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
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: TODO
repo_name: emmercm/igir
repo_url: https://github.com/emmercm/igir
edit_uri: edit/main/docs/
remote_branch: gh-pages
theme:
logo: logo-light.svg
favicon: logo-dark.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:
- overview.md
- installation.md
- commands.md
- alternatives.md
- Example Usage:
- usage/collection-sorting.md
- Emulator Frontends:
- usage/desktop/batocera.md
- usage/desktop/emuelec.md
- usage/desktop/emulationstation.md
- usage/desktop/lakka.md
- usage/desktop/launchbox.md
- usage/handheld/onionos.md
- usage/desktop/openemu.md
- usage/desktop/recalbox.md
- usage/desktop/retroarch.md
- usage/desktop/retropie.md
- FPGA:
- usage/hardware/mister.md
- usage/hardware/analogue-pocket.md
- Flash Carts:
- usage/hardware/everdrive.md
- Game Consoles:
- usage/console/gamecube.md
- usage/console/ps2.md
- usage/arcade.md
- usage/personal.md
- File Inputs:
- input/file-scanning.md
- input/dats.md
- input/reading-archives.md
- ROM Processing:
- roms/filtering-preferences.md
- roms/headers.md
- roms/patching.md
- File Outputs:
- output/writing-archives.md
- output/tokens.md
- output/reporting.md
- output/cleaning.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
- Donate ↗: https://github.com/sponsors/emmercm
- Issues ↗: https://github.com/emmercm/igir/issues?q=is%3Aopen+is%3Aissue+label%3Abug" target="_blank
- Discuss ↗: https://github.com/emmercm/igir/discussions" target="_blank
plugins:
- 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': 'input/dats.md'
'examples.md': 'usage/collection-sorting.md'
'file-scanning.md': 'input/file-scanning.md'
'input/archives.md': 'input/reading-archives.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'
#- 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/twitter
link: https://twitter.com/emmercm