Skip to content

Commit

Permalink
Add upgrade guide (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wong authored Sep 17, 2024
1 parent 0e9a581 commit a4ae874
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,11 @@ const sidebars = {
id: 'scalar-kubernetes/HowToScaleScalarDB',
label: 'Scale',
},
{
type: 'doc',
id: 'scalar-kubernetes/HowToUpgradeScalarDB',
label: 'Upgrade',
},
{
type: 'category',
label: 'Monitor',
Expand Down
1 change: 1 addition & 0 deletions versioned_sidebars/version-3.10-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
},
"backup-restore",
"scalar-kubernetes/HowToScaleScalarDB",
"scalar-kubernetes/HowToUpgradeScalarDB",
"scalar-manager/overview"
]
},
Expand Down
1 change: 1 addition & 0 deletions versioned_sidebars/version-3.11-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@
},
"backup-restore",
"scalar-kubernetes/HowToScaleScalarDB",
"scalar-kubernetes/HowToUpgradeScalarDB",
"scalar-manager/overview"
]
},
Expand Down
5 changes: 5 additions & 0 deletions versioned_sidebars/version-3.12-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,11 @@
"id": "scalar-kubernetes/HowToScaleScalarDB",
"label": "Scale"
},
{
"type": "doc",
"id": "scalar-kubernetes/HowToUpgradeScalarDB",
"label": "Upgrade"
},
{
"type": "category",
"label": "Monitor",
Expand Down
1 change: 1 addition & 0 deletions versioned_sidebars/version-3.9-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
},
"backup-restore",
"scalar-kubernetes/HowToScaleScalarDB",
"scalar-kubernetes/HowToUpgradeScalarDB",
"scalar-manager/overview"
]
},
Expand Down

0 comments on commit a4ae874

Please sign in to comment.