-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
mkdocs.yml
66 lines (59 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
site_name: Webhook Manager
site_url: https://github.com/versx/WhMgr
site_description: Webhook Manager
site_author: versx
repo_url: https://github.com/versx/whmgr/
edit_uri: ""
theme:
name: readthedocs #mkdocs, bootstrap4, cinder, cosmo, cyborg, flatly, ivory, material, readthedocs, slate, yeti
plugins:
- search:
separator: '[\s\-\.]+'
lang: en
nav:
- General:
- Home: index.md
- Screenshots: screenshots.md
- Terminology: terminology.md
- Installation:
- Prerequisites: install/prerequisites.md
- Getting Started: install/getting-started.md
- Updating: install/updating.md
- Migrate v4: install/migrate-v4-to-v5.md
- Configuration:
- Config: config/config.md
- Discord: config/discords.md
- Geofences: config/geofences.md
- Alarms: config/alarms.md
- Filters: config/filters.md
- Embeds: config/embeds.md
- DTS:
- Pokemon: dts/pokemon.md
- Raids & Eggs: dts/raids.md
- Quests: dts/quests.md
- Pokestops: dts/pokestops.md
- Invasions: dts/invasions.md
- Gyms: dts/gyms.md
- Weather: dts/weather.md
- Nests: dts/nests.md
- Commands:
- Subscriptions: commands/subscriptions.md
- Owner: commands/owner.md
- Other:
- Dashboard: other/dashboard.md
- Defaults: other/defaults.md
- Command Line: other/commandline.md
- Geocoding: other/geocoding.md
- PM2: other/pm2.md
- Static Maps: other/staticmaps.md
- Health Checks: other/healthchecks.md
# - About:
# - Release Notes: about/release-notes.md
# - Contributing: about/contributing.md
markdown_extensions:
- toc:
permalink:
copyright: Copyright © 2021, Maintained by <a href="https://github.com/versx">versx</a>.
extra_css:
- css/base.css
- css/bootstrap-custom.min.css