Closed marlof closed 10 months ago
Documentation as a function would better:
case $type in
live_server ) Documentation live_task1 ;;
vmware ) Documentation vmware_task1 ;;
Investigating use of variables in the plugin as an option
Add a doc variable in the plugin (See SP_TEST)
doc_TEST="
My documentation "
Call the variable in the plugin
Task "ls" Documentation doc_TEST
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like The Manual task summary is quite limited. When a Manual task is created, there should be a way to link to documentation so the Manual task can remain a short summary but more in depth instructions can be shown. Maybe the Plugins can have an additional documentation directory (bin, functions. etc, docs). If the Manual task shows a keyword, then the documentation can be written to the log file.
Current method:
Suggested idea:
And the documentation keyword in Manual looks in the plugins/project/docs directory for a corresponding file
Describe alternatives you've considered NA
Additional context NA