Skip to content

Commit bf27827

Browse files
committed
Fix notes formatting
This improves formatting of notes on searching users, by making them appear in notes blocks.
1 parent 234fb54 commit bf27827

File tree

3 files changed

+27
-16
lines changed

3 files changed

+27
-16
lines changed

docs/how-to-guides/new-user-guides/add-users-to-projects.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@ Following project creation, you can add users as project members so that they ca
2929
1. Click **Cluster > Projects/Namespaces**.
3030
1. Go to the project where you want to add members. Next to the **Create Namespace** button above the project name, click ****. Select **Edit Config**.
3131
1. In the **Members** tab, click **Add**.
32-
1. Search for the user or group that you want to add to the project. Note that:
33-
* At least 2 characters must be typed in the search box for results to appear
34-
* Users can be searched based on their username or display name
35-
* Search is prefix-based (eg. a user named `Stan Dard` will appear when searching for `Sta`, but not when searching
36-
for `Dar`) and case-sensitive
32+
1. Search for the user or group that you want to add to the project.
33+
34+
:::note Notes:
35+
36+
- At least 2 characters must be typed in the search box for results to appear
37+
- Users can be searched based on their username or display name
38+
- Search is prefix-based (eg. a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive
39+
40+
:::
3741

3842
If external authentication is configured:
3943

docs/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@ Cluster administrators can edit the membership for a cluster, controlling which
3131
1. Click **☰ > Cluster Management**.
3232
1. Go to the cluster you want to add members to and click **⋮ > Edit Config**.
3333
1. In the **Member Roles** tab, click **Add Member**.
34-
1. Search for the user or group that you want to add to the cluster. Note that:
35-
* At least 2 characters must be typed in the search box for results to appear
36-
* Users can be searched based on their username or display name
37-
* Search is prefix-based (eg. a user named `Stan Dard` will appear when searching for `Sta`, but not when searching
38-
for `Dar`) and case-sensitive
34+
1. Search for the user or group that you want to add to the cluster.
35+
36+
:::note Notes:
37+
38+
- At least 2 characters must be typed in the search box for results to appear
39+
- Users can be searched based on their username or display name
40+
- Search is prefix-based (eg. a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive
41+
42+
:::
3943

4044
If external authentication is configured:
4145

docs/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,15 @@ By default, your user is added as the project `Owner`.
168168
To add members:
169169

170170
1. In the **Members** tab, click **Add**.
171-
1. From the **Select Member** field, search for a user or group that you want to assign project access. Keep in mind that:
172-
* You can only search for groups if external authentication is enabled
173-
* At least 2 characters must be typed in the search box for results to appear
174-
* Users can be searched based on their username or display name
175-
* Search is prefix-based (eg. a user named `Stan Dard` will appear when searching for `Sta`, but not when searching
176-
for `Dar`) and case-sensitive
171+
1. From the **Select Member** field, search for a user or group that you want to assign project access. You can only search for groups if external authentication is enabled.
172+
173+
:::note Notes:
174+
175+
- At least 2 characters must be typed in the search box for results to appear
176+
- Users can be searched based on their username or display name
177+
- Search is prefix-based (eg. a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive
178+
179+
:::
177180
1. In the **Project Permissions** section, choose a role. For more information, refer to the [documentation on project roles.](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)
178181

179182
### 4. Optional: Add Resource Quotas

0 commit comments

Comments
 (0)