copied API endpoint documentation from wiki.osm.org to /docs

This commit is contained in:
marc tobias
2018-03-19 17:10:22 +01:00
parent d79a2bb17e
commit 90d531c640
5 changed files with 428 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ site_url: http://nominatim.org
repo_url: https://github.com/openstreetmap/Nominatim
pages:
- 'Introduction' : 'index.md'
- 'API Reference':
- 'Search': 'api/Search.md'
- 'Reverse': 'api/Reverse.md'
- 'Address Lookup': 'api/Lookup.md'
- 'Administration Guide':
- 'Basic Installation': 'admin/Installation.md'
- 'Importing and Updating' : 'admin/Import-and-Update.md'