mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-18 23:55:02 +00:00
Documentation work. Add command info for all Utility plugin commands.
This commit is contained in:
parent
1ba49034e2
commit
a1a5110c8d
5 changed files with 197 additions and 52 deletions
|
@ -40,6 +40,8 @@ export interface PluginInfo {
|
|||
export interface CommandInfo {
|
||||
description?: TMarkdown;
|
||||
basicUsage?: TMarkdown;
|
||||
examples?: TMarkdown;
|
||||
usageGuide?: TMarkdown;
|
||||
parameterDescriptions?: {
|
||||
[key: string]: TMarkdown;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue