-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (38 loc) · 804 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (38 loc) · 804 Bytes
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
site_name: Twitch Recover Documentation
copyright: Copyright © 2022 Twitch Recover
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
features:
- content.code.annotate
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- search.highlight
- search.share
plugins:
- search
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- def_list
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true