mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-22 09:15:03 +00:00
Fix up docs
This commit is contained in:
parent
e2bf45d6c5
commit
93705f888b
35 changed files with 371 additions and 64 deletions
|
@ -21,11 +21,11 @@ const defaultOptions: PluginOptions<MessageSaverPluginType> = {
|
|||
};
|
||||
|
||||
export const MessageSaverPlugin = zeppelinPlugin<MessageSaverPluginType>()("message_saver", {
|
||||
showInDocs: false,
|
||||
|
||||
configSchema: ConfigSchema,
|
||||
defaultOptions,
|
||||
|
||||
showInDocs: false,
|
||||
|
||||
// prettier-ignore
|
||||
commands: [
|
||||
SaveMessagesToDBCmd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue