forked from Sewer56/SonicRiders.Index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (45 loc) · 1.08 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
site_name: Sonic Riders Index
site_url: http://sewer56.dev/SonicRiders.Index/
repo_name: Sewer56/SonicRiders.Index
repo_url: https://github.com/Sewer56/SonicRiders.Index
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Sewer56
- icon: fontawesome/brands/twitter
link: https://twitter.com/TheSewer56
markdown_extensions:
- admonition
- tables
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist
- def_list
- meta
- md_in_html
- attr_list
- footnotes
theme:
name: material
features:
- navigation.instant
palette:
primary: red
accent: red
scheme: slate
extra_css:
- stylesheets/extra.css
use_directory_urls: false
nav:
- Home: index.md
- Resources: resources.md
- Tools:
- Index: tools/index.md
- Files:
- File Formats: files/formats.md
- File Listing: files/list.md
- Guides:
- Custom Model Guide: guides/custom-models.md
- Contributing Locally: guides/contributing-locally.md
- Contributing Online: guides/contributing-online.md