Skip to content

Commit 325cada

Browse files
committed
docs: document bulk role
Document the newly introduced bulk role feature. A secondary change introduced a new "Roles" section on the control panel. Adjust the weights accordingly to reflect this new layout in preparation of documenting bulk role. Moreover, due to the links changing, layouts/home needs adjusting, too. Signed-off-by: Luca Zeuch <[email protected]>
1 parent e2878ed commit 325cada

30 files changed

+80
-16
lines changed

content/docs/fun/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Fun"
3-
weight = 800
3+
weight = 900
44
[sidebar]
55
collapsed = true
66
+++

content/docs/fun/reputation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Reputation"
3-
weight = 810
3+
weight = 910
44
description = "Track and manage reputation points for users."
55
+++
66

content/docs/fun/soundboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Soundboard"
3-
weight = 820
3+
weight = 920
44
description = "Play sounds in voice channels with the soundboard system."
55
+++
66

content/docs/reference/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
+++
22
title = "Reference"
3-
weight = 900
3+
weight = 1000
44
+++

content/docs/reference/custom-command-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Custom Commands Examples"
3-
weight = 920
3+
weight = 1020
44
description = "Copy-and-paste code, \"for education purposes only\"."
55
+++
66

content/docs/reference/custom-commands-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Custom Commands Limits"
3-
weight = 930
3+
weight = 1030
44
description = "Limits? I'm at my limit!"
55
+++
66

content/docs/reference/custom-embeds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Custom Embeds"
3-
weight = 940
3+
weight = 1040
44
description = "Be fancy, use embeds!"
55
+++
66

content/docs/reference/custom-interactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Custom Interactions"
3-
weight = 950
3+
weight = 1050
44
description = "Even better than embeds!"
55
+++
66

content/docs/reference/how-to-get-ids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "How to Get IDs"
3-
weight = 960
3+
weight = 1060
44
description = "Snowflake? ID? I don't know, but this page does!"
55
+++
66

content/docs/reference/regex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Using RegEx"
3-
weight = 970
3+
weight = 1070
44
description = "s/regex/dark voodoo/i"
55
+++
66

0 commit comments

Comments
 (0)