-
Notifications
You must be signed in to change notification settings - Fork 57
/
mkdocs.yml
67 lines (60 loc) · 1.36 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
---
# Project information
site_name: ServerTap
site_description: A JSON API for your Bukkit/Spigot/Paper Minecraft server
site_author: phybros
site_url: https://servertap.io
# Repository
repo_name: servertap-io/servertap
repo_url: https://github.com/servertap-io/servertap
edit_uri: "edit/master/docs/"
theme:
name: material
icon:
logo: material/cube-outline
repo: fontawesome/brands/github-alt
language: en
features:
- navigation.sections
- navigation.tracking
- search.highlight
- search.share
- search.suggest
palette:
- scheme: slate
primary: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: default
primary: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
docs_dir: ./docs
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/servertap-io/servertap
- icon: fontawesome/brands/discord
link: https://discord.gg/fefHbTFAkj
# Plugins
plugins:
- search:
lang: en
- minify:
minify_html: true
# Extensions
markdown_extensions:
- admonition
- attr_list
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# Navigation structure
nav:
- Introduction: index.md