| title | Online Hosted Instructions |
|---|---|
| permalink | index.html |
| layout | home |
Hyperlinks to each of the lab exercises and demos are listed below.
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
| Learning Path | Lab |
|---|---|
| {% for activity in labs %} | {{ activity.lab.module }} |
| {% endfor %} |
{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}
| Learning Path | Demo |
|---|---|
| {% for activity in demos %} | {{ activity.demo.module }} |
| {% endfor %} |
{% assign setups = site.pages | where_exp:"page", "page.url contains '/Instructions/Setup'" %}
| Learning Path | Setup |
|---|---|
| {% for activity in setups %} | {{ activity.demo.module }} |
| {% endfor %} |