Skip to content

UI: Create help doc mapping via config.json #4731

Description

@yadvr

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
UI

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions