mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 08:45:03 +00:00
dashboard: separate plugin usage/configuration, add usage guide + configuration guide
This commit is contained in:
parent
616b3be2fd
commit
5006ae4962
10 changed files with 524 additions and 85 deletions
|
@ -31,6 +31,14 @@ export interface ThinDocsPlugin {
|
|||
|
||||
export interface DocsPlugin extends ThinDocsPlugin {
|
||||
commands: any[];
|
||||
defaultOptions: any;
|
||||
configSchema?: string;
|
||||
info: {
|
||||
name: string;
|
||||
description?: string;
|
||||
usageGuide?: string;
|
||||
configurationGuide?: string;
|
||||
};
|
||||
}
|
||||
|
||||
export interface DocsState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue