Skip to content

Commit 79c65ed

Browse files
committed
all: unify page descriptions to use frontmatter
Unify all page descriptions to use the TOML frontmatter instead of the magic `<!--more-->` comment, allowing for funny tidbits that are hidden on the page. Signed-off-by: Luca Zeuch <[email protected]>
1 parent 75fcb0f commit 79c65ed

38 files changed

+63
-63
lines changed

content/docs/core/all-commands.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
+++
2-
title = 'All Commands'
2+
title = "All Commands"
33
weight = 240
4+
description = "List of all available commands offered by YAGPDB and their syntax."
45
+++
56

67
List of all available commands offered by YAGPDB and their syntax.
78

8-
<!--more-->
9-
109
## Legend
1110

1211
`<required arg>` `[optional arg]`

content/docs/core/command-settings.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
+++
2-
title = 'Command Settings'
2+
title = "Command Settings"
33
weight = 230
4+
description = "Configure command overrides to restrict access to YAGPDB commands and optional autodelete intervals."
45
+++
56

6-
Fine-grained control over all of YAGPDB's inbuilt commands.
7-
8-
<!--more-->
7+
Fine-grained control over all of YAGPDB's inbuild commands.
98

109
## Overview
1110

content/docs/core/control-panel-access.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
+++
2-
title = 'Control Panel Access'
2+
title = "Control Panel Access"
33
weight = 210
4+
description = "Select who can view or edit your control panel."
45
+++
56

6-
Select who can view or edit your control panel.
7-
8-
<!--more-->
9-
107
This page is relatively simple, yet very powerful. An overview of the settings follows.
118

129
![Overview of the control panel access configuration page.](control_panel_access.png)

content/docs/core/control-panel-logs.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
+++
2-
title = 'Control Panel Logs'
2+
title = "Control Panel Logs"
33
weight = 220
4+
description = "View a list of recent changes to your YAGPDB configuration."
45
+++
56

6-
View a list of recent changes to your YAGPDB configuration.
7-
8-
<!--more-->
9-
107
This page is the analogue of the audit log built in to Discord for YAGPDB settings and summarizes recent edits on the
118
control panel, listing the time, action, and responsible user for each. It is useful to audit who may be responsible if
129
things go haywire, but other than that this page is unlikely to be of use.

content/docs/custom-commands/commands.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
+++
2-
title = 'Commands'
2+
title = "Commands"
33
weight = 310
4+
description = "Custom command settings and editor."
45
+++
56

67
The commands page displays all custom commands and allows you to add, delete, or edit custom commands and custom command
78
groups.
89

9-
<!--more-->
10-
1110
![Overview of the Commands page.](command_overview.png)
1211

1312
<center>

content/docs/custom-commands/database.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
+++
2-
title = 'Database'
2+
title = "Database"
33
weight = 320
4+
description = "See what's in your custom command database."
45
+++
56

67
The Custom Command Database is used for persistent storage between custom command executions. The database page displays
78
all database entries created by custom commands, allowing you to view details on or delete individual entries.
89

9-
<!--more-->
10-
1110
![Overview of the Database page.](overview_database.png)
1211

1312
<center>

content/docs/fun/reputation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
+++
2-
title = 'Reputation'
2+
title = "Reputation"
33
weight = 810
4+
description = "Track and manage reputation points for users."
45
+++
56

67
The reputation system tracks each user's reputation score, and allows users to add or remove reputation points from
78
other users.
89

9-
<!--more-->
10-
1110
## Setup
1211

1312
![Overview of the Reputation System](overview_reputation.png)

content/docs/fun/soundboard.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
+++
2-
title = 'Soundboard'
2+
title = "Soundboard"
33
weight = 820
4+
description = "Play sounds in voice channels with the soundboard system."
45
+++
56

67
The soundboard system allows the bot to join a voice channel, and play sounds triggered by soundboard commands.
78

8-
<!--more-->
9-
109
## Uploading New Sounds
1110

1211
### Name

content/docs/moderation/basic-automoderator.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
+++
2-
title = 'Basic Automoderator'
2+
title = "Basic Automoderator"
33
weight = 420
4+
description = "A very basic automoderator to get things done quickly."
45
+++
56

6-
A very basic automoderator to get things done quickly.
7-
8-
<!--more-->
9-
107
## Intro
118

129
Basic Automoderator lets you quickly set up _basic_ automoderation, without much fuss. For that reason, its

content/docs/moderation/logging.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
2-
title = 'Logging'
2+
title = "Logging"
33
weight = 440
4+
description = "On-demand message logging."
45
+++
56

67
Capture a moment in time with message logging of the last messages in a channel when the log is created, including a

0 commit comments

Comments
 (0)