| title | Online Hosted Instructions |
|---|---|
| permalink | index.html |
| layout | home |
Hyperlinks to each of the lab exercises and demos are listed below.
Note: If you encounter any bugs with the content, please create a new issue in the GitHub repo.
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
| Module | Lab |
|---|---|
| {% for activity in labs %} | {{ activity.lab.module }} |
| {% endfor %} |
{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}
| Demo |
|---|
| {% for activity in demos %} |
| {% endfor %} |