This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
59 lines (59 loc) · 1.96 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
site_name: FPSMath Documentation
site_url: 'http://fpsmath.xyz'
repo_url: 'https://github.com/animafps/fpsmath'
repo_name: animafps/fpsmath
edit_uri: edit/main/docs/
site_description: 'Documentation for the FPSMath Discord Bot'
copyright: <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://fpsmath.xyz">FPSMath Docs</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://animafps.xyz">Anima</a> is licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0</a></p>
theme:
font: false
favicon: assets/images/logo.png
features:
- navigation.instant
- navigation.top
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
name: 'material'
custom_dir: docs/overrides
extra:
social:
- icon: fontawesome/solid/info-circle
link: https://status.fpsmath.xyz
name: Status
- icon: fontawesome/brands/discord
link: https://fpsmath.xyz/support
name: Support Discord server
analytics:
provider: custom
markdown_extensions:
- attr_list
- meta
- admonition
- pymdownx.superfences
- pymdownx.keys
- toc:
permalink: true
nav:
- Introduction: index.md
- getting-started.md
- commands.md
- Other:
- games.md
- Changelog: changelog.md
plugins:
- search
- minify:
minify_html: true