Skip to content

Commit c28d5c8

Browse files
Merge pull request #54335 from ChrisHowd/April-2026-Update-Generate-Docs-GH-Copilot
Content refresh
2 parents 9369c95 + 6de2347 commit c28d5c8

18 files changed

Lines changed: 36 additions & 37 deletions

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: 03/03/2026
7+
ms.date: 04/16/2026
88
author: chrishowd
99
ms.author: cahowd
1010
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Review GitHub Copilot's "explain" and "document" features
44
metadata:
55
title: Review GitHub Copilot's "explain" and "document" features
66
description: "Review GitHub Copilot's explain and document features"
7-
ms.date: 03/03/2026
7+
ms.date: 04/16/2026
88
author: chrishowd
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/3-examine-github-copilot-prompts-keywords.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Examine GitHub Copilot prompts and keywords
44
metadata:
55
title: Examine GitHub Copilot prompts and keywords
66
description: "Examine GitHub Copilot prompts and keywords"
7-
ms.date: 03/03/2026
7+
ms.date: 04/16/2026
88
author: chrishowd
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/4-analyze-explain-code-using-github-copilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Analyze and explain code using GitHub Copilot
44
metadata:
55
title: Analyze and explain code using GitHub Copilot
66
description: "Analyze and explain code using GitHub Copilot"
7-
ms.date: 03/03/2026
7+
ms.date: 04/16/2026
88
author: chrishowd
99
ms.author: cahowd
1010
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Generate project documentation using GitHub Copilot
44
metadata:
55
title: Generate project documentation using GitHub Copilot
66
description: "Generate project documentation using GitHub Copilot"
7-
ms.date: 03/03/2026
7+
ms.date: 04/16/2026
88
author: chrishowd
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/6-generate-inline-code-documentation-using-github-copilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Generate inline code documentation using GitHub Copilot
44
metadata:
55
title: Generate inline code documentation using GitHub Copilot
66
description: "Generate inline code documentation using GitHub Copilot"
7-
ms.date: 03/03/2026
7+
ms.date: 04/16/2026
88
author: chrishowd
99
ms.author: cahowd
1010
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Analyze and document code using GitHub Copilot
44
metadata:
55
title: Exercise - Analyze and document code using GitHub Copilot
66
description: "Exercise - Analyze and document code using GitHub Copilot."
7-
ms.date: 03/03/2026
7+
ms.date: 04/16/2026
88
author: chrishowd
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/8-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
hidden_question_numbers: ["A1A8B431_10","A1A8B431_30","A1A8B431_6","A1A8B431_51","A1A8B431_55","A1A8B431_63","A1A8B431_67","A1A8B431_79","A1A8B431_104","A1A8B431_108","A1A8B431_112","A1A8B431_128","A1A8B431_88"]
66
title: Module assessment
77
description: "Knowledge check"
8-
ms.date: 03/03/2026
8+
ms.date: 04/16/2026
99
author: chrishowd
1010
ms.author: cahowd
1111
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/9-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 03/03/2026
7+
ms.date: 04/16/2026
88
author: chrishowd
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/generate-documentation-using-github-copilot-tools/includes/3-examine-github-copilot-prompts-keywords.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Examples using chat participant and variables combined with slash commands:
7272
- `#codebase /explain`: Generate an explanation of the full workspace.
7373
- `#codebase /fix` (or `/fix`): Propose a fix for the problems in the selected code.
7474
- `#codebase /tests` (or `/tests`): Generate unit tests for the selected code.
75-
- `@vscode /api` (or `/api`): Ask about Visual Studio Code extension development.
75+
- `@vscode`: Ask questions about VS Code features, settings, and extension APIs. For example: `@vscode how to enable word wrapping?`
7676
- `#codebase /new` (or `/new`): Scaffold code for a new workspace.
7777
- `#codebase /newNotebook` (or `/newNotebook`): Create a new Jupyter Notebook.
7878

0 commit comments

Comments
 (0)