-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (63 loc) · 1.53 KB
/
mkdocs.yml
File metadata and controls
68 lines (63 loc) · 1.53 KB
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
64
65
66
67
68
site_name: openskill.lua
site_description: Documentation for OpenSkill
site_author: Vaschex
site_url: https://vaschex.github.io/openskill.lua
repo_name: openskill.lua
repo_url: https://github.com/Vaschex/openskill.lua
edit_uri: ""
theme:
#logo:
#mkdosfavicon: assets/favicon.png
#icon:
#repo: fontawesome/brands/github
name: material
features:
#- navigation.tabs
- navigation.instant
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- search.share
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
highlightjs: true
hljs_languages:
- lua
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Vaschex/
name: Vaschex on GitHub
- icon: fontawesome/brands/twitter
link: https://twitter.com/Vaschex
name: Vaschex on Twitter
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCdv59AWoiGNwPiBYgNNhwnQ
name: Vaschex on YouTube
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.details
- toc:
permalink: true
nav:
- Home:
- Introduction: index.md
- API: api.md