From ff1ffdffc0d1bd2a67335440c68975eba10466bb Mon Sep 17 00:00:00 2001 From: Priyanka Abel Date: Wed, 6 Nov 2024 21:11:36 +0530 Subject: [PATCH 1/3] rectified error in Pantheon --- .../rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc | 2 +- .../rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc index 0ab178302b..d0f22c676e 100644 --- a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc +++ b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc @@ -9,7 +9,7 @@ You can use the Tekton plugin to visualize the results of CI/CD pipeline runs on .Prerequsites * You have installed and configured the `@backstage/plugin-kubernetes` and `@backstage/plugin-kubernetes-backend` dynamic plugins. -For more information about installing dynamic plugins, see xref:{installing-and-viewing-dynamic-plugins-url}[installing-and-viewing-dynamic-plugins-title]. +For more information about installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[installing-and-viewing-dynamic-plugins-title]. * You have configured the Kubernetes plugin to connect to the cluster using a `ServiceAccount`. diff --git a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc index 0c41690241..690eee7ad1 100644 --- a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc +++ b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc @@ -11,7 +11,7 @@ You can use the Tekton plugin to visualize the results of CI/CD pipeline runs on .Prerequsites * You have installed and configured the `@backstage/plugin-kubernetes` and `@backstage/plugin-kubernetes-backend` dynamic plugins. -For more information about installing dynamic plugins, see xref:{installing-and-viewing-dynamic-plugins-url}[installing-and-viewing-dynamic-plugins-title]. +For more information about installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[installing-and-viewing-dynamic-plugins-title]. * You have configured the Kubernetes plugin to connect to the cluster using a `ServiceAccount`. From d883bd21dff20b83631039f0a5a90d0410704309 Mon Sep 17 00:00:00 2001 From: Priyanka Abel Date: Wed, 6 Nov 2024 21:18:42 +0530 Subject: [PATCH 2/3] fixing syntax errors --- .../rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc | 2 +- .../rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc index d0f22c676e..0d0d52eaef 100644 --- a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc +++ b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc @@ -9,7 +9,7 @@ You can use the Tekton plugin to visualize the results of CI/CD pipeline runs on .Prerequsites * You have installed and configured the `@backstage/plugin-kubernetes` and `@backstage/plugin-kubernetes-backend` dynamic plugins. -For more information about installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[installing-and-viewing-dynamic-plugins-title]. +For more information about installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[{installing-and-viewing-dynamic-plugins-title}]. * You have configured the Kubernetes plugin to connect to the cluster using a `ServiceAccount`. diff --git a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc index 690eee7ad1..8c718e44a5 100644 --- a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc +++ b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc @@ -11,7 +11,7 @@ You can use the Tekton plugin to visualize the results of CI/CD pipeline runs on .Prerequsites * You have installed and configured the `@backstage/plugin-kubernetes` and `@backstage/plugin-kubernetes-backend` dynamic plugins. -For more information about installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[installing-and-viewing-dynamic-plugins-title]. +For more information about installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[{installing-and-viewing-dynamic-plugins-title}]. * You have configured the Kubernetes plugin to connect to the cluster using a `ServiceAccount`. From 7888ee382496c69608bcae86967d41f446e19315 Mon Sep 17 00:00:00 2001 From: Priyanka Abel Date: Thu, 7 Nov 2024 15:27:37 +0530 Subject: [PATCH 3/3] incorporated Gerry's comment --- .../rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc | 4 +--- .../rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc index 0d0d52eaef..f524a61a23 100644 --- a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc +++ b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-admin.adoc @@ -7,9 +7,7 @@ You can use the Tekton plugin to visualize the results of CI/CD pipeline runs on == Installation .Prerequsites -* You have installed and configured the `@backstage/plugin-kubernetes` and `@backstage/plugin-kubernetes-backend` dynamic plugins. - -For more information about installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[{installing-and-viewing-dynamic-plugins-title}]. +* You have installed and configured the `@backstage/plugin-kubernetes` and `@backstage/plugin-kubernetes-backend` dynamic plugins. For more information about installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[{installing-and-viewing-dynamic-plugins-title}]. * You have configured the Kubernetes plugin to connect to the cluster using a `ServiceAccount`. diff --git a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc index 8c718e44a5..7fdd7399f5 100644 --- a/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc +++ b/artifacts/rhdh-plugins-reference/tekton/tekton-plugin-readme.adoc @@ -9,9 +9,7 @@ You can use the Tekton plugin to visualize the results of CI/CD pipeline runs on === Installation .Prerequsites -* You have installed and configured the `@backstage/plugin-kubernetes` and `@backstage/plugin-kubernetes-backend` dynamic plugins. - -For more information about installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[{installing-and-viewing-dynamic-plugins-title}]. +* You have installed and configured the `@backstage/plugin-kubernetes` and `@backstage/plugin-kubernetes-backend` dynamic plugins. For more information about installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[{installing-and-viewing-dynamic-plugins-title}]. * You have configured the Kubernetes plugin to connect to the cluster using a `ServiceAccount`.