diff --git a/docs/features/algorithm.md b/docs/features/algorithm.md index c49d26e..d4c43cd 100644 --- a/docs/features/algorithm.md +++ b/docs/features/algorithm.md @@ -1,5 +1,6 @@ --- title: "Routing algorithm" +parent: Features --- ## Routing algorithm: 2-pass routing with adaptive cost-cutoff diff --git a/docs/features/alternatives.md b/docs/features/alternatives.md index 2b5cc86..2b49e4b 100644 --- a/docs/features/alternatives.md +++ b/docs/features/alternatives.md @@ -1,3 +1,7 @@ +--- +parent: Features +--- + ## Alternative route calculations Sometimes the routing result is not what you want, and you are looking for some diff --git a/docs/features/costfunctions.md b/docs/features/costfunctions.md index 9f14c28..5673ddc 100644 --- a/docs/features/costfunctions.md +++ b/docs/features/costfunctions.md @@ -1,3 +1,7 @@ +--- +parent: Features +--- + ## Freely configurable routing profile A major reason for the limited usefulness of most bike routing software is that diff --git a/docs/features/cycleroutes.md b/docs/features/cycleroutes.md index 01626a9..33a3ed5 100644 --- a/docs/features/cycleroutes.md +++ b/docs/features/cycleroutes.md @@ -1,3 +1,7 @@ +--- +parent: Features +--- + ## Following long distance cycle routes The long distance cycle network (see diff --git a/docs/features/elevation.md b/docs/features/elevation.md index 10a9de0..257ce95 100644 --- a/docs/features/elevation.md +++ b/docs/features/elevation.md @@ -1,3 +1,7 @@ +--- +parent: Features +--- + ## Elevation algorithm Elevation awareness is the most important issue in bike routing if not routing diff --git a/docs/features/index.md b/docs/features/index.md new file mode 100644 index 0000000..4abc2b2 --- /dev/null +++ b/docs/features/index.md @@ -0,0 +1,5 @@ +--- +title: Features +has_children: true +nav_order: 2 +--- diff --git a/docs/features/offline.md b/docs/features/offline.md index 1152ade..519b07a 100644 --- a/docs/features/offline.md +++ b/docs/features/offline.md @@ -1,3 +1,7 @@ +--- +parent: Features +--- + ## Ofline routing on Android phones BRouter is first and foremost an offline tool. It runs on any Android phone. The diff --git a/docs/features/vianogo.md b/docs/features/vianogo.md index ba2bbac..6899a13 100644 --- a/docs/features/vianogo.md +++ b/docs/features/vianogo.md @@ -1,3 +1,7 @@ +--- +parent: Features +--- + ## Via-Points and NoGo-Areas BRouter can process via-points and nogo-areas, and [brouter-web](/brouter-web) diff --git a/docs/index.md b/docs/index.md index 6a7de59..c96113c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,7 @@ --- layout: default +title: Home +nav_order: 1 --- ## BRouter: Let's get serious about bike routing