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!