@@ -5,37 +5,38 @@ return this.resource = a, this.group = b, this.version = c, this;
5
5
}
6
6
7
7
window . OPENSHIFT_CONSTANTS = {
8
+ HELP_BASE_URL :"https://docs.openshift.org/latest/" ,
8
9
HELP :{
9
- cli :"https://docs.openshift.org/latest/ cli_reference/overview.html" ,
10
- get_started_cli :"https://docs.openshift.org/latest/ cli_reference/get_started_cli.html" ,
11
- basic_cli_operations :"https://docs.openshift.org/latest/ cli_reference/basic_cli_operations.html" ,
12
- "build-triggers" :"https://docs.openshift.org/latest/ dev_guide/builds.html#build-triggers" ,
13
- webhooks :"https://docs.openshift.org/latest/ dev_guide/builds.html#webhook-triggers" ,
14
- new_app :"https://docs.openshift.org/latest/ dev_guide/new_app.html" ,
15
- "start-build" :"https://docs.openshift.org/latest/ dev_guide/builds.html#starting-a-build" ,
16
- "deployment-operations" :"https://docs.openshift.org/latest/ cli_reference/basic_cli_operations.html#build-and-deployment-cli-operations" ,
17
- "route-types" :"https://docs.openshift.org/latest/ architecture/core_concepts/routes.html#route-types" ,
18
- persistent_volumes :"https://docs.openshift.org/latest/ dev_guide/persistent_volumes.html" ,
19
- compute_resources :"https://docs.openshift.org/latest/ dev_guide/compute_resources.html" ,
20
- pod_autoscaling :"https://docs.openshift.org/latest/ dev_guide/pod_autoscaling.html" ,
21
- application_health :"https://docs.openshift.org/latest/ dev_guide/application_health.html" ,
22
- source_secrets :"https://docs.openshift.org/latest/ dev_guide/builds.html#using-secrets" ,
23
- git_secret :"https://docs.openshift.org/latest/ dev_guide/builds.html#using-private-repositories-for-builds" ,
24
- pull_secret :"https://docs.openshift.org/latest/ dev_guide/managing_images.html#using-image-pull-secrets" ,
25
- managing_secrets :"https://docs.openshift.org/latest/ dev_guide/service_accounts.html#managing-allowed-secrets" ,
26
- creating_secrets :"https://docs.openshift.org/latest/ dev_guide/secrets.html#creating-and-using-secrets" ,
27
- storage_classes :"https://docs.openshift.org/latest/ install_config/persistent_storage/dynamically_provisioning_pvs.html" ,
28
- selector_label :"https://docs.openshift.org/latest/ install_config/persistent_storage/selector_label_binding.html" ,
29
- rolling_strategy :"https://docs.openshift.org/latest/ dev_guide/deployments.html#rolling-strategy" ,
30
- recreate_strategy :"https://docs.openshift.org/latest/ dev_guide/deployments.html#recreate-strategy" ,
31
- custom_strategy :"https://docs.openshift.org/latest/ dev_guide/deployments.html#custom-strategy" ,
32
- lifecycle_hooks :"https://docs.openshift.org/latest/ dev_guide/deployments.html#lifecycle-hooks" ,
33
- new_pod_exec :"https://docs.openshift.org/latest/ dev_guide/deployments.html#pod-based-lifecycle-hook" ,
34
- authorization :"https://docs.openshift.org/latest/ architecture/additional_concepts/authorization.html" ,
35
- roles :"https://docs.openshift.org/latest/ architecture/additional_concepts/authorization.html#roles" ,
36
- service_accounts :"https://docs.openshift.org/latest/ dev_guide/service_accounts.html" ,
37
- users_and_groups :"https://docs.openshift.org/latest/ architecture/additional_concepts/authentication.html#users-and-groups" ,
38
- "default" :"https://docs.openshift.org/latest/ welcome/index.html"
10
+ cli :"cli_reference/overview.html" ,
11
+ get_started_cli :"cli_reference/get_started_cli.html" ,
12
+ basic_cli_operations :"cli_reference/basic_cli_operations.html" ,
13
+ "build-triggers" :"dev_guide/builds.html#build-triggers" ,
14
+ webhooks :"dev_guide/builds.html#webhook-triggers" ,
15
+ new_app :"dev_guide/new_app.html" ,
16
+ "start-build" :"dev_guide/builds.html#starting-a-build" ,
17
+ "deployment-operations" :"cli_reference/basic_cli_operations.html#build-and-deployment-cli-operations" ,
18
+ "route-types" :"architecture/core_concepts/routes.html#route-types" ,
19
+ persistent_volumes :"dev_guide/persistent_volumes.html" ,
20
+ compute_resources :"dev_guide/compute_resources.html" ,
21
+ pod_autoscaling :"dev_guide/pod_autoscaling.html" ,
22
+ application_health :"dev_guide/application_health.html" ,
23
+ source_secrets :"dev_guide/builds.html#using-secrets" ,
24
+ git_secret :"dev_guide/builds.html#using-private-repositories-for-builds" ,
25
+ pull_secret :"dev_guide/managing_images.html#using-image-pull-secrets" ,
26
+ managing_secrets :"dev_guide/service_accounts.html#managing-allowed-secrets" ,
27
+ creating_secrets :"dev_guide/secrets.html#creating-and-using-secrets" ,
28
+ storage_classes :"install_config/persistent_storage/dynamically_provisioning_pvs.html" ,
29
+ selector_label :"install_config/persistent_storage/selector_label_binding.html" ,
30
+ rolling_strategy :"dev_guide/deployments.html#rolling-strategy" ,
31
+ recreate_strategy :"dev_guide/deployments.html#recreate-strategy" ,
32
+ custom_strategy :"dev_guide/deployments.html#custom-strategy" ,
33
+ lifecycle_hooks :"dev_guide/deployments.html#lifecycle-hooks" ,
34
+ new_pod_exec :"dev_guide/deployments.html#pod-based-lifecycle-hook" ,
35
+ authorization :"architecture/additional_concepts/authorization.html" ,
36
+ roles :"architecture/additional_concepts/authorization.html#roles" ,
37
+ service_accounts :"dev_guide/service_accounts.html" ,
38
+ users_and_groups :"architecture/additional_concepts/authentication.html#users-and-groups" ,
39
+ "default" :"welcome/index.html"
39
40
} ,
40
41
CLI :{
41
42
"Latest Release" :"https://github.com/openshift/origin/releases/latest"
@@ -13597,7 +13598,8 @@ return a;
13597
13598
} ;
13598
13599
} ) . filter ( "helpLink" , [ "Constants" , function ( a ) {
13599
13600
return function ( b ) {
13600
- return a . HELP [ b ] || a . HELP [ "default" ] ;
13601
+ var c = a . HELP [ b ] || a . HELP [ "default" ] ;
13602
+ return URI ( c ) . is ( "absolute" ) || ( c = a . HELP_BASE_URL + c ) , c ;
13601
13603
} ;
13602
13604
} ] ) . filter ( "taskTitle" , function ( ) {
13603
13605
return function ( a ) {
0 commit comments