diff --git a/index.md b/index.md index 04143fe..89e9161 100644 --- a/index.md +++ b/index.md @@ -1,17 +1,17 @@ -Mapzen Search Documentation V1 -=========================== +# Mapzen Search + Geocoding service powered by [Pelias](https://github.com/pelias/pelias) and open data -_____________________________________________________________________________________ These pages offer an introduction to the API and terminology used in Mapzen Search and the accompanying open source geocoder which powers it, Pelias. -- [Getting Started Guide](/get-started.md) +- [Get started](/get-started.md) - [API keys and rate limits](/api-keys-rate-limits.md) - - [`/search` Endpoint: Finding places](/search.md) - - [`/autocomplete` Endpoint](/autocomplete.md) - - [`/reverse` Endpoint: from point to place](/reverse.md) - - [`/place` Endpoint: retrieving additional information](/place.md) + - [`/search` endpoint: finding places](/search.md) + - [`/autocomplete` endpoint](/autocomplete.md) + - [`/reverse` endpoint: from point to place](/reverse.md) + - [`/place` endpoint: retrieving additional information](/place.md) - [API responses](/response.md) - - [Data Sources](/data-sources.md) - - [Loading Data From the Browser](/use-cors.md) -- [Transitioning From Beta to 1.0](/transition-from-beta.md) + - [Data sources](/data-sources.md) + - [Loading data from the browser](/use-cors.md) + - [Terminology](/glossary.md) +- [Transitioning from beta to 1.0](/transition-from-beta.md)