This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmkdocs.yml
76 lines (68 loc) · 1.97 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
site_name: NabBot
site_description: A Discord bot for the MMO Tibia
site_author: Allan Galarza
copyright: >
© Allan Galarza. All rights reserved.<br>
<a href="https://www.tibia.com">Tibia</a> is made by <a href="https://www.cipsoft.com/">CipSoft</a>, all Tibia content is copyrighted by <a href="https://www.cipsoft.com/">CipSoft GmbH</a>.
theme:
name: material
palette:
primary: 'deep-purple'
accent: 'orange'
logo: 'assets/images/icon.png'
favicon: 'assets/images/favicon.ico'
feature:
tabs: true
extra_css:
- assets/css/extra.css
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite
- pymdownx.superfences
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.tilde
- meta
# - figureAltCaption
google_analytics:
- UA-111299710-2
- auto
extra:
social:
- type: 'github'
link: 'https://github.com/NabDev'
- type: 'globe'
link: 'https://nabbot.xyz'
repo_url: https://github.com/NabDev/NabBot
edit_uri: ""
nav:
- Home: index.md
- Changelog: changelog.md
- Install Guide: install.md
- Permissions: permissions.md
- FAQ: faq.md
- Features:
- Overview: features/index.md
- Autoroles: features/autoroles.md
- Groups: features/groups.md
- Watchlist: features/watchlist.md
- Commands:
- Overview: commands/index.md
- Admin commands: commands/admin.md
- Calculators commands: commands/calculators.md
- General commands: commands/general.md
- Info commands: commands/info.md
- Loot commands: commands/loot.md
- Mod commands: commands/mod.md
- Owner commands: commands/owner.md
- Roles commands: commands/roles.md
- Tibia commands: commands/tibia.md
- TibiaWiki commands: commands/tibiawiki.md
- Timers commands: commands/timers.md
- Tracking commands: commands/tracking.md
- Hosting:
- Configuration: hosting/config.md
- Messages: hosting/messages.md
- Cogs: hosting/cogs.md