You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/02/26 11:23:49 UTC

[GitHub] [cloudstack] rhtyd opened a new issue #4731: UI: Create help doc mapping via config.json

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:
users@infra.apache.org



[GitHub] [cloudstack] shwstppr commented on issue #4731: UI: Create help doc mapping via config.json

Posted by GitBox <gi...@apache.org>.
shwstppr commented on issue #4731:
URL: https://github.com/apache/cloudstack/issues/4731#issuecomment-789526664


   Addressed this in #4745 
   For consistency key used for mappings `docHelpMappings` cc @rhtyd 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on issue #4731: UI: Create help doc mapping via config.json

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4731:
URL: https://github.com/apache/cloudstack/issues/4731#issuecomment-796551006


   Addressed this in #4745
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd closed issue #4731: UI: Create help doc mapping via config.json

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #4731:
URL: https://github.com/apache/cloudstack/issues/4731


   


----------------------------------------------------------------
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:
users@infra.apache.org