File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- title : Online Hosted Instructions
2+ title : Exercise Instructions
33permalink : index.html
44layout : home
55---
66
7- # Content Directory
7+ # Exercises
88
9- Hyperlinks to each of the lab exercises and demos are listed below.
10-
11- ## Labs
9+ This page lists exercises associated with Microsoft skilling content on [ Microsoft Learn] ( https://learn.microsoft.com )
1210
1311{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
14- | Module | Lab |
15- | --- | --- |
16- {% for activity in labs %}| {{ activity.lab.module }} | [ {{ activity.lab.title }}{% if activity.lab.type %} - {{ activity.lab.type }}{% endif %}] ({{ site.github.url }}{{ activity.url }}) |
12+ {% for activity in labs %}
13+ - [ {{ activity.lab.title }}] ({{ site.github.url }}{{ activity.url }})
1714{% endfor %}
1815
19- ## Demos
20-
21- {% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}
22- | Module | Demo |
23- | --- | --- |
24- {% for activity in demos %}| {{ activity.demo.module }} | [ {{ activity.demo.title }}] ({{ site.github.url }}{{ activity.url }}) |
25- {% endfor %}
You can’t perform that action at this time.
0 commit comments