rhtyd opened a new issue #4731:
URL: https://github.com/apache/cloudstack/issues/4731
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
* Enhancement Request
##### COMPONENT NAME
<!--
Categorize the issue, e.g. API, VR, VPN, UI, etc.
-->
~~~
UI
~~~
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]