-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
65 lines (61 loc) · 1.58 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
64
65
site_name: VestriaDice Documentation
theme:
name: null
custom_dir: mkdocs-material/material
# 404 page
static_templates:
- 404.html
# Necessary for search to work properly
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
font:
text: Roboto
code: Roboto Mono
favicon: assets/images/favicon.svg
logo: assets/images/icon-transparent.svg
icon:
logo: logo
palette:
scheme: slate
primary: orange
accent: orange
features:
- navigation.instant
- navigation.tabs
- navigation.expand
- navigation.indexes
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/LoapuDEV
- icon: fontawesome/brands/github
link: https://github.com/Loapu
copyright: Copyright © 2021 Benjamin Selig
repo_url: https://github.com/Loapu/VestriaDice
repo_name: Loapu/VestriaDice
plugins:
- git-revision-date-localized
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- meta
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.inlinehilite
- attr_list
nav:
- Home: index.md
- Installation: installation.md
- Configuration: configuration.md
- Commands and Permissions: commands-and-permissions.md
- Frequently Asked Questions: faq.md
- Developer API: api.md
- Open Issue: https://github.com/Loapu/VestriaDice/issues
- Become a Sponsor: https://github.com/sponsors/Loapu