Skip to content

Commit c5bb8df

Browse files
committed
updated the index.md file
1 parent d75aa93 commit c5bb8df

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

Instructions/Labs/LAB_AK_00_configure_lab_environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
lab:
3-
title: 'Configure your lab environment for GitHub Copilot exercises'
3+
title: 'Prepare - Configure your lab environment for GitHub Copilot exercises'
44
description: 'Review lab requirements and configure resources before starting GitHub Copilot exercises.'
55
---
66

Instructions/Labs/LAB_AK_00_enable_github_copilot_in_visual_studio_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
lab:
3-
title: 'Enable GitHub Copilot in Visual Studio Code'
3+
title: 'Prepare - Enable GitHub Copilot in Visual Studio Code'
44
description: 'Complete the steps required to enable GitHub Copilot in Visual Studio Code.'
55
---
66

index.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,18 @@ permalink: index.html
44
layout: home
55
---
66

7-
# Exercises
7+
# GitHub Copilot Exercises
88

9-
This page lists exercises associated with Microsoft skilling content on [Microsoft Learn](https://learn.microsoft.com)
9+
The following quickstart exercises are designed to provide you with a hands-on learning experience in which you'll explore the capabilities of GitHub Copilot. Each exercise includes a set of tasks that you can complete in your lab environment.
1010

11-
<!-- You can edit the paragraph above to provide a more specific description and links to content on Learn.
12-
13-
Include the following note if an Azure subscription is required (or add something similar for any other requirements, such as a Microsoft 365 account).
14-
15-
> **Note**: To complete these exercises, you will need a [Microsoft Azure subscription](https://azure.microsoft.com/free) in which you have sufficient permissions to create and configure the required resources.
16-
17-
If a more complex setup is required, create a separate markdown file with setup instructions at \Instructions\Labs\00-setup.md - being sure to include "lab.title"" metadata at the top so it shows up the list below
18-
-->
11+
## Quickstart exercises
12+
<hr>
1913

2014
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
15+
2116
{% for activity in labs %}
22-
- [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }})
17+
18+
### [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }})
19+
{{ activity.lab.description }}
20+
<hr>
2321
{% endfor %}

0 commit comments

Comments
 (0)