-
Notifications
You must be signed in to change notification settings - Fork 1.1k
.NET: Add metadata for onboarding samples to Learn browser #2919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds YAML frontmatter metadata to multiple sample README files to enable onboarding to the Microsoft Learn samples browser. The changes also include various spelling, grammar, and formatting improvements throughout the documentation.
Key Changes
- Added YAML metadata blocks (page_type, languages, products, name, urlFragment) to 9 sample README files
- Corrected spelling errors (e.g., "infererence" → "inference", "Asp.Net" → "ASP.NET")
- Fixed grammatical issues and improved punctuation consistency
- Updated the A2A protocol URL to the new domain
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| dotnet/samples/README.md | Fixed spelling errors: "infererence" to "inference" and improved grammar with "that" to "which" |
| dotnet/samples/M365Agent/README.md | Added YAML metadata, corrected "Asp.Net" to "ASP.NET", removed trailing spaces, fixed punctuation |
| dotnet/samples/HostedAgents/AgentsInWorkflows/README.md | Added YAML metadata, updated heading to match sample name, added missing closing code fence |
| dotnet/samples/HostedAgents/AgentWithTextSearchRag/README.md | Added YAML metadata, updated heading to match sample name |
| dotnet/samples/HostedAgents/AgentWithHostedMCP/README.md | Added YAML metadata, updated heading to match sample name |
| dotnet/samples/GettingStarted/README.md | Added YAML metadata |
| dotnet/samples/AzureFunctions/README.md | Added YAML metadata |
| dotnet/samples/AGUIWebChat/README.md | Added YAML metadata, corrected heading from "AGUI" to "AG-UI" for consistency |
| dotnet/samples/AGUIClientServer/README.md | Added YAML metadata, fixed various punctuation and grammar issues, removed trailing spaces |
| dotnet/samples/A2AClientServer/README.md | Added YAML metadata, updated A2A protocol URL, corrected "URL's" to "URLs", improved grammar and formatting |
Contributes to dotnet/docs#50534.
Metadata guidance is here for onboarding samples to Learn samples browser.