-
-
Notifications
You must be signed in to change notification settings - Fork 61
/
mkdocs.yml
73 lines (72 loc) · 2.03 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
site_name: OwnTracks Booklet
site_url: http://owntracks.org/booklet/
site_author: OwnTracks.org
repo_url: https://github.com/owntracks/booklet
site_dir: _site
validation:
omitted_files: info
nav:
- Intro: 'index.md'
- Guide:
- 'What it does': 'guide/whathow.md'
- 'Quicksetup' : 'guide/quicksetup.md'
# - 'Clients': 'guide/clients.md'
# - 'Scenarios': 'guide/scenarios.md'
- 'Apps': 'guide/apps.md'
# - 'Topics': 'guide/topics.md'
# - 'Broker': 'guide/broker.md'
# - 'Bridging': 'guide/bridge.md'
# - 'Waypoints': 'guide/waypoints.md'
# - 'Beacons': 'guide/beacons.md'
- Features:
- 'Comparison': 'features/comparison.md'
# - 'iOS': 'features/ios.md'
# - 'Android': 'features/android.md'
- 'Security': 'features/security.md'
# - 'TLS': 'features/tls.md'
# - 'TLS client': 'features/tlscert.md'
- 'Location': 'features/location.md'
# - 'Tracker ID': 'features/tid.md'
# - 'Friends': 'features/friends.md'
# - 'Card': 'features/card.md'
# - 'POI': 'features/poi.md'
# - 'Tours': 'features/tours.md'
# - 'Waypoints': 'features/waypoints.md'
# - 'Beacons': 'features/beacons.md'
# - 'Pedometer': 'features/pedometer.md'
# - 'Featured': 'features/featured.md'
# - 'Encryption': 'features/encrypt.md'
# - 'Remoteconfig': 'features/remoteconfig.md'
# - 'Debugging': 'features/debug.md'
# - 'Traccar' : 'features/traccar.md'
- API:
- 'JSON': 'tech/json.md'
- 'HTTP' : 'tech/http.md'
# - 'MQTT': 'tech/mqtt.md'
# - 'URIs and QR codes': 'tech/qr.md'
- 'Code': 'tech/program.md'
- Sundry:
# - 'Terminology': 'terminology.md'
# - 'Docker' : 'clients/recorder.md'
- 'Privacy': 'privacy.md'
- 'People': 'people.md'
# - 'Ideas': 'ideas.md'
- 'Answers': 'faq.md'
- 'Press': 'press.md'
theme:
name: readthedocs
custom_dir: custom_theme
highlightjs: False
extra_css:
- extra.css
markdown_extensions:
- abbr
- attr_list
- def_list
- footnotes
- tables
- admonition
- toc:
permalink: "#"
exclude_docs: |
.*.swp