Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 2f12a93

Browse files
authored
exclude ai-foundry from index page
1 parent 43a3f70 commit 2f12a93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ The following exercises are designed to support the modules on Microsoft Learn.
1111

1212
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Exercises'" %}
1313
{% for activity in labs %}
14+
{% unless activity.url contains 'ai-foundry' %}
1415
- [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }})
16+
{% endunless %}
1517
{% endfor %}

0 commit comments

Comments
 (0)