Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Add index for backup and restore
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wong committed Aug 8, 2024
1 parent 6d0b924 commit f730c7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,11 @@ const sidebars = {
label: 'Back Up and Restore',
collapsible: true,
items: [
// { To be created
// type: 'doc',
// id: 'manage-backup-and-restore',
// label: 'Back Up and Restore Databases',
// },
{
type: 'doc',
id: 'manage-backup-and-restore',
label: 'Back Up and Restore Databases',
},
{
type: 'category',
label: 'Reference',
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 @@ -267,6 +267,11 @@
"label": "Back Up and Restore",
"collapsible": true,
"items": [
{
"type": "doc",
"id": "manage-backup-and-restore",
"label": "Back Up and Restore Databases"
},
{
"type": "category",
"label": "Reference",
Expand Down

0 comments on commit f730c7e

Please sign in to comment.