From bb59bbfd0e05014ad37359601b35491a51456cc1 Mon Sep 17 00:00:00 2001 From: gowthamshankar99 Date: Mon, 26 Jun 2023 10:52:22 -0400 Subject: [PATCH 1/4] Update README.md for kubernetes documentation The current k8s documentation is broken. updating it to point to the correct URL Signed-off-by: gowthamshankar99 --- plugins/kubernetes-backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kubernetes-backend/README.md b/plugins/kubernetes-backend/README.md index b724babca3..742ef79692 100644 --- a/plugins/kubernetes-backend/README.md +++ b/plugins/kubernetes-backend/README.md @@ -16,4 +16,4 @@ The plugin requires configuration in the Backstage `app-config.yaml` to connect In addition, configuration of an entity's `catalog-info.yaml` helps identify which specific Kubernetes object(s) should be presented on a specific entity catalog page. -For more information, see the [formal documentation about the Kubernetes feature in Backstage](https://backstage.io/docs/features/kubernetes/overview). +For more information, see the [formal documentation about the Kubernetes feature in Backstage](https://backstage.io/docs/features/kubernetes/). From 939bb0651a1eccc42f01cee93db84b3187760402 Mon Sep 17 00:00:00 2001 From: gowthamshankar99 Date: Mon, 26 Jun 2023 11:52:18 -0400 Subject: [PATCH 2/4] Update docusaurus.config.js adding microsite mapping for kubernetes documentation Signed-off-by: gowthamshankar99 Signed-off-by: Gowtham Shankar Gowri shankar --- microsite/docusaurus.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/microsite/docusaurus.config.js b/microsite/docusaurus.config.js index a13168472d..0312354404 100644 --- a/microsite/docusaurus.config.js +++ b/microsite/docusaurus.config.js @@ -127,6 +127,10 @@ module.exports = { from: '/docs/features/techdocs/techdocs-overview', to: '/docs/features/techdocs/', }, + { + from: '/docs/features/kubernetes/overview', + to: '/docs/features/kubernetes/', + }, { from: '/docs/features/search/search-overview', to: '/docs/features/search/', From 2ae94fb80455bae5dffc2f8592f500d4f95a79cd Mon Sep 17 00:00:00 2001 From: Gowtham Shankar Gowri shankar Date: Mon, 26 Jun 2023 12:34:38 -0400 Subject: [PATCH 3/4] ran prettier Signed-off-by: Gowtham Shankar Gowri shankar --- microsite/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/docusaurus.config.js b/microsite/docusaurus.config.js index 0312354404..e78626e37c 100644 --- a/microsite/docusaurus.config.js +++ b/microsite/docusaurus.config.js @@ -130,7 +130,7 @@ module.exports = { { from: '/docs/features/kubernetes/overview', to: '/docs/features/kubernetes/', - }, + }, { from: '/docs/features/search/search-overview', to: '/docs/features/search/', From faac6b7425b2bf003be3257dea0a66aad879cb87 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 27 Jun 2023 10:38:25 +0200 Subject: [PATCH 4/4] chore: update changeset Signed-off-by: blam --- .changeset/tough-flowers-suffer.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/tough-flowers-suffer.md diff --git a/.changeset/tough-flowers-suffer.md b/.changeset/tough-flowers-suffer.md new file mode 100644 index 0000000000..784d331107 --- /dev/null +++ b/.changeset/tough-flowers-suffer.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-kubernetes-backend': patch +--- + +Update readme with a valid link to k8s documentation