docs: move Kubernetes to core features (#4038)

This commit is contained in:
Himanshu Mishra
2021-01-12 22:46:40 +01:00
committed by GitHub
parent 1df9134648
commit 92e9fc9103
3 changed files with 10 additions and 2 deletions
@@ -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
---
+5
View File
@@ -36,6 +36,11 @@
],
"CLI": ["cli/index", "cli/commands"],
"Core Features": [
{
"type": "subcategory",
"label": "Kubernetes",
"ids": ["features/kubernetes/overview"]
},
{
"type": "subcategory",
"label": "Software Catalog",
+2
View File
@@ -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'