You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In constants.js, each doc link is hardcoded to direct to container platform docs. This means that for environments that extend these links, such as online and dedicated, a full copy of this list needs to be maintained and updated any time the link changes in constants.js.
Since the only difference is the base URL (ie, https://docs.openshift.com/container_platform/3.4/), propose changing these links to use a configurable window.OPENSHIFT_CONSTANTS.HELP_BASE_URL variable to reduce the number of variables that need to be maintained.
In constants.js, each doc link is hardcoded to direct to container platform docs. This means that for environments that extend these links, such as online and dedicated, a full copy of this list needs to be maintained and updated any time the link changes in constants.js.
Since the only difference is the base URL (ie,
https://docs.openshift.com/container_platform/3.4/
), propose changing these links to use a configurablewindow.OPENSHIFT_CONSTANTS.HELP_BASE_URL
variable to reduce the number of variables that need to be maintained.Example:
"cli": window.OPENSHIFT_CONSTANTS.HELP_BASE_URL+"/cli_reference/overview.html",
The text was updated successfully, but these errors were encountered: