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)