From 3b8efedb83df8e8daa2aee607fabf6fbc30006e1 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Thu, 14 Nov 2024 13:14:25 -0800 Subject: [PATCH 1/5] Add no index no follow to docfx.json --- docs/docfx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docfx.json b/docs/docfx.json index 0979d21f8..8b85f4f17 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -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 }, From 21a2029f35c0116df7efb9452c68197fd79b10f9 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Thu, 14 Nov 2024 13:22:03 -0800 Subject: [PATCH 2/5] Add archive note and new link --- docs/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 21f51d905..399c31c55 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 is moving to an archived state. 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. From dbb5272f779e70fc85d43efa521512326ed39486 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Thu, 14 Nov 2024 13:29:13 -0800 Subject: [PATCH 3/5] Update docfx.json --- docs/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docfx.json b/docs/docfx.json index 8b85f4f17..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", From bd695b32136d7df6fafd587a0c6de2a02e10c2c7 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Thu, 14 Nov 2024 14:15:33 -0800 Subject: [PATCH 4/5] feedback update --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 399c31c55..19c981bd5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ description: The Windows Community Toolkit is a collection of helper functions, # Windows Community Toolkit Documentation > [!IMPORTANT] -> This Windows Community Toolkit is moving to an archived state. See the updated [Windows Community Toolkit documentation](/dotnet/communitytoolkit/windows/) in the .NET guidance. +> This Windows Community Toolkit documentation is moving to an archived state. 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. From fdcf8a1a5e0808aefcf5cf232a02d0f53d6bf50f Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Thu, 14 Nov 2024 15:02:18 -0800 Subject: [PATCH 5/5] Update docs/index.md Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com> --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 19c981bd5..92027d8c6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ description: The Windows Community Toolkit is a collection of helper functions, # Windows Community Toolkit Documentation > [!IMPORTANT] -> This Windows Community Toolkit documentation is moving to an archived state. See the updated [Windows Community Toolkit documentation](/dotnet/communitytoolkit/windows/) in the .NET guidance. +> 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.