mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-23 17:45:12 +00:00
add microsoft-docs plugin (#1130)
* add microsoft-docs plugin * Update .github/plugin/marketplace.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update plugins/external.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix keywords alignment --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -105,5 +105,22 @@
|
||||
"repo": "dotnet/modernize-dotnet",
|
||||
"path": "plugins/modernize-dotnet"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "microsoft-docs",
|
||||
"description": "Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"url": "https://www.microsoft.com"
|
||||
},
|
||||
"homepage": "https://learn.microsoft.com",
|
||||
"keywords": ["microsoft", "azure", "dotnet", "windows", "api", "documentation", "rag", "dynamics", "powerbi", "code-samples"],
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/MicrosoftDocs/mcp",
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "MicrosoftDocs/mcp"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user