Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.64 KB

File metadata and controls

39 lines (27 loc) · 1.64 KB
title Exercise Instructions
permalink index.html
layout home

This page lists exercises associated with Microsoft skilling content on Microsoft Learn


{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %} {% for activity in labs %} {% if activity.lab.title %}

[{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }})

{% if activity.lab.level %}Level: {{activity.lab.level}} | {% endif %}{% if activity.lab.duration %}Duration: {{activity.lab.duration}}{% endif %}

{% if activity.lab.description %} {{activity.lab.description}} {% endif %}


{% endif %} {% endfor %}