From 5c98a47581747a3690827feefa333b36145ac8c2 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 24 Sep 2013 14:57:28 +0200 Subject: [PATCH] Bare bones index pages --- doc/index.hbs | 10 ++++++++++ doc/tutorials/index.hbs | 8 ++++++++ 2 files changed, 18 insertions(+) create mode 100644 doc/index.hbs create mode 100644 doc/tutorials/index.hbs diff --git a/doc/index.hbs b/doc/index.hbs new file mode 100644 index 0000000000..5825bb1998 --- /dev/null +++ b/doc/index.hbs @@ -0,0 +1,10 @@ +--- +title: Documentation +layout: doc.hbs +--- + +# Documentation + +If you're eager to get your first OpenLayers 3 map on a page, dive into the [quick start](quickstart.html). + +For a more in-depth overview of OpenLayers 3 core concepts, check out the [tutorials](tutorials/). diff --git a/doc/tutorials/index.hbs b/doc/tutorials/index.hbs new file mode 100644 index 0000000000..2ac1298a88 --- /dev/null +++ b/doc/tutorials/index.hbs @@ -0,0 +1,8 @@ +--- +title: Tutorials +layout: doc.hbs +--- + +# Tutorials + +We'll be putting together a more comprehensive set of tutorials here. For now, you can take a look at the [basic concepts](concepts.html) tutorial. Stay tuned for more!