Skip to content

Commit 29673f5

Browse files
authored
Update index.md
1 parent 5bea806 commit 29673f5

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,24 @@ Scroll down for demonstrations.
2727
{% endfor %}
2828

2929

30+
# Content Directory
31+
32+
Required labs files can be [DOWNLOADED HERE](https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/archive/master.zip)
33+
34+
## Labs
35+
36+
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
37+
| Module | Lab |
38+
| --- | --- |
39+
{% for activity in labs %}| {{ activity.lab.module }} | [{{ activity.lab.title }}{% if activity.lab.type %} - {{ activity.lab.type }}{% endif %}]({{ site.github.url }}{{ activity.url }}) |
40+
{% endfor %}
41+
42+
## Demonstrations
43+
44+
{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}
45+
| Module | Demonstration |
46+
| --- | --- |
47+
{% for activity in demos %}| {{ activity.demo.module }} | [{{ activity.demo.title }}]({{ site.github.url }}{{ activity.url }}) |
48+
{% endfor %}
49+
3050

0 commit comments

Comments
 (0)