diff --git a/docs/features/software-catalog/kubernetes-in-backstage.md b/docs/features/kubernetes/index.md similarity index 98% rename from docs/features/software-catalog/kubernetes-in-backstage.md rename to docs/features/kubernetes/index.md index 575756325c..c468fdb116 100644 --- a/docs/features/software-catalog/kubernetes-in-backstage.md +++ b/docs/features/kubernetes/index.md @@ -1,6 +1,7 @@ --- -id: kubernetes-in-backstage -title: Kubernetes in Backstage +id: overview +title: Kubernetes +sidebar_label: Overview description: Monitoring Kubernetes based services with the service catalog --- diff --git a/microsite/sidebars.json b/microsite/sidebars.json index d9da0ae449..3d6417cc65 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -36,6 +36,11 @@ ], "CLI": ["cli/index", "cli/commands"], "Core Features": [ + { + "type": "subcategory", + "label": "Kubernetes", + "ids": ["features/kubernetes/overview"] + }, { "type": "subcategory", "label": "Software Catalog", diff --git a/mkdocs.yml b/mkdocs.yml index 109be46a58..29198963e3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -58,6 +58,8 @@ nav: - Using Cloud Storage: 'features/techdocs/using-cloud-storage.md' - Troubleshooting: 'features/techdocs/troubleshooting.md' - FAQ: 'features/techdocs/FAQ.md' + - Kubernetes: + - Overview: 'features/kubernetes/index.md' - Plugins: - Overview: 'plugins/index.md' - Existing plugins: 'plugins/existing-plugins.md'