From badb401fe62f93362a48132b42d343050eb7013c Mon Sep 17 00:00:00 2001 From: tiaraquan Date: Thu, 15 Aug 2024 11:25:42 -0700 Subject: [PATCH] Reorganizing prep --- .openpublishing.redirection.windows-deployment.json | 5 +++++ windows/deployment/windows-autopatch/TOC.yml | 5 ++--- .../windows-autopatch-groups-manage-autopatch-groups.md | 0 3 files changed, 7 insertions(+), 3 deletions(-) rename windows/deployment/windows-autopatch/{deploy => manage}/windows-autopatch-groups-manage-autopatch-groups.md (100%) diff --git a/.openpublishing.redirection.windows-deployment.json b/.openpublishing.redirection.windows-deployment.json index 76f5946caf..d8157714f0 100644 --- a/.openpublishing.redirection.windows-deployment.json +++ b/.openpublishing.redirection.windows-deployment.json @@ -1369,6 +1369,11 @@ "source_path": "windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-signals.md", "redirect_url": "/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-overview", "redirect_document_id": true + }, + { + "source_path": "windows/deployment/windows-autopatch/deploy/windows-autopatch-manage-autopatch-groups.md", + "redirect_url": "/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-autopatch-groups", + "redirect_document_id": true } ] } diff --git a/windows/deployment/windows-autopatch/TOC.yml b/windows/deployment/windows-autopatch/TOC.yml index f4de9aac02..bc3107c229 100644 --- a/windows/deployment/windows-autopatch/TOC.yml +++ b/windows/deployment/windows-autopatch/TOC.yml @@ -42,14 +42,13 @@ href: deploy/windows-autopatch-register-devices.md - name: Windows Autopatch groups overview href: deploy/windows-autopatch-groups-overview.md - items: - - name: Manage Windows Autopatch groups - href: deploy/windows-autopatch-groups-manage-autopatch-groups.md - name: Post-device registration readiness checks href: deploy/windows-autopatch-post-reg-readiness-checks.md - name: Manage href: items: + - name: Manage Windows Autopatch groups + href: manage/windows-autopatch-groups-manage-autopatch-groups.md - name: Customize Windows Update settings href: manage/windows-autopatch-customize-windows-update-settings.md - name: Windows feature updates diff --git a/windows/deployment/windows-autopatch/deploy/windows-autopatch-groups-manage-autopatch-groups.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-groups-manage-autopatch-groups.md similarity index 100% rename from windows/deployment/windows-autopatch/deploy/windows-autopatch-groups-manage-autopatch-groups.md rename to windows/deployment/windows-autopatch/manage/windows-autopatch-groups-manage-autopatch-groups.md