From 96992bcaad1f89d9e8ab17fe0fd1e5dd21895b30 Mon Sep 17 00:00:00 2001 From: Rhonda Glennon Date: Fri, 9 Oct 2015 13:26:13 -0700 Subject: [PATCH] Add glossary to index page New topic, new link on page Also did some formatting changes for doc site --- index.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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)