Merge pull request #18448 from gowthamshankar99/patch-1

Fix broken link for kubernetes documentation
This commit is contained in:
Ben Lambert
2023-06-27 11:58:33 +02:00
committed by GitHub
3 changed files with 10 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
Update readme with a valid link to k8s documentation
+4
View File
@@ -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/',
+1 -1
View File
@@ -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/).