generated from sVoxelDev/spigot-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
93 lines (86 loc) · 2.15 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
site_name: sChat
site_url: https://schat.silthus.net/docs
site_author: Silthus
repo_name: sVoxelDev/sChat
repo_url: https://github.com/sVoxelDev/sChat
edit_uri: edit/next/docs/
copyright: Copyright © 2021 - 2022 sVoxelDev
nav:
- Home:
- About sChat: index.md
- FAQ: faq.md
- Getting Started:
- getting-started.md
- Commands: commands.md
- Permissions: permissions.md
- Configuration:
- configuration/index.md
- Reference: configuration/reference.md
- Channels: configuration/channels.md
- MiniMessage Format: configuration/minimessage.md
- Extensions:
- extensions/index.md
- PlaceholderAPI: extensions/placeholderapi.md
- Developer API:
- Developer API: developer/index.md
- Javadocs: https://schat.silthus.net/javadocs/" target="_blank
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: orange
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: orange
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- header.autohide
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top
markdown_extensions:
- attr_list
- md_in_html
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
extra:
version:
provider: mike