Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from hamishwillee/hgw_check_links
Browse files Browse the repository at this point in the history
Fix broken link. Add validate-links plugin (disabled by default)
  • Loading branch information
hamishwillee authored May 2, 2017
2 parents de2710f + 4a6ec9e commit 335af2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion book.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"language-picker",
"language-redirect@git+https://github.com/hamishwillee/gitbook-plugin-language-redirect.git",
"custom-favicon",
"toolbar@git+https://github.com/hamishwillee/gitbook-plugin-toolbar.git"
"toolbar@git+https://github.com/hamishwillee/gitbook-plugin-toolbar.git",
"-validate-links"

],
"pluginsConfig": {
"language-redirect": {
Expand Down
6 changes: 4 additions & 2 deletions en/file_formats/mission.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Mission File Format (v2)
Note: All values unless otherwise specified are in meters.

> **Note** All values unless otherwise specified are in meters.
```
{
Expand Down Expand Up @@ -28,6 +29,7 @@ The following values are required:
* `version` The version for this file. Current version is 2.

## Mission Items

The ```items`` values contains an array of mission item objects.

```
Expand Down Expand Up @@ -82,7 +84,7 @@ A complex item is a higher level encapsulation of multiple MISSION_ITEMS treated
```
Complex items have two additional values associated with them:
* ```complexItemType``` Specifies the type of complex item. QGroundControl currently supports only one complex item type: [Survey](SurveyFileFormat.md)
* ```complexItemType``` Specifies the type of complex item. QGroundControl currently supports only one complex item type: [Survey](../file_formats/survey.md)
* ```version``` Specifies the version for this complex item.
## Special handling for DO_JUMP mission item
Expand Down

0 comments on commit 335af2e

Please sign in to comment.