mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-07 19:17:19 +00:00
chore: reorganize plugin docs
This commit is contained in:
parent
dfdc6566cf
commit
460b65d1df
53 changed files with 382 additions and 288 deletions
13
backend/src/plugins/Spam/docs.ts
Normal file
13
backend/src/plugins/Spam/docs.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
import { ZeppelinPluginDocs } from "../../types.js";
|
||||
import { trimPluginDescription } from "../../utils.js";
|
||||
import { zSpamConfig } from "./types.js";
|
||||
|
||||
export const spamPluginDocs: ZeppelinPluginDocs = {
|
||||
type: "legacy",
|
||||
prettyName: "Spam protection",
|
||||
description: trimPluginDescription(`
|
||||
Basic spam detection and auto-muting.
|
||||
For more advanced spam filtering, check out the Automod plugin!
|
||||
`),
|
||||
configSchema: zSpamConfig,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue