Skip to content

Commit

Permalink
Merge pull request #1362 from mpetason/update-sidebar-vcluster-docs
Browse files Browse the repository at this point in the history
Updated vCluster capitalization in the sidebar
  • Loading branch information
FabianKramm authored Nov 20, 2023
2 parents 4c4fd45 + 06346fe commit 1c6e3cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ module.exports = {
},
{
type: "category",
label: "Using vclusters",
label: "Using vClusters",
collapsed: true,
items: [
{
type: "category",
label: "Accessing vcluster",
label: "Accessing vCluster",
collapsed: true,
items: ["using-vclusters/kube-context", "using-vclusters/access"],
},
Expand All @@ -147,7 +147,7 @@ module.exports = {
},
{
type: "category",
label: "Deploying vclusters",
label: "Deploying vClusters",
collapsed: true,
items: [
{
Expand All @@ -158,7 +158,7 @@ module.exports = {
},
{
type: "category",
label: "Persistent vclusters",
label: "Persistent vClusters",
collapsed: true,
items: ["deploying-vclusters/persistence"],
},
Expand Down

0 comments on commit 1c6e3cb

Please sign in to comment.