Skip to content

Commit 35af877

Browse files
committed
""urlaub""
1 parent ed7f57c commit 35af877

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed
28.4 KB
Loading

docs/linked-roles/role-managment.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,28 @@ required for every channel you want the role to be displayed in.
5353

5454
## Public roles {#public-roles}
5555

56-
## Delete Linked Roles {#delete-role}
56+
:::info
57+
After making a role public, you can't undo this decision. If you want to make a public role private again, you'll need
58+
to [delete the role](#delete-role).
59+
:::
60+
61+
By default, rules need to manually be [assigned to members](./user-managment). Enabling the "Public role" option, allows
62+
roles to be claimed by any user on your Discord and removes your ability to manually assign or remove the role. This
63+
might be helpful if you want a "Member"-role to be displayed next to users in chat.
64+
65+
After creating a role, you can manage it
66+
in your [Linked Roles dashboard](https://scnx.app/glink?page=linked-roles/roles), where you can enable the "Public role"
67+
option for your role. Once you've enabled the "Public role" option, all users can [claim the role](./claim-roles) on
68+
your Discord without any
69+
additional checks. While you can manually [remove users](./user-managment#delete-user) in the dashboard, they will be
70+
able to re-claim the role again since the role is public.
71+
72+
![This screenshot shows where the \"Public role\" role can be found](@site/docs/assets/linked-roles/role-managment/public-role.png)
73+
74+
## Delete Linked Roles {#delete-role}
75+
76+
Deleting a Linked Role will also remove the Linked Role from all users on your Discord, but won't delete the Discord
77+
role you've created. This action can't be undone.
78+
79+
To delete a role, open your [Linked Roles dashboard](https://scnx.app/glink?page=linked-roles/roles), select your role
80+
and click on "Delete role". The role will now be deleted.

docs/linked-roles/user-managment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ Your admins can also manage Linked Roles of users! Add them as a [Trusted Admin]
66

77
## Add Linked Role {#add-role}
88

9-
## Remove Linked-Role {#remove-role}
9+
## Remove Linked-Role {#remove-role}
10+
11+
## Delete user {#delete-user}

src/css/custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ a.card:hover {
104104
}
105105

106106
.theme-doc-markdown img {
107-
padding: 2px;
107+
padding: 4px;
108108
border-radius: 15px;
109109
background-color: #0d1524;
110+
box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
110111
}
111112

112113
.DocSearch-Logo a {

0 commit comments

Comments
 (0)