diff --git a/windows/security/docfx.json b/windows/security/docfx.json index 865550a23b..fa311601c0 100644 --- a/windows/security/docfx.json +++ b/windows/security/docfx.json @@ -71,12 +71,12 @@ "fileMetadata": { "author":{ "identity-protection/**/*.md": "paolomatarazzo", - "network-security/**/*.md": "paolomatarazzo", + "operating-system-security/network-security/**/*.md": "paolomatarazzo", "operating-system-security/network-security/windows-firewall/**/*.md": "ngangulyms" }, "ms.author":{ "identity-protection/**/*.md": "paoloma", - "network-security/**/*.md": "paoloma", + "operating-system-security/network-security/**/*.md": "paoloma", "operating-system-security/network-security/windows-firewall/*.md": "nganguly" }, "appliesto":{ diff --git a/windows/security/operating-system-security/network-security/toc.yml b/windows/security/operating-system-security/network-security/toc.yml index 8202cfb175..14b8d53413 100644 --- a/windows/security/operating-system-security/network-security/toc.yml +++ b/windows/security/operating-system-security/network-security/toc.yml @@ -1,40 +1,17 @@ items: -- name: Transport layer security (TLS) +- name: Transport layer security (TLS) 🔗 href: /windows-server/security/tls/tls-ssl-schannel-ssp-overview -- name: WiFi Security +- name: WiFi Security 🔗 href: https://support.microsoft.com/windows/faster-and-more-secure-wi-fi-in-windows-26177a28-38ed-1a8e-7eca-66f24dc63f09 - name: Windows Firewall 🔗 - href: /windows-firewall/windows-firewall-with-advanced-security.md + href: windows-firewall/windows-firewall-with-advanced-security.md - name: Virtual Private Network (VPN) - href: /vpn/vpn-guide.md - items: - - name: VPN connection types - href: /vpn/vpn-connection-type.md - - name: VPN routing decisions - href: /vpn/vpn-routing.md - - name: VPN authentication options - href: /vpn/vpn-authentication.md - - name: VPN and conditional access - href: /vpn/vpn-conditional-access.md - - name: VPN name resolution - href: /vpn/vpn-name-resolution.md - - name: VPN auto-triggered profile options - href: /vpn/vpn-auto-trigger-profile.md - - name: VPN security features - href: /vpn/vpn-security-features.md - - name: VPN profile options - href: /vpn/vpn-profile-options.md - - name: How to configure Diffie Hellman protocol over IKEv2 VPN connections - href: /vpn/how-to-configure-diffie-hellman-protocol-over-ikev2-vpn-connections.md - - name: How to use single sign-on (SSO) over VPN and Wi-Fi connections - href: /vpn/how-to-use-single-sign-on-sso-over-vpn-and-wi-fi-connections.md - - name: Optimizing Office 365 traffic with the Windows VPN client - href: /vpn/vpn-office-365-optimization.md -- name: Always On VPN + href: vpn/toc.yml +- name: Always On VPN 🔗 href: /windows-server/remote/remote-access/vpn/always-on-vpn/ -- name: Direct Access +- name: Direct Access 🔗 href: /windows-server/remote/remote-access/directaccess/directaccess -- name: Server Message Block (SMB) file service +- name: Server Message Block (SMB) file service 🔗 href: /windows-server/storage/file-server/file-server-smb-overview -- name: Server Message Block Direct (SMB Direct) +- name: Server Message Block Direct (SMB Direct) 🔗 href: /windows-server/storage/file-server/smb-direct \ No newline at end of file diff --git a/windows/security/operating-system-security/network-security/vpn/toc.yml b/windows/security/operating-system-security/network-security/vpn/toc.yml new file mode 100644 index 0000000000..fcfef116b1 --- /dev/null +++ b/windows/security/operating-system-security/network-security/vpn/toc.yml @@ -0,0 +1,26 @@ +items: +- name: Overview + href: vpn-guide.md + items: + - name: VPN connection types + href: vpn-connection-type.md + - name: VPN routing decisions + href: vpn-routing.md + - name: VPN authentication options + href: vpn-authentication.md + - name: VPN and conditional access + href: vpn-conditional-access.md + - name: VPN name resolution + href: vpn-name-resolution.md + - name: VPN auto-triggered profile options + href: vpn-auto-trigger-profile.md + - name: VPN security features + href: vpn-security-features.md + - name: VPN profile options + href: vpn-profile-options.md + - name: How to configure Diffie Hellman protocol over IKEv2 VPN connections + href: how-to-configure-diffie-hellman-protocol-over-ikev2-vpn-connections.md + - name: How to use single sign-on (SSO) over VPN and Wi-Fi connections + href: how-to-use-single-sign-on-sso-over-vpn-and-wi-fi-connections.md + - name: Optimizing Office 365 traffic with the Windows VPN client + href: vpn-office-365-optimization.md \ No newline at end of file