-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
44 lines (37 loc) · 983 Bytes
/
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
site_name: Bug Fables internal docs
site_url: https://aldelaro5.github.io/Bug-Fables-Internal-Docs
site_description: "The technical documentation of the internals of Bug Fables: The Everlasting Sapling"
site_author: aldelaro5
repo_url: https://github.com/aldelaro5/Bug-Fables-Internal-Docs
edit_uri: edit/master/docs/
strict: true
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn
markdown_extensions:
- toc:
permalink: true
theme:
name: material
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
features:
- content.action.view
- content.action.edit
- search.suggest
- navigation.tracking
palette:
- scheme: slate
primary: green
toggle:
icon: material/brightness-3
name: Switch to light mode
- scheme: default
primary: green
toggle:
icon: material/brightness-7
name: Switch to dark mode