3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 12:25:02 +00:00

Fix up docs

This commit is contained in:
Dragory 2020-07-30 13:08:06 +03:00
parent 743a5e9ce4
commit 7909c99a7f
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
35 changed files with 371 additions and 64 deletions

View file

@ -41,6 +41,11 @@ const defaultOptions: PluginOptions<LogsPluginType> = {
};
export const LogsPlugin = zeppelinPlugin<LogsPluginType>()("logs", {
showInDocs: true,
info: {
prettyName: "Logs",
},
configSchema: ConfigSchema,
defaultOptions,