diff --git a/artifacts/attributes.adoc b/artifacts/attributes.adoc index fbe9117a19..3a91f31946 100644 --- a/artifacts/attributes.adoc +++ b/artifacts/attributes.adoc @@ -65,12 +65,14 @@ :LinkGettingStartedGuide: https://access.redhat.com/documentation/en-us/red_hat_developer_hub/{product-version}/html-single/getting_started_with_red_hat_developer_hub/index -:LinkInstallationGuide: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/installing_red_hat_developer_hub_on_openshift_container_platform/index - :LinkPluginsGuide: https://access.redhat.com/documentation/en-us/red_hat_developer_hub/{product-version}/html-single/configuring_plugins_in_red_hat_developer_hub/index :NameOfPluginsGuide: Configuring plugins in {product} -:LinkRHIDPIssue: https://issues.redhat.com/browse/ +:release-notes-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/release_notes/index +:release-notes-title: Release notes + +:installing-and-viewing-dynamic-plugins-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/installing_and_viewing_dynamic_plugins/index +:installing-and-viewing-dynamic-plugins-title: Installing and viewing dynamic plugins :authentication-book-url: https://docs.redhat.com/documentation/en-us/red_hat_developer_hub/{product-version}/html-single/authentication/index :authentication-book-title: Authentication @@ -78,17 +80,20 @@ :authorization-book-url: https://docs.redhat.com/documentation/en-us/red_hat_developer_hub/{product-version}/html-single/authorization/index :authorization-book-title: Authorization -:installing-on-ocp-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.2/html/installing_red_hat_developer_hub_on_openshift_container_platform/index +:installing-on-ocp-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/installing_red_hat_developer_hub_on_openshift_container_platform/index :installing-on-ocp-book-title: Installing {product} on {ocp-short} -:installing-on-eks-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.2/html/installing_red_hat_developer_hub_on_amazon_elastic_kubernetes_service/index +:installing-on-eks-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/installing_red_hat_developer_hub_on_amazon_elastic_kubernetes_service/index :installing-on-eks-book-title: Installing {product} on {eks-brand-name} -:installing-on-aks-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.2/html/installing_red_hat_developer_hub_on_microsoft_azure_kubernetes_service/index +:installing-on-aks-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/installing_red_hat_developer_hub_on_microsoft_azure_kubernetes_service/index :installing-on-aks-book-title: Installing {product} on {aks-brand-name} -:installing-in-air-gap-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.2/html/installing_red_hat_developer_hub_in_an_air-gapped_environment/index +:installing-in-air-gap-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/installing_red_hat_developer_hub_in_an_air-gapped_environment/index :installing-in-air-gap-book-title: Installing {product} in an air-gapped environment -:upgrading-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.2/html/upgrading_red_hat_developer_hub/index -:upgrading-book-title: Upgrading {product} \ No newline at end of file +:upgrading-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/upgrading_red_hat_developer_hub/index +:upgrading-book-title: Upgrading {product} + +:plugins-configure-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/configuring_dynamic_plugins/index +:plugins-configure-book-title: Configuring dynamic plugins \ No newline at end of file diff --git a/modules/admin/proc-rbac-send-request-rbac-rest-api.adoc b/modules/admin/proc-rbac-send-request-rbac-rest-api.adoc index 21054b1d82..2721eb99d8 100644 --- a/modules/admin/proc-rbac-send-request-rbac-rest-api.adoc +++ b/modules/admin/proc-rbac-send-request-rbac-rest-api.adoc @@ -6,8 +6,8 @@ The RBAC REST API enables you to interact with the permission policies and roles .Prerequisites * {product} is installed and running. -//For more information about installing {product}, see xref:proc-install-rhdh-ocp-helm_{context}[]. -//replace with a link to the installation guide. + +For more information about installing {product}, see link:{installing-on-ocp-book-url}#assembly-install-rhdh-ocp-helm[{installing-on-ocp-book-title} with the Helm chart]. * You have access to the {product-short}. diff --git a/modules/admin/proc-rhdh-monitoring-logging-aks.adoc b/modules/admin/proc-rhdh-monitoring-logging-aks.adoc index 4992b46169..bce72e0cec 100644 --- a/modules/admin/proc-rhdh-monitoring-logging-aks.adoc +++ b/modules/admin/proc-rhdh-monitoring-logging-aks.adoc @@ -23,8 +23,11 @@ You can access live data logs generated by Kubernetes objects and collect log da .Prerequisites * You have deployed {product-short} on {aks-short}. -//For more information, see xref:proc-rhdh-deploy-aks_{context}[]. -//replace with a link to the installation guide. + +For more information, see xref:{installing-on-aks-book-url}#assembly-install-rhdh-aks[Installing {product} on {aks-name} ({aks-short})]. + + +assembly-install-rhdh-aks.adoc .Procedure diff --git a/modules/admin/proc-using-azure-auth-provider.adoc b/modules/admin/proc-using-azure-auth-provider.adoc index 3632c91f66..eebbfc663b 100644 --- a/modules/admin/proc-using-azure-auth-provider.adoc +++ b/modules/admin/proc-using-azure-auth-provider.adoc @@ -6,15 +6,16 @@ The `core-plugin-api` package in {product-short} comes integrated with Microsoft .Prerequisites * You have deployed {product-short} on AKS. -//For more information, see xref:proc-rhdh-deploy-aks_{context}[]. -//replace with a link to the installation guide. + +For more information, see xref:{installing-on-aks-book-url}#assembly-install-rhdh-aks[Installing {product} on {aks-name} ({aks-short})]. + * You have created registered your application in Azure portal. For more information, see https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app[Register an application with the Microsoft identity platform]. == Using Microsoft Azure as an authentication provider in Helm deployment You can use Microsoft Azure as an authentication provider in {product}, when installed using the Helm Chart. -//For more information, see xref:proc-rhdh-deploy-aks-helm_{context}[]. -//replace with a link to the installation guide. + +For more information, see xref:{installing-on-aks-book-url}#proc-rhdh-deploy-aks-helm_assembly-install-rhdh-aks[Deploying {product-short} on {aks-short} with the Helm chart]. .Procedure @@ -113,8 +114,8 @@ kubectl -n delete pods -l backstage.io/app=backstage-