Skip to content

Commit 1cc036e

Browse files
committed
updates sidebar and removes unnecessary k8s page
1 parent a293351 commit 1cc036e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

content/docs/deploy/k8s.md

-5
This file was deleted.

sidebars.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const sidebars = {
1313
{
1414
type: 'category',
1515
label: 'Deploy',
16+
link: {type: 'doc', id: 'docs/deploy'},
1617
items: [
1718
{
1819
id: 'docs/deploy/releases',
@@ -40,7 +41,7 @@ const sidebars = {
4041
{
4142
type: 'category',
4243
label: 'Kubernetes',
43-
link: {type: 'doc', id: 'docs/deploy'},
44+
// link: {type: 'doc', id: 'docs/deploy'},
4445
items: [{type: 'autogenerated', dirName: 'docs/deploy/k8s'}],
4546
},
4647
{

0 commit comments

Comments
 (0)