From 953b8ff86fbc74f2ab766a6d91853352b45e82a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Sat, 4 Apr 2015 22:44:29 +0200 Subject: [PATCH] Update the tutorials index --- doc/tutorials/index.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/tutorials/index.hbs b/doc/tutorials/index.hbs index 8f2fc43480..92305cbb8f 100644 --- a/doc/tutorials/index.hbs +++ b/doc/tutorials/index.hbs @@ -5,4 +5,6 @@ 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 [introduction](introduction.html) and [basic concepts](concepts.html) tutorial. Stay tuned for more! +* [Introduction to OpenLayers 3](introduction.html) +* [Basic Concepts](concepts.html) +* [Compile Application and OpenLayers together](closure.html)