forked from mapbox/mapbox-directions-swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jazzy.yml
32 lines (30 loc) · 922 Bytes
/
jazzy.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
module: MapboxDirections
author: Mapbox
title: Directions.swift
author_url: https://docs.mapbox.com/ios/directions/
github_url: https://github.com/mapbox/mapbox-directions-swift
dash_url: https://docs.mapbox.com/ios/docsets/MapboxDirections.xml
copyright: '© 2014–2021 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-directions-swift/blob/master/LICENSE.md) for more details.'
head: |
<link rel='shortcut icon' href='https://www.mapbox.com/img/favicon.ico' type='image/x-icon' />
skip_undocumented: Yes
hide_documentation_coverage: Yes
custom_categories:
- name: Guides
children:
- Navigation SDK
- name: Getting Directions
children:
- Directions
- RouteOptions
- Waypoint
- name: Map Matching
children:
- MatchOptions
- Tracepoint
- Match
- name: Results
children:
- Route
- RouteLeg
- RouteStep