mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-18 07:35:02 +00:00
Config schema and docs text changes. Fix clickable tab area in dashboard/docs.
This commit is contained in:
parent
def46941c9
commit
3a876fe1f0
5 changed files with 35 additions and 8 deletions
|
@ -353,7 +353,7 @@ export class AutomodPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
public static pluginInfo: PluginInfo = {
|
||||
prettyName: "Automod",
|
||||
description: trimPluginDescription(`
|
||||
This plugin allows you to specify automated actions in response to triggers. Example use cases include word filtering and spam prevention.
|
||||
Allows specifying automated actions in response to triggers. Example use cases include word filtering and spam prevention.
|
||||
`),
|
||||
configurationGuide: trimPluginDescription(`
|
||||
The automod plugin is very customizable. For a full list of available triggers, actions, and their options, see Config schema at the bottom of this page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue