[ADF-2679] Added tutorial index tool (#3175)

This commit is contained in:
Andy Stark
2018-04-11 17:46:27 +01:00
committed by Eugenio Romano
parent aba9f41af1
commit 809cf56e2b
3 changed files with 238 additions and 0 deletions

View File

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