mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-08 11:37:20 +00:00
chore: reorganize plugin docs
This commit is contained in:
parent
dfdc6566cf
commit
460b65d1df
53 changed files with 382 additions and 288 deletions
8
backend/src/plugins/UsernameSaver/docs.ts
Normal file
8
backend/src/plugins/UsernameSaver/docs.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { ZeppelinPluginDocs } from "../../types.js";
|
||||
import { zUsernameSaverConfig } from "./types.js";
|
||||
|
||||
export const usernameSaverPluginDocs: ZeppelinPluginDocs = {
|
||||
type: "internal",
|
||||
prettyName: "Username saver",
|
||||
configSchema: zUsernameSaverConfig,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue