-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
74 lines (67 loc) · 1.61 KB
/
mkdocs.yaml
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
69
70
71
72
73
74
site_name: "GW2ML"
site_description: "GW2ML is a Java library for fast and non-cached access to the data provided by the Guild Wars 2 game client via the MumbleLink mechanism."
site_author: "GW2ToolBelt"
site_url: "https://gw2toolbelt.github.io/GW2ML"
copyright: Copyright © 2019 - 2024 Leon Linhart
repo_name: "GW2ML"
repo_url: "https://github.com/GW2ToolBelt/GW2ML"
remote_branch: "gh-pages"
docs_dir: "docs/site"
site_dir: "build/site"
theme:
name: "material"
icon:
logo: material/hammer-wrench
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: pink
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: orange
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: "Roboto"
code: "JetBrains Mono"
features:
- navigation.footer
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tracking
- toc.integrate
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
- pymdownx.betterem
- pymdownx.details
- pymdownx.tabbed
- pymdownx.snippets
- pymdownx.superfences
nav:
- 'Overview': index.md
- 'License': license.md
- 'API Reference': api/index.html
plugins:
- mike
- search
extra:
social:
- icon: fontawesome/brands/github
link: 'https://github.com/GW2ToolBelt'
version:
provider: mike