-
Notifications
You must be signed in to change notification settings - Fork 24
/
mkdocs.yml
101 lines (100 loc) · 3.11 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
site_name: Retool
site_dir: ../unexpectedpanda.github.io/retool/
site_url: https://unexpectedpanda.github.io/retool/
theme:
name: material
custom_dir: docs/overrides
language: en
logo: images/retool.png
favicon: images/retool.ico
features:
- content.code.annotate
- content.tabs.link
- header.autohide
- navigation.sections
- toc.follow
palette:
scheme: slate
primary: blue grey
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- md_in_html
- mkdcomments # Installed from https://github.com/ryneeverett/python-markdown-comments
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- tables
extra:
analytics:
provider: google
property: G-P63E119561
social:
- icon: fontawesome/brands/github
link: https://github.com/unexpectedpanda/retool
generator: false
repo_url: https://github.com/unexpectedpanda/retool
nav:
- index.md
- download.md
- changelog.md
- Resources:
- dat-support.md
- retool-1g1r.md
- what-qualifies-as-a-clone.md
- terminology.md
- How to use Retool:
- Retool GUI:
- 'Get started': how-to-use-retool-gui.md
- 'Region, language, and video priorites': how-to-use-retool-gui-priorities.md
- 'Exclusions': how-to-use-retool-gui-exclusions.md
- 'Local names': how-to-use-retool-gui-local-names.md
- 'Overrides and post filters': how-to-use-retool-gui-overrides-post-filters.md
- 'Options': how-to-use-retool-gui-options.md
- 'System settings': how-to-use-retool-gui-system-settings.md
- 'Retool CLI': how-to-use-retool-cli.md
- Working with ROM Managers:
- romvault.md
- clrmamepro.md
- Contribute to Retool:
- Clone lists:
- 'Get started': contribute-clone-lists.md
- naming-system.md
- contribute-clone-lists-top-level-keys.md
- contribute-clone-lists-description.md
- contribute-clone-lists-mias.md
- Variants:
- 'Structure': contribute-clone-lists-variants.md
- contribute-clone-lists-variants-titles.md
- contribute-clone-lists-variants-supersets.md
- contribute-clone-lists-variants-compilations.md
- contribute-clone-lists-variants-local.md
- contribute-clone-lists-variants-filters.md
- contribute-clone-lists-pull-request.md
- contribute-metadata-files.md
- 'Code': contribute-code.md
- Developers:
- integrate.md
- how-retool-works.md
plugins:
- search
- macros # https://mkdocs-macros-plugin.readthedocs.io/en/latest/#installation