From 955657d3935f9309dc38c57892e0127083312a9b Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:37:12 -0400 Subject: [PATCH 1/6] test contextual TOC --- windows/hub/breadcrumb/toc.yml | 3 +++ windows/security/TOC.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/windows/hub/breadcrumb/toc.yml b/windows/hub/breadcrumb/toc.yml index 4b7d13efad..9c879979a8 100644 --- a/windows/hub/breadcrumb/toc.yml +++ b/windows/hub/breadcrumb/toc.yml @@ -55,3 +55,6 @@ items: - name: Windows Defender Firewall tocHref: /windows/security/threat-protection/windows-firewall/ topicHref: /windows/security/threat-protection/windows-firewall/windows-firewall-with-advanced-security + - name: User security + tocHref: /windows/security/identity/ + topicHref: /windows/security/identity diff --git a/windows/security/TOC.yml b/windows/security/TOC.yml index 3c1cbaf40d..94380c945d 100644 --- a/windows/security/TOC.yml +++ b/windows/security/TOC.yml @@ -316,6 +316,8 @@ href: identity-protection/credential-guard/credential-guard-known-issues.md - name: Protect Remote Desktop credentials with Remote Credential Guard href: identity-protection/remote-credential-guard.md + - name: Configuring LSA Protection + href: /windows-server/security/credentials-protection-and-management/configuring-additional-lsa-protection - name: Technical support policy for lost or forgotten passwords href: identity-protection/password-support-policy.md - name: Access Control Overview From f2db77be543f1ffbda3ba6d45fe9ad7d50d7d60d Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Tue, 26 Jul 2022 12:09:01 -0400 Subject: [PATCH 2/6] fix breadcrumb --- windows/hub/breadcrumb/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/hub/breadcrumb/toc.yml b/windows/hub/breadcrumb/toc.yml index 9c879979a8..de6b8cb43c 100644 --- a/windows/hub/breadcrumb/toc.yml +++ b/windows/hub/breadcrumb/toc.yml @@ -56,5 +56,5 @@ items: tocHref: /windows/security/threat-protection/windows-firewall/ topicHref: /windows/security/threat-protection/windows-firewall/windows-firewall-with-advanced-security - name: User security - tocHref: /windows/security/identity/ + tocHref: /windows-server/security/credentials-protection-and-management/ topicHref: /windows/security/identity From 9df62cd3ee5bcf28e941e6236ef956aa63ce6f08 Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Tue, 26 Jul 2022 12:15:56 -0400 Subject: [PATCH 3/6] test --- windows/hub/breadcrumb/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/hub/breadcrumb/toc.yml b/windows/hub/breadcrumb/toc.yml index de6b8cb43c..59b0182af8 100644 --- a/windows/hub/breadcrumb/toc.yml +++ b/windows/hub/breadcrumb/toc.yml @@ -56,5 +56,5 @@ items: tocHref: /windows/security/threat-protection/windows-firewall/ topicHref: /windows/security/threat-protection/windows-firewall/windows-firewall-with-advanced-security - name: User security - tocHref: /windows-server/security/credentials-protection-and-management/ + tocHref: /windows/client-management/mdm/ topicHref: /windows/security/identity From 8dad8bf157af112f2b68fb03a0f9c464e8f8f79e Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Tue, 26 Jul 2022 12:31:46 -0400 Subject: [PATCH 4/6] create separate breadcrumb for security --- windows/hub/breadcrumb/toc.yml | 5 +---- windows/security/breadcrumb/toc.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 windows/security/breadcrumb/toc.yml diff --git a/windows/hub/breadcrumb/toc.yml b/windows/hub/breadcrumb/toc.yml index 59b0182af8..8b8af8d182 100644 --- a/windows/hub/breadcrumb/toc.yml +++ b/windows/hub/breadcrumb/toc.yml @@ -54,7 +54,4 @@ items: topicHref: /windows/security/threat-protection/windows-defender-application-control/ - name: Windows Defender Firewall tocHref: /windows/security/threat-protection/windows-firewall/ - topicHref: /windows/security/threat-protection/windows-firewall/windows-firewall-with-advanced-security - - name: User security - tocHref: /windows/client-management/mdm/ - topicHref: /windows/security/identity + topicHref: /windows/security/threat-protection/windows-firewall/windows-firewall-with-advanced-security diff --git a/windows/security/breadcrumb/toc.yml b/windows/security/breadcrumb/toc.yml new file mode 100644 index 0000000000..10d7c57cd9 --- /dev/null +++ b/windows/security/breadcrumb/toc.yml @@ -0,0 +1,12 @@ +items: + - name: Docs + tocHref: / + topicHref: / + items: + - name: Windows + tocHref: /windows/ + topicHref: /windows/resources/ + items: + - name: User security + tocHref: /windows/client-management/mdm/ + topicHref: /windows/security/identity From c1c22551fdf382c03614d94d82b165b95a95e465 Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:07:55 -0400 Subject: [PATCH 5/6] test --- windows/security/breadcrumb/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/breadcrumb/toc.yml b/windows/security/breadcrumb/toc.yml index 10d7c57cd9..8b90e519e4 100644 --- a/windows/security/breadcrumb/toc.yml +++ b/windows/security/breadcrumb/toc.yml @@ -7,6 +7,6 @@ items: tocHref: /windows/ topicHref: /windows/resources/ items: - - name: User security + - name: User security2 tocHref: /windows/client-management/mdm/ topicHref: /windows/security/identity From 1ea0374fefbb982192b6ff4b353b047c3231bd58 Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:49:41 -0400 Subject: [PATCH 6/6] final changes --- windows/security/TOC.yml | 2 +- windows/security/breadcrumb/toc.yml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/windows/security/TOC.yml b/windows/security/TOC.yml index 94380c945d..aa38fc4f08 100644 --- a/windows/security/TOC.yml +++ b/windows/security/TOC.yml @@ -317,7 +317,7 @@ - name: Protect Remote Desktop credentials with Remote Credential Guard href: identity-protection/remote-credential-guard.md - name: Configuring LSA Protection - href: /windows-server/security/credentials-protection-and-management/configuring-additional-lsa-protection + href: /windows-server/security/credentials-protection-and-management/configuring-additional-lsa-protection?toc=/windows/security/toc.json&bc=/windows/security/breadcrumb/toc.json - name: Technical support policy for lost or forgotten passwords href: identity-protection/password-support-policy.md - name: Access Control Overview diff --git a/windows/security/breadcrumb/toc.yml b/windows/security/breadcrumb/toc.yml index 8b90e519e4..c7cf229b3f 100644 --- a/windows/security/breadcrumb/toc.yml +++ b/windows/security/breadcrumb/toc.yml @@ -1,12 +1,12 @@ items: - - name: Docs - tocHref: / - topicHref: / - items: - - name: Windows - tocHref: /windows/ - topicHref: /windows/resources/ - items: - - name: User security2 - tocHref: /windows/client-management/mdm/ - topicHref: /windows/security/identity +- name: Docs + tocHref: / + topicHref: / + items: + - name: Windows + tocHref: /windows/ + topicHref: /windows/resources/ + items: + - name: User security + tocHref: /windows-server/security/credentials-protection-and-management/ + topicHref: /windows/security/identity