diff --git a/install_config/web_console_customization.adoc b/install_config/web_console_customization.adoc index 89f9193f8bc6..f0c2a5e9f5a7 100644 --- a/install_config/web_console_customization.adoc +++ b/install_config/web_console_customization.adoc @@ -115,6 +115,16 @@ window.OPENSHIFT_CONSTANTS.HELP['basic_cli_operations'] = "https://example.com/d ---- ==== +Or you can change the base URL for all doc links: + +==== +---- +// The example below would result in the default help URL +// https://example.com/docs/welcome/index.html +window.OPENSHIFT_CONSTANTS.HELP_BASE_URL = "https://example.com/docs/"; // Must end in a '/' +---- +==== + Save this script to a file (for example, *_help-links.js_*) and add it to the master configuration file: