mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-13 21:35:02 +00:00
chore: reorganize plugin docs
This commit is contained in:
parent
dfdc6566cf
commit
460b65d1df
53 changed files with 382 additions and 288 deletions
|
@ -1,7 +1,7 @@
|
|||
import { ZeppelinPluginInfo } from "../../types.js";
|
||||
import { ZeppelinPluginDocs } from "../../types.js";
|
||||
import { zRemindersConfig } from "./types.js";
|
||||
|
||||
export const remindersPluginInfo: ZeppelinPluginInfo = {
|
||||
export const remindersPluginDocs: ZeppelinPluginDocs = {
|
||||
prettyName: "Reminders",
|
||||
configSchema: zRemindersConfig,
|
||||
type: "stable",
|
Loading…
Add table
Add a link
Reference in a new issue