diff --git a/docs/docfx.json b/docs/docfx.json index 0979d21f8..5b0cad4ee 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -38,7 +38,7 @@ "searchScope": [ "windows-toolkit" ], - "feedback_system": "GitHub", + "feedback_system": "None", "feedback_github_repo": "MicrosoftDocs/WindowsCommunityToolkitDocs", "feedback_product_url": "https://github.com/windows-toolkit/WindowsCommunityToolkit/issues", "uhfHeaderId": "MSDocsHeader-Windows", @@ -48,6 +48,7 @@ "author": "michael-hawker", "ms.author": "mhawker", "ms.date": "09/23/2021", + "ROBOTS": "NOINDEX, NOFOLLOW", "breadcrumb_path": "/windows/communitytoolkit/breadcrumb/toc.json", "extendBreadcrumb": true }, diff --git a/docs/index.md b/docs/index.md index 21f51d905..92027d8c6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,12 +3,13 @@ title: Windows Community Toolkit Documentation author: nmetulev ms.topic: overview description: The Windows Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10. -keywords: windows 10, uwp, windows community toolkit, uwp community toolkit, uwp toolkit -ms.custom: RS5 --- # Windows Community Toolkit Documentation +> [!IMPORTANT] +> This Windows Community Toolkit documentation has moved! See the updated [Windows Community Toolkit documentation](/dotnet/communitytoolkit/windows/) in the .NET guidance. + The Windows Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10. The toolkit can be used to build apps for any Windows 10 device, including PC, Mobile, Xbox, IoT and HoloLens. You can also use the toolkit with an existing desktop app converted to UWP using the Desktop Bridge.