forked from anitagraser/pgRoutingLayer
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmkdocs.yml
More file actions
18 lines (17 loc) · 604 Bytes
/
mkdocs.yml
File metadata and controls
18 lines (17 loc) · 604 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
site_name: pgRoutingLayer
nav:
- Home: index.md
- Introduction:
- Main buttons: intro/buttons.md
- Layer naming convention: intro/layer_naming_convention.md
- Functions:
- pgr_aStar: functions/pgr_aStar.md
- pgr_astarCost: functions/pgr_astarCost.md
- pgr_bdAstar: functions/pgr_bdAstar.md
- pgr_bdAstarCost: functions/pgr_bdAstarCost.md
- pgr_bdDijkstra: functions/pgr_bdDijkstra.md
- pgr_bdDijkstraCost: functions/pgr_bdDijkstraCost.md
- pgr_djikstra: functions/pgr_dijkstra.md
- pgr_djikstraCost: functions/pgr_dijkstraCost.md
- pgr_KSP: functions/pgr_KSP.md
theme: readthedocs