Skip to content

Commit d8a6b16

Browse files
authored
Merge pull request #3151 from ClickHouse/Blargian-patch-9
Update backups landing page
2 parents 3b7ac78 + 433f244 commit d8a6b16

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/en/cloud/manage/backups/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: Table of contents page for backups.
55
keywords: [backups, configurable backups, export backups to own cloud]
66
---
77

8-
| Page | Description |
9-
|---------------------------|-------------|
10-
| [Overview](./overview.md) | |
11-
| | |
8+
| Page | Description |
9+
|--------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
10+
| [Overview](./overview.md) | Overview page for backups. |
11+
| [Configurable Backups](./configurable-backups.md) | Learn about how Scale and Enterprise tier users can customize their backup schedules according to their specific business needs |
12+
| [Export Backups to your Own Cloud Account](./export-backups-to-own-cloud-account.md) | Learn about an Enterprise tier feature that gives you the ability to export backups to your own cloud account. |

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ const sidebars = {
216216
label: "Backups",
217217
collapsed: true,
218218
collapsible: true,
219+
link: {type: "doc", id: "en/cloud/manage/backups/index"},
219220
items: [
220221
{
221222
type: "autogenerated",
@@ -1778,4 +1779,4 @@ const sidebars = {
17781779
},
17791780
]};
17801781

1781-
module.exports = sidebars
1782+
module.exports = sidebars

0 commit comments

Comments
 (0)