forked from RLBot/wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
63 lines (57 loc) · 1.6 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
site_name: RLBot Wiki
site_url: https://wiki.rlbot.org/
repo_name: RLBot/RLBot
repo_url: https://github.com/RLBot/RLBot
edit_uri: https://github.com/RLBot/wiki/edit/main/docs/
theme:
name: material
logo: assets/rlbot-logo.svg
favicon: assets/rlbot-logo.svg
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
primary: custom
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
primary: custom
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
# Expand navigation folders by default
- navigation.expand
# Enable the footer
- navigation.footer
# Enale 'Edit this page' button
- content.action.edit
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/zbaAKPt
- icon: fontawesome/brands/github
link: https://github.com/RLBot
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/RLBotOfficial
- icon: fontawesome/brands/twitter
link: https://x.com/RLBotOfficial
- icon: fontawesome/brands/twitch
link: https://www.twitch.tv/rlbotofficial
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
# Code block features
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
# Enable code blocks in multiple language
- pymdownx.superfences