Skip to content

Commit c1a1562

Browse files
committed
Merge pull request graphhopper#369 from henningvs/patch-1
Few more documentation details
2 parents 0f9c8ed + b0fd693 commit c1a1562

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Developers
1414

15-
* [Quickstart](./core/quickstart-from-source.md) for developers with git checkout and IDE setup etc
15+
* [Quickstart](./core/quickstart-from-source.md) for developers. Explains git checkout, IDE setup and commands for setting up a graphhopper server.
1616
* [Android](./android/index.md)
1717
* [Windows](./core/windows-setup.md)
1818
* [Set up and run GraphHopper in Eclipse](./core/eclipse-setup.md)
@@ -29,12 +29,12 @@
2929

3030
## Web
3131

32-
* [Routing API](./web/api-doc.md)
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)
37-
* [Create new FlagEncoder](./core/create-new-flagencoder.md)
38-
* [LocationIndex](./core/location-index.md)
39-
* [World-Wide-Road-Network](./core/world-wide.md)
40-
* [Changelog](https://github.com/graphhopper/graphhopper/blob/master/core/files/changelog.txt)
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.

0 commit comments

Comments
 (0)