[ADF-2679] Added first tutorials (#3186)

* [ADF-2679] Updated tutorial index script and added the first few tutorials

* [ADF-2679] Minor fixes to README and index script
This commit is contained in:
Andy Stark
2018-04-13 14:50:29 +01:00
committed by Eugenio Romano
parent 978c4487a7
commit d0f5bad894
11 changed files with 229 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
| Name | Level | Abstract |
| -- | -- | -- |
{% each tuts as tut %}
1. [**{{tut.title}}**]({{tut.link}}) ({{tut.level}}): {{tut.briefDesc}}
| [**{{tut.title}}**]({{tut.link}}) | {{tut.level}} | {{tut.briefDesc}} |
{% endeach %}