From fc590b23c3f91c2536af6efdfb64aba1addfdf5e Mon Sep 17 00:00:00 2001 From: Riordan Date: Tue, 29 Sep 2015 17:03:55 -0400 Subject: [PATCH] Organized Index --- index.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 519ec95..5e638c2 100644 --- a/index.md +++ b/index.md @@ -5,5 +5,12 @@ ________________________________________________________________________________ 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 -- Transitioning From Beta to 1.0 +- [Getting Started Guide](/get-started.md) + - [API keys and rate limits](/api.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) + - [Data Sources](/data-sources.md) + - [Loading Data From the Browser](/use-cors.md) +- [Transitioning From Beta to 1.0](/transition-from-beta.md)