diff --git a/content/docs/deploy/k8s.md b/content/docs/deploy/k8s.md deleted file mode 100644 index a1cc64892..000000000 --- a/content/docs/deploy/k8s.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: kubernetes ---- - -# Kubernetes index page diff --git a/sidebars.js b/sidebars.js index 809285bd8..56837c07d 100644 --- a/sidebars.js +++ b/sidebars.js @@ -13,6 +13,7 @@ const sidebars = { { type: 'category', label: 'Deploy', + link: {type: 'doc', id: 'docs/deploy'}, items: [ { id: 'docs/deploy/releases', @@ -40,7 +41,6 @@ const sidebars = { { type: 'category', label: 'Kubernetes', - link: {type: 'doc', id: 'docs/deploy'}, items: [{type: 'autogenerated', dirName: 'docs/deploy/k8s'}], }, {