-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
43 lines (42 loc) · 1.1 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
site_name: Risk of Rain 2 Modding Wiki
site_description: 'This wiki contains information and other resources to aid with modding Risk of Rain 2.'
site_author: 'Risk of Rain 2 Modding Community'
site_url: 'https://risk-of-thunder.github.io/R2Wiki/'
docs_dir: docs/
plugins:
- search
- ezlinks
- mkdocs-video
- mkdocs-fix-github-wiki-url-plugin
repo_name: 'risk-of-thunder/R2Wiki'
repo_url: 'https://github.com/risk-of-thunder/R2Wiki/wiki'
theme:
name: 'material'
palette:
- scheme: default
primary: light blue
accent: light blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: light blue
accent: light blue
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.indexes
- navigation.top
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences