-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (39 loc) · 943 Bytes
/
mkdocs.yml
File metadata and controls
44 lines (39 loc) · 943 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
40
41
42
43
44
site_name: Vindicta Engine
site_description: Physics, Dice, and AI Core for the Vindicta Platform.
site_author: Vindicta Platform Contributors
site_url: https://vindicta-platform.github.io/vindicta-engine/
repo_name: vindicta-platform/vindicta-engine
repo_url: https://github.com/vindicta-platform/vindicta-engine
theme:
name: material
palette:
- scheme: slate
primary: red
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: red
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
font:
text: Outfit
code: JetBrains Mono
nav:
- Home: index.md
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- attr_list
- md_in_html
plugins:
- search