mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-14 13:55:03 +00:00
chore: reorganize plugin docs
This commit is contained in:
parent
dfdc6566cf
commit
460b65d1df
53 changed files with 382 additions and 288 deletions
14
backend/src/plugins/Censor/docs.ts
Normal file
14
backend/src/plugins/Censor/docs.ts
Normal file
|
@ -0,0 +1,14 @@
|
|||
import { ZeppelinPluginDocs } from "../../types.js";
|
||||
import { trimPluginDescription } from "../../utils.js";
|
||||
import { zCensorConfig } from "./types.js";
|
||||
|
||||
export const censorPluginDocs: ZeppelinPluginDocs = {
|
||||
type: "legacy",
|
||||
configSchema: zCensorConfig,
|
||||
|
||||
prettyName: "Censor",
|
||||
description: trimPluginDescription(`
|
||||
Censor words, tokens, links, regex, etc.
|
||||
For more advanced filtering, check out the Automod plugin!
|
||||
`),
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue