forked from emlid/emlid-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreach.yml
82 lines (76 loc) · 2.58 KB
/
reach.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
77
78
79
80
81
82
site_name: Reach RTK docs
site_url: https://emlid.com/reach/
docs_dir: docs/reach/rtk
copyright: "Emlid.com"
edit_uri: ""
extra_css:
- 'assets/stylesheets/extra.css?v=3'
theme:
name: material
logo: 'common/img/logo.png'
favicon: 'common/img/favicon.ico'
palette:
primary: 'light blue'
accent: 'light blue'
font:
text: 'Open Sans'
code: 'Open Sans'
custom_dir: 'theme'
repo_url: https://github.com/emlid/emlid-docs
extra:
social:
- type: github
link: https://github.com/emlid
- type: twitter
link: https://twitter.com/emlid
- type: facebook
link: https://facebook.com/emlidtech
google_analytics:
- UA-49508097-1
- auto
markdown_extensions:
- admonition
- codehilite:
guess_lang: False
- def_list
- footnotes
- meta
- toc:
permalink: True
- pymdownx.details
nav:
- Introduction: index.md
- Power supply: power-supply.md
- Antenna placement: antenna-placement.md
- Hardware integration: hardware-integration.md
- ReachView:
- Introduction: common/reachview/index.md
- Settings: common/reachview/settings.md
- Status: common/reachview/status.md
- Survey: common/reachview/survey.md
- RTK settings: common/reachview/rtk-settings.md
- Correction input: common/reachview/correction-input.md
- Position output: common/reachview/position-output.md
- Base mode: common/reachview/base-mode.md
- Logging: common/reachview/logging.md
- Camera control: common/reachview/camera-control.md
- Wi-Fi: common/reachview/wifi.md
- Bluetooth: common/reachview/bluetooth.md
- Firmware reflashing: common/reachview/firmware-reflashing.md
- Updater: common/reachview/updater.md
- Changelogs: common/reachview/changelogs.md
- LED status: led-status.md
- Specification: specs.md
- Quickstart: quickstart.md
- Tutorials:
- How RTK works: common/tutorials/rtk-introduction.md
- How PPK works: common/tutorials/ppk-introduction.md
- Connecting Reach to the Internet: common/tutorials/connecting-to-the-internet.md
- Working with NTRIP service: common/tutorials/ntrip-workflow.md
- Placing GCPs in RTK mode: common/tutorials/placing-gcps.md
- How to download files from Reach: common/tutorials/downloading-files.md
- Placing the base: common/tutorials/placing-the-base.md
- ArduPilot integration: ardupilot-integration.md
- GPS post-processing: common/tutorials/gps-post-processing.md
- Analyzing PPK solution and logs: common/tutorials/analyzing-logs.md
- Bluetooth output and Android mock location: common/tutorials/mock-location.md