Skip to content

Commit 5a73c1d

Browse files
authored
Merge pull request #50632 from wwlpublish/446ced0ec1440f645609e9dbf1282f05e39462190fcd473d2e2dfaca72fea9e7-live
Modules/M02-generate-documentation-using-github-copilot-tools
2 parents 3875a0f + 2d5842d commit 5a73c1d

File tree

60 files changed

+729
-1184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+729
-1184
lines changed

.openpublishing.redirection.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48013,6 +48013,36 @@
4801348013
"source_path": "learn-pr/wwl-azure/implement-code-improvements-using-github-copilot-tools/9-summary.md",
4801448014
"redirect_url": "/training/modules/implement-code-improvements-using-github-copilot-tools/10-summary",
4801548015
"redirect_document_id": false
48016+
},
48017+
{
48018+
"source_path": "learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/2-examine-explain-document-features-github-copilot.md",
48019+
"redirect_url": "/training/modules/generate-documentation-using-github-copilot-tools/",
48020+
"redirect_document_id": false
48021+
},
48022+
{
48023+
"source_path": "learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/3-exercise-generate-explanations-using-github-copilot-chat.md",
48024+
"redirect_url": "/training/modules/generate-documentation-using-github-copilot-tools/",
48025+
"redirect_document_id": false
48026+
},
48027+
{
48028+
"source_path": "learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/4-exercise-generate-project-documentation-using-github-copilot-chat.md",
48029+
"redirect_url": "/training/modules/generate-documentation-using-github-copilot-tools/",
48030+
"redirect_document_id": false
48031+
},
48032+
{
48033+
"source_path": "learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/5-exercise-generate-code-documentation-using-github-copilot.md",
48034+
"redirect_url": "/training/modules/generate-documentation-using-github-copilot-tools/",
48035+
"redirect_document_id": false
48036+
},
48037+
{
48038+
"source_path": "learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/6-exercise-complete-code-documentation-challenge.md",
48039+
"redirect_url": "/training/modules/generate-documentation-using-github-copilot-tools/",
48040+
"redirect_document_id": false
48041+
},
48042+
{
48043+
"source_path": "learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/7-review-code-documentation-solution.md",
48044+
"redirect_url": "/training/modules/generate-documentation-using-github-copilot-tools/",
48045+
"redirect_document_id": false
4801648046
}
4801748047
]
4801848048
}

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 11/14/2024
7+
ms.date: 05/29/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/2-examine-explain-document-features-github-copilot.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.generate-documentation-using-github-copilot-tools.examine-explain-document-features-github-copilot
3+
title: Review GitHub Copilot's "explain" and "document" features
4+
metadata:
5+
title: Review GitHub Copilot's "explain" and "document" features
6+
description: "Review GitHub Copilot's explain and document features"
7+
ms.date: 05/29/2025
8+
author: wwlpublish
9+
ms.author: cahowd
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/2-review-github-copilot-explain-document-features.md)]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.generate-documentation-using-github-copilot-tools.examine-github-copilot-prompts-keywords
3+
title: Examine GitHub Copilot prompts and keywords
4+
metadata:
5+
title: Examine GitHub Copilot prompts and keywords
6+
description: "Examine GitHub Copilot prompts and keywords"
7+
ms.date: 05/29/2025
8+
author: wwlpublish
9+
ms.author: cahowd
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 6
14+
content: |
15+
[!include[](includes/3-examine-github-copilot-prompts-keywords.md)]

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/3-exercise-generate-explanations-using-github-copilot-chat.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.generate-documentation-using-github-copilot-tools.analyze-explain-code-using-github-copilot
3+
title: Analyze and explain code using GitHub Copilot
4+
metadata:
5+
title: Analyze and explain code using GitHub Copilot
6+
description: "Analyze and explain code using GitHub Copilot"
7+
ms.date: 05/29/2025
8+
author: wwlpublish
9+
ms.author: cahowd
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 6
14+
content: |
15+
[!include[](includes/4-analyze-explain-code-using-github-copilot.md)]

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/4-exercise-generate-project-documentation-using-github-copilot-chat.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/5-exercise-generate-code-documentation-using-github-copilot.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.generate-documentation-using-github-copilot-tools.generate-project-documentation-using-github-copilot
3+
title: Generate project documentation using GitHub Copilot
4+
metadata:
5+
title: Generate project documentation using GitHub Copilot
6+
description: "Generate project documentation using GitHub Copilot"
7+
ms.date: 05/29/2025
8+
author: wwlpublish
9+
ms.author: cahowd
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 6
14+
content: |
15+
[!include[](includes/5-generate-project-documentation-using-github-copilot.md)]

0 commit comments

Comments
 (0)