-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
69 lines (62 loc) · 1.37 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
# Project information
site_name: 'Kitteh!'
site_description: 'Documentation for Kitteh Projects.'
site_author: 'Matt Baxter'
site_url: 'http://kittehorg.github.io/docs/'
# Repository
repo_name: 'Contribute to these docs!'
repo_url: 'https://github.com/KittehOrg/Docs'
edit_uri: 'edit/main/docs/'
# Copyright
copyright: 'Copyright © 2022 Matt Baxter'
# Configuration
theme:
name: 'material'
language: 'en'
palette:
scheme: 'slate'
primary: 'blue'
accent: 'cyan'
font:
text: 'Roboto'
code: 'Roboto Mono'
features:
- navigation.indexes
- navigation.instant
- navigation.tabs
- navigation.top
custom_dir: overrides
# Page tree
nav:
- Home: index.md
- VanishNoPacket:
- vanish/index.md
- Installation: vanish/install.md
- Commands: vanish/commands.md
- Configuration: vanish/config.md
- Permissions: vanish/permissions.md
- FAQ: vanish/faq.md
# Customization
extra:
social:
- icon: 'fontawesome/solid/earth-americas'
link: 'https://discord.gg/PHpuzZS'
# Plugins
plugins:
- search
- minify:
minify_html: true
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: true