Update index.md

This commit is contained in:
staleycyn 2023-06-06 14:36:24 -07:00 committed by GitHub
parent 5f6faf535c
commit ef0213559f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,10 @@ Required labs files can be [DOWNLOADED HERE](https://github.com/MicrosoftLearnin
{% for activity in labs %}| {{ activity.lab.module }} | [{{ activity.lab.title }}{% if activity.lab.type %} - {{ activity.lab.type }}{% endif %}]({{ site.github.url }}{{ activity.url }}) |
{% endfor %}
## Demos
## Demonstrations
{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}
| Module | Demonstration |
| --- | --- |
{% for activity in demos %}| {{ activity.demos.module }} | [{{ activity.demos.title }}{% if activity.demos.type %} - {{ activity.demos.type }}{% endif %}]({{ site.github.url }}{{ activity.url }}) |
{% for activity in demos %}| {{ activity.demo.module }} | [{{ activity.demo.title }}]({{ site.github.url }}{{ activity.url }}) |
{% endfor %}