Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.06 KB

File metadata and controls

33 lines (25 loc) · 1.06 KB
title Online Hosted Instructions
permalink index.html
layout home

Content Directory

Hyperlinks to each of the lab exercises and demos are listed below.

Labs

{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}

Learning Path Lab
{% for activity in labs %} {{ activity.lab.module }}
{% endfor %}

Demos

{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}

Learning Path Demo
{% for activity in demos %} {{ activity.demo.module }}
{% endfor %}

Setup

{% assign setups = site.pages | where_exp:"page", "page.url contains '/Instructions/Setup'" %}

Learning Path Setup
{% for activity in setups %} {{ activity.demo.module }}
{% endfor %}