Navigation :
Documentation Widget
Overview
Key: “accelerator_documentation-widget-container”
Configure this plugin to display documentation within the dashboard as a widget.
Settings required
This widget requires both a whitelist and a settings object to work properly.
'accelerator_documentation-widget-container.server.whitelist': ["SERVER1"],
'accelerator_documentation-widget-container.server.params': {
["SERVER1"]: {
documentationBaseURL: `http://localhost:3000/documentation/html`,
documentationHomeURL: "/index.html"
},
},