Skip to content

Commit a8f91c3

Browse files
authored
New Group and Access Policies Document and Initial Reorganization of Access Control Structure (#477)
* New Access Control and ReOrg * Enhance Access Control Documentation and Add New Resources - Updated `next.config.mjs` to include new redirects for access control documentation. - Added multiple images related to access control and endpoint detection and response. - Refactored links in various documentation files to point to the new access control structure. - Removed outdated documentation files and created new ones for managing access control and endpoint detection. - Introduced a new section for understanding posture checks and their implementation in access control. This commit aims to improve the organization and clarity of access control resources, aligning with the recent restructuring of documentation. * Remove outdated Intune MDM documentation and update links in access control resources. This commit enhances the organization of the documentation by eliminating obsolete files and ensuring all references to Microsoft Intune are correctly aligned with the new structure. * Fix typos in access control documentation for clarity and accuracy. Updated "Understnading" to "Understanding" and corrected "NerBird" to "NetBird" in relevant sections. * Fix typo in Access Control section * Fix formatting in posture checks documentation * Added a space in the Posture Checks reference for clarity.
1 parent 5cc53f4 commit a8f91c3

99 files changed

Lines changed: 586 additions & 145 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

next.config.mjs

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,43 @@ const nextConfig = {
103103
source: '/ipa/:path*',
104104
destination: '/api/:path*',
105105
permanent: true
106-
}
106+
},
107+
// documentation redirects for access control
108+
{
109+
source: '/how-to/manage-network-access',
110+
destination: '/manage/access-control/manage-network-access',
111+
permanent: true,
112+
},
113+
{
114+
source: '/how-to/manage-posture-checks',
115+
destination: '/manage/access-control/posture-checks',
116+
permanent: true,
117+
},
118+
{
119+
source: '/how-to/disabling-network-route-when-connecting-from-the-office',
120+
destination: '/manage/access-control/posture-checks/connecting-from-the-office',
121+
permanent: true,
122+
},
123+
{
124+
source: '/how-to/endpoint-detection-and-response',
125+
destination: '/manage/access-control/endpoint-detection-and-response',
126+
permanent: true,
127+
},
128+
{
129+
source: '/how-to/crowdstrike-edr',
130+
destination: '/manage/access-control/endpoint-detection-and-response/crowdstrike-edr',
131+
permanent: true,
132+
},
133+
{
134+
source: '/how-to/sentinelone-edr',
135+
destination: '/manage/access-control/endpoint-detection-and-response/sentinelone-edr',
136+
permanent: true,
137+
},
138+
{
139+
source: '/how-to/intune-mdm',
140+
destination: '/manage/access-control/endpoint-detection-and-response/intune-mdm',
141+
permanent: true,
142+
},
107143
]
108144
},
109145
rewrites: async () => {
150 KB
86.6 KB
88.2 KB
79.1 KB
35.9 KB
70.7 KB
102 KB
168 KB
206 KB

0 commit comments

Comments
 (0)