Skip to content

Commit 397839e

Browse files
committed
Better seperation of title and description
1 parent 3939aa2 commit 397839e

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

docs/index.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
# Users
22

3-
* [Quickstart](./web/quickstart.md) for users
4-
* [Read Overview](http://graphhopper.com/#overview)
5-
* [Add GraphHopper Maps to your Browser](./web/open-search.md)
6-
* [GraphHopper on Twitter](https://twitter.com/graphhopper)
3+
* [Quickstart](./web/quickstart.md): HowTo for users.
4+
* [Read Overview](https://graphhopper.com/#overview): Summary of the product Graphhopper.
5+
* [Add GraphHopper Maps to your Browser](./web/open-search.md) Instructions how to setup Graphhopper as the standart search enginge in your browser.
6+
* [GraphHopper on Twitter](https://twitter.com/graphhopper): Find the official Graphhopper account on Twitter.
77

88
# Translators
99

10-
* [Translations](./core/translations.md)
10+
* [Translations](./core/translations.md): Tutorial how to help with the Graphhopper translations or how to setup a new language.
1111

1212

1313
# Developers
1414

15-
* [Quickstart](./core/quickstart-from-source.md) for developers. Explains git checkout, IDE setup and commands for setting up a graphhopper server.
16-
* [Android](./android/index.md) Instructions how to setup the demo project for graphhopper on Android as base for further development (i.e. with Android Studio).
17-
* [Windows](./core/windows-setup.md) Documentation about how to get an graphhopper instance running on windows (cygwin).
18-
* [Set up and run GraphHopper in Eclipse](./core/eclipse-setup.md) Detailed instructions how to setup Graphhopper in eclipse with maven.
19-
* [iOS](https://github.com/graphhopper/graphhopper-ios/) Link to the Graphhopper-iOS github repository.
15+
* [Quickstart](./core/quickstart-from-source.md): Introduction for developers. Explains git checkout, IDE setup and commands for setting up a graphhopper server.
16+
* [Android](./android/index.md): Instructions how to setup the demo project for Graphhopper on Android as base for further development (i.e. with Android Studio).
17+
* [Windows](./core/windows-setup.md): Documentation about how to get an Graphhopper instance running on windows (cygwin).
18+
* [Set up and run GraphHopper in Eclipse](./core/eclipse-setup.md): Detailed instructions how to setup Graphhopper in eclipse with maven.
19+
* [iOS](https://github.com/graphhopper/graphhopper-ios/): Link to the Graphhopper-iOS github repository.
2020

2121
## Core
2222

23-
* [Simple routing](./core/routing.md) to integrate GraphHopper in your Java application (or pick any JVM language)
24-
* [Create custom weighting](./core/weighting.md) Documentation about how to create a custom weighting class to influence the track calculation.
25-
* [Elevation](./core/elevation.md) Documentation how to enable the usage of elevation for the output of the track.
26-
* [Technical overview](./core/technical.md) Technical details about how graphhoppers calculations are working.
27-
* [Slides from 2014](https://graphhopper.com/public/slides/) Small presentations about how graphhopper ist working.
28-
* [Contraction Hierarchies](./core/ch.md) details about speeding up the track calculations by [Contraction Hierarchies](http://en.wikipedia.org/wiki/Contraction_hierarchies).
23+
* [Simple routing](./core/routing.md): Tutorial how to integrate GraphHopper in your Java application (or pick any JVM language)
24+
* [Create custom weighting](./core/weighting.md): Documentation about how to create a custom weighting class to influence the track calculation.
25+
* [Elevation](./core/elevation.md): Documentation how to enable the usage of elevation for the output of the track.
26+
* [Technical overview](./core/technical.md): Technical details about how graphhoppers calculations are working.
27+
* [Slides from 2014](https://graphhopper.com/public/slides/): Small presentations about how graphhopper ist working.
28+
* [Contraction Hierarchies](./core/ch.md): Details about speeding up the track calculations by [Contraction Hierarchies](http://en.wikipedia.org/wiki/Contraction_hierarchies).
2929

3030
## Web
3131

32-
* [Routing API](./web/api-doc.md) Documentation of the Web API to communicate with any graphhopper server via http.
32+
* [Routing API](./web/api-doc.md): Documentation of the Web API to communicate with any graphhopper server via http.
3333

3434
## Advanced Topics
3535

36-
* [Low level API](./core/low-level-api.md) Use Graphhopper as a Java library.
37-
* [Create new FlagEncoder](./core/create-new-flagencoder.md) to create new routing profiles to influence which ways to favor and how the track-time is calculated.
38-
* [LocationIndex](./core/location-index.md) to get the location index to get i.e. the nearest edge.
39-
* [World-Wide-Road-Network](./core/world-wide.md) Details about using the whole world wide street data.
40-
* [Changelog](https://github.com/graphhopper/graphhopper/blob/master/core/files/changelog.txt) Latest changes.
36+
* [Low level API](./core/low-level-api.md): Instructions how to use Graphhopper as a Java library.
37+
* [Create new FlagEncoder](./core/create-new-flagencoder.md): Documentation to create new routing profiles to influence which ways to favor and how the track-time is calculated.
38+
* [LocationIndex](./core/location-index.md): Documentation about how to get the location index for getting i.e. the nearest edge.
39+
* [World-Wide-Road-Network](./core/world-wide.md): Details about using the whole world wide street data.
40+
* [Changelog](https://github.com/graphhopper/graphhopper/blob/master/core/files/changelog.txt): Latest changes.

0 commit comments

Comments
 (0)