Skip to content

Commit 4786132

Browse files
authored
Clean up content directory by removing demos and labs
Removed sections for demonstrations and labs from the content directory.
1 parent 29673f5 commit 4786132

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

index.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,10 @@ layout: home
88

99
Required exercise files can be [DOWNLOADED HERE](https://github.com/MicrosoftLearning/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/archive/master.zip)
1010

11-
Scroll down for demonstrations.
12-
1311
## Exercises
1412

1513
{% assign Exercise = site.pages | where_exp:"page", "page.url contains '/Instructions/Exercises'" %}
1614
| Module | Exercise |
1715
| --- | --- |
1816
{% for activity in Exercise %}| {{ activity.Exercise.module }} | [{{ activity.Exercise.title }}{% if activity.Exercise.type %} - {{ activity.Exercise.type }}{% endif %}]({{ site.github.url }}{{ activity.url }}) |
1917
{% endfor %}
20-
21-
## Demonstrations
22-
23-
{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}
24-
| |
25-
| --- |
26-
{% for activity in demos %}| [{{ activity.demo.module }}]({{ site.github.url }}{{ activity.url }}) |
27-
{% endfor %}
28-
29-
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-
50-

0 commit comments

Comments
 (0)