forked from versx/WhMgr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
54 lines (46 loc) · 1.64 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
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: flatly #mkdocs, bootstrap4, cinder, cosmo, cyborg, flatly, ivory, material, readthedocs, slate, yeti
extends: mkdocs
hljs_style: docco
nav:
- Home: index.md
- General:
- Screenshots: screenshots.md
- Terminology: terminology.md
- Updating: updating.md
- User Guide:
- Getting Started: user-guide/getting-started.md
- Config: user-guide/config.md
- Geofences: user-guide/geofences.md
- Alarms: user-guide/alarms.md
- Filters: user-guide/filters.md
- Alerts: user-guide/alerts.md
- DTS:
- Pokemon: user-guide/dts/pokemon.md
- Raids & Eggs: user-guide/dts/raids.md
- Quests: user-guide/dts/quests.md
- Pokestops: user-guide/dts/pokestops.md
- Gyms: user-guide/dts/gyms.md
- weather: user-guide/dts/weather.md
- nests: user-guide/dts/nests.md
- Commands:
- Subscriptions: commands/subscriptions.md
- Owner: commands/owner.md
# - About:
# - Release Notes: about/release-notes.md
# - Contributing: about/contributing.md
markdown_extensions:
- toc:
permalink:
copyright: Copyright © 2019 <a href="https://github.com/versx">versx</a>, Maintained by <a href="/about/release-notes.md#maintenance-team">versx</a>.
plugins:
- search
extra_css:
- css/base.css
- css/bootstrap-custom.min.css