Skip to content

Commit 02c0eb3

Browse files
Update index.md
1 parent eee68ee commit 02c0eb3

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

index.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,15 @@
11
---
2-
title: Online Hosted Instructions
2+
title: Exercise Instructions
33
permalink: index.html
44
layout: 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 %}

0 commit comments

Comments
 (0)