forked from valhalla/valhalla
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
68 lines (66 loc) · 2.4 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
# https://www.mkdocs.org/user-guide/configuration/
site_name: Valhalla
repo_url: https://github.com/valhalla/valhalla/
nav:
- Introduction for Developers: README.md
- Introduction for Users: valhalla-intro.md
- Terminology: terminology.md
- Public APIs:
- API Overview: api/index.md
- Turn-by-Turn Route API:
- Overview: api/turn-by-turn/overview.md
- API Reference: api/turn-by-turn/api-reference.md
- Optimized Route API: api/optimized/api-reference.md
- Matrix API: api/matrix/api-reference.md
- Isochrone API: api/isochrone/api-reference.md
- Map Matching API: api/map-matching/api-reference.md
- Locate API: api/locate/api-reference.md
- Transit Availability API: api/transit-available/api-reference.md
- Elevation API: api/elevation/api-reference.md
- Internal topics:
- "Why tiles?": mjolnir/why_tiles.md
- route_overview.md
- Decoding shape: decoding.md
- Tile structure: tiles.md
- Speed information: speeds.md
- Dynamic costing: sif/dynamic-costing.md
- Elevation influenced bicycle routing: sif/elevation_costing.md
- elevation.md
- Internal components:
- Baldr (routing data strutures/algorithms): baldr.md
- Loki (associate locations with graph edges): loki.md
- Midgard (data structures for geography/geometry): midgard.md
- Odin (route narrative/maneuver generation): odin.md
- Sif (costing for edges/transitions): sif.md
- Skadi (digital elevation model usage): skadi.md
- Tyr (service layer): tyr.md
- Meili (map matching):
- Overview: meili.md
- Algorithms: meili/algorithms.md
- Configuration: meili/configuration.md
- meili/implementation_details.md
- meili/library_api.md
- meili/service_api.md
- Mjolnir (routing graph/tile generation):
- mjolnir.md
- mjolnir/geojson.md
- mjolnir/getting_started_guide.md
- mjolnir/map_roulette.md
- mjolnir/map_roulette_blog.md
- mjolnir/tag_parsing.md
- Thor (routing algorithms):
- thor.md
- thor/isochrones.md
- thor/path-algorithm.md
- thor/simple_traffic.md
- Data sources:
- Data sources: mjolnir/data_sources.md
- Administrative data: mjolnir/admins.md
- Attribution requirements: mjolnir/attribution.md
- Development:
- Changelog: CHANGELOG.md
- releasing.md
theme: readthedocs
markdown_extensions:
- toc:
permalink: True