The helpdoc base URL is configurable via the config.json but not the query/sub-path which is configured in the config/ js files. A solution to make that customisable without makeing src code changes is to simply provide a translation logic/option in the config.json where users can simply specify the old path and new path as follows and the router handler/logic updated these overide mappings against what is described in source code:
"helpDocMappings": {
"virtual_machines.html": "some/new/path.html"
}""
ISSUE TYPE
COMPONENT NAME
The helpdoc base URL is configurable via the config.json but not the query/sub-path which is configured in the config/ js files. A solution to make that customisable without makeing src code changes is to simply provide a translation logic/option in the config.json where users can simply specify the old path and new path as follows and the router handler/logic updated these overide mappings against what is described in source code:
ISSUE TYPE
COMPONENT NAME