Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.11 KB

File metadata and controls

22 lines (14 loc) · 1.11 KB
title permalink layout
Übungsanweisungen
index.html
home

Übungen

Auf dieser Seite sind Übungen aufgeführt, die mit Microsoft-Qualifizierungsinhalten in Microsoft Learn verknüpft sind

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

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