title | permalink | layout |
---|---|---|
Instruções online hospedadas |
index.html |
home |
Os exercícios a seguir foram projetados para dar suporte aos módulos no Microsoft Learn.
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
Módulo | Laboratório |
---|---|
{% for activity in labs %} | {{ activity.lab.module }} |
{% endfor %} |