Skip to content
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

1/22 Publish for metadata update #707

Merged
merged 10 commits into from
Mar 5, 2024
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to the Windows Community Toolkit Documentation

Please visit the [contribution guidelines](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/contributing.md) for the Windows Community Toolkit.
Please visit the [contribution guidelines](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Contributing.md) for the Windows Community Toolkit.

Documentation is **required** when adding, removing, or updating a control or an API in the Windows Community Toolkit. To update the documentation, you must submit a separate Pull Request in this repository as well (use the *master* branch for typos/improvements and *dev* for new features).

Expand Down
3 changes: 1 addition & 2 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"ms.technology": "windows-community-toolkit",
"ms.service": "dotnet-communitytoolkit",
"titleSuffix": "Windows Community Toolkit",
"searchScope": [
"windows-toolkit"
Expand All @@ -43,7 +43,6 @@
"feedback_product_url": "https://github.com/windows-toolkit/WindowsCommunityToolkit/issues",
"uhfHeaderId": "MSDocsHeader-UWP-Community",
"ms.topic": "article",
"ms.prod": "dotnet-communitytoolkit",
"products": ["https://authoring-docs-microsoft.poolparty.biz/devrel/bcbcbad5-4208-4783-8035-8481272c98b8"],
"keywords": "windows uwp community toolkit",
"author": "michael-hawker",
Expand Down
3 changes: 1 addition & 2 deletions dotnet/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,12 @@
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
"externalReference": [],
"globalMetadata": {
"ms.service": "dotnet-communitytoolkit",
"breadcrumb_path": "~/breadcrumb/toc.yml",
"extendBreadcrumb": true,
"apiPlatform": "dotnet",
"ms.topic": "managed-reference",
"ms.prod": "dotnet-communitytoolkit",
"products": ["https://authoring-docs-microsoft.poolparty.biz/devrel/bcbcbad5-4208-4783-8035-8481272c98b8"],
"ms.technology": "windows-community-toolkit",
"ms.author": "nikolame",
"author": "dotnet-bot"
},
Expand Down
Loading