Skip to content

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

@yadvr

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions