Final Doc Restructure (#497)

This commit is contained in:
Brandon Hopkins
2025-11-27 09:50:03 -08:00
committed by GitHub
parent 846cae1fb0
commit e45bb7ce11
372 changed files with 353 additions and 536 deletions

View File

@@ -83,13 +83,13 @@ Starting version `0.48` NetBird supports port ranges in policies, allowing you t
Make sure to set traffic direction only when TCP or UDP protocols are selected. Finally, provide a name and description for your policy.
<p>
<img src="/docs-static/img/overview/create-rule.png" alt="high-level-dia" className="imagewrapper"/>
<img src="/docs-static/img/manage/access-control/create-rule.png" alt="high-level-dia" className="imagewrapper"/>
</p>
If necessary, you can also add a [posture checks](/manage/access-control/posture-checks) to the policy. Posture checks are used to ensure that the peer meets certain security requirements before allowing it to connect. You can select from predefined posture checks or create custom ones.
Once you have finished configuring the policy, click `Add Policy` to save it. You will then see your new policy in the table.
<p>
<img src="/docs-static/img/overview/new-rule-list.png" alt="high-level-dia" className="imagewrapper-big"/>
<img src="/docs-static/img/manage/access-control/new-rule-list.png" alt="high-level-dia" className="imagewrapper-big"/>
</p>
<Note>
@@ -105,7 +105,7 @@ If you create a new group when defining a policy, you will need to add a peer to
You can assign a peer to a group by accessing the `Peers` section. Then, choose the specific peer you want to assign to a group. Click on the `Assigned Groups` select box and select the group(s) you wish to assign to this peer.
<p>
<img src="/docs-static/img/overview/associate-peer-groups.png" alt="high-level-dia" className="imagewrapper-big"/>
<img src="/docs-static/img/manage/access-control/associate-peer-groups.png" alt="high-level-dia" className="imagewrapper-big"/>
</p>
<Note>
@@ -119,14 +119,14 @@ To update a policy, just click on its name and customize it according to your re
### Disabling Policies
To disable a policy, use the switch in the `Active` column of the table.
<p>
<img src="/docs-static/img/overview/disable-rule.png" alt="high-level-dia" className="imagewrapper"/>
<img src="/docs-static/img/manage/access-control/disable-rule.png" alt="high-level-dia" className="imagewrapper"/>
</p>
### Deleting Policies
To delete a policy, click on `Delete` in the table, and confirm the message that appears.
<p>
<img src="/docs-static/img/overview/delete-rule-menu.png" alt="high-level-dia" className="imagewrapper"/>
<img src="/docs-static/img/manage/access-control/delete-rule-menu.png" alt="high-level-dia" className="imagewrapper"/>
</p>
## Managing Groups
@@ -141,7 +141,7 @@ When you see a group input field anywhere in the dashboard (e.g. such as when cr
2. Press 'Enter' to create the new group
<p>
<img src="/docs-static/img/groups/create-group-input.png" alt="Create group inline" className="imagewrapper"/>
<img src="/docs-static/img/manage/access-control/groups/create-group-input.png" alt="Create group inline" className="imagewrapper"/>
</p>
**From Groups Page**<br/>
@@ -150,7 +150,7 @@ When you see a group input field anywhere in the dashboard (e.g. such as when cr
3. Provide a name for your new group
<p>
<img src="/docs-static/img/groups/create-group.png" alt="Create group from groups page" className="imagewrapper"/>
<img src="/docs-static/img/manage/access-control/groups/create-group.png" alt="Create group from groups page" className="imagewrapper"/>
</p>
### Viewing Groups
@@ -162,7 +162,7 @@ Navigate to `Access Control` > `Groups` to view all groups in your organization.
- Usage status (used/unused groups)
<p>
<img src="/docs-static/img/groups/view-groups.png" alt="Groups overview page" className=""/>
<img src="/docs-static/img/manage/access-control/groups/view-groups.png" alt="Groups overview page" className=""/>
</p>
**Group Details**<br/>
@@ -177,7 +177,7 @@ Navigate to `Access Control` > `Groups` and then click on any group name to view
- **Setup Keys**: See setup keys with this group as an auto-assigned group
<p>
<img src="/docs-static/img/groups/view-group-detail.png" alt="Group details page" className=""/>
<img src="/docs-static/img/manage/access-control/groups/view-group-detail.png" alt="Group details page" className=""/>
</p>
### Renaming Groups
@@ -192,7 +192,7 @@ Groups synchronized from Identity Providers (Google Workspace, Entra ID, etc.) c
</Note>
<p>
<img src="/docs-static/img/groups/rename-group.png" alt="Rename group" className=""/>
<img src="/docs-static/img/manage/access-control/groups/rename-group.png" alt="Rename group" className=""/>
</p>
### Deleting Groups
@@ -211,5 +211,5 @@ Groups with active dependencies cannot be deleted. First remove all dependencies
</Note>
<p>
<img src="/docs-static/img/groups/delete-group.png" alt="Delete group" className=""/>
<img src="/docs-static/img/manage/access-control/groups/delete-group.png" alt="Delete group" className=""/>
</p>