mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-07 11:07: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/BotControl/docs.ts
Normal file
13
backend/src/plugins/BotControl/docs.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
import { ZeppelinPluginDocs } from "../../types.js";
|
||||
import { trimPluginDescription } from "../../utils.js";
|
||||
import { zBotControlConfig } from "./types.js";
|
||||
|
||||
export const botControlPluginDocs: ZeppelinPluginDocs = {
|
||||
type: "stable",
|
||||
configSchema: zBotControlConfig,
|
||||
|
||||
prettyName: "Bot control",
|
||||
description: trimPluginDescription(`
|
||||
Contains commands to manage allowed servers
|
||||
`),
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue