forked from owntracks/booklet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
54 lines (53 loc) · 1.71 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: OwnTracks Booklet
site_url: http://owntracks.org
site_author: OwnTracks.org
site_favicon: favicon.ico
repo_url: https://github.com/owntracks
site_dir: _site
pages:
- Intro: 'index.md'
- Guide:
- 'What it does': 'guide/whathow.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'
- '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: readthedocs
markdown_extensions: [abbr,attr_list,def_list,footnotes,tables,admonition,toc]