forked from AllTheMods/alltheguides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
164 lines (161 loc) · 4.17 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
site_name: All The Guides
site_url: https://allthemods.github.io/alltheguides/
repo_name: alltheguides
repo_url: https://github.com/AllTheMods/alltheguides/
edit_uri: edit/dev/docs/
use_directory_urls: true
copyright: All The Mods ™ | Made By <a href='https://ko-fi.com/segfault' target='_blank' class='cauthor'>Seg</a>
strict: !ENV [ ENABLE_STRICT, true ]
extra:
generator: true
homepage: /alltheguides/
version:
default: stable
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/allthemods
name: Discord
- icon: fontawesome/brands/reddit
link: https://www.reddit.com/r/allthemods/
- icon: fontawesome/brands/twitter
link: https://twitter.com/allthemods?lang=en
- icon: fontawesome/brands/github
link: https://github.com/AllTheMods
theme:
custom_dir: overrides
name: material
highlightjs: true
language: en
prev_next_buttons_location: none
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top
- navigation.footer
- announce.dismiss
- content.action.edit
- content.tooltips
- content.code.copy
- content.code.annotate
- toc.follow
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
favicon: assets/images/atms.ico
logo: assets/images/atms.png
font:
text: "Nunito"
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: orange
toggle:
icon: material/brightness-7
name: Dark Mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: orange
toggle:
icon: material/brightness-4
name: Light Mode
extra_css:
- assets/stylesheets/style.css
extra_javascript:
- assets/javascripts/script.js
- assets/javascripts/tablesort.min.js
plugins:
- search
- awesome-pages:
collapse_single_pages: true
strict: true
- meta-descriptions
- tags
- mkdocs-video
- markmap
- git-revision-date-localized:
type: timeago
enable_creation_date: true
fallback_to_build_date: false
strict: !ENV [ ENABLE_STRICT_GIT_REVISION_DATE, false ]
enabled: !ENV [ ENABLE_GIT_REVISION_DATE, false ]
- minify:
minify_html: !ENV [ ENABLE_MINIFY, false ]
minify_js: !ENV [ ENABLE_MINIFY, false ]
minify_css: !ENV [ ENABLE_MINIFY, false ]
htmlmin_opts:
remove_comments: !ENV [ ENABLE_REMOVE_COMMENTS, false ]
cache_safe: true
- glightbox:
touchNavigation: true
loop: true
effect: fade
slide_effect: fade
width: auto
height: auto
draggable: false
auto_caption: true
caption_position: bottom
- git-authors:
show_email_address: false
sort_authors_by: contribution
fallback_to_empty: true
show_contribution: true
strict: !ENV [ ENABLE_STRICT_GIT_AUTHORS, false ]
enabled: !ENV [ ENABLE_GIT_AUTHORS, false ]
hooks:
- extensions/external_links_md_extension.py
markdown_extensions:
- extra
- smarty
- toc:
permalink: true
title: <b>Table Of Contents</b>
- admonition
- attr_list
- abbr
- sane_lists
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- def_list
- md_in_html
- footnotes
- tables
validation:
nav:
omitted_files: info
not_found: warn
absolute_links: info
links:
not_found: warn
absolute_links: info
unrecognized_links: info