From 9b5307ba2bbcf90944ee0c52b04e956fbf5b9242 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Fri, 25 Oct 2019 23:14:21 +0300 Subject: [PATCH] Documentation work. Add command info for all Utility plugin commands. --- dashboard/src/components/Expandable.vue | 44 ++++---- dashboard/src/components/docs/Plugin.vue | 58 ++++++---- dashboard/src/store/docs.ts | 9 ++ src/plugins/Utility.ts | 136 +++++++++++++++++++++-- src/plugins/ZeppelinPlugin.ts | 2 + 5 files changed, 197 insertions(+), 52 deletions(-) diff --git a/dashboard/src/components/Expandable.vue b/dashboard/src/components/Expandable.vue index 4728570c..455db34c 100644 --- a/dashboard/src/components/Expandable.vue +++ b/dashboard/src/components/Expandable.vue @@ -22,35 +22,32 @@