Skip to content

Commit bae8927

Browse files
committed
fix(mdb): update private beta banner
1 parent b91a4bc commit bae8927

File tree

6 files changed

+9
-98
lines changed

6 files changed

+9
-98
lines changed

managed-databases/mongodb/api-cli/backup-and-restore.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ This tutorial shows how to backup and restore your MongoDB® Databases with the
2323

2424
<Macro id="requirements" />
2525

26-
<Message type="requirement">
27-
- You have an account and are logged into the [Scaleway console](https://console.scaleway.com/)
28-
- You have a [MongoDB®-compatible client](https://www.mongodb.com/try/download/shell) installed
29-
- You have [created a MongoDB® Database Instance](/managed-databases/mongodb/how-to/create-a-database-instance/)
30-
- You have [mongodump and mongorestore tools](https://www.mongodb.com/docs/database-tools/installation/installation/) installed
31-
</Message>
26+
- A Scaleway account logged into the [console](https://console.scaleway.com)
27+
- A [MongoDB®-compatible client](https://www.mongodb.com/try/download/shell) installed
28+
- A [MongoDB® Database Instance](/managed-databases/mongodb/how-to/create-a-database-instance/)
29+
- Installed [mongodump and mongorestore tools](https://www.mongodb.com/docs/database-tools/installation/installation/)
30+
3231

3332
<Message type="important">
3433
This tutorial shows you basic restore and backup operations. If you need additional options for the operations, refer to the [official MongoDB® documentation](https://www.mongodb.com/docs/manual/tutorial/backup-and-restore-tools/).

managed-databases/mongodb/reference-content/autohealing.mdx

Lines changed: 0 additions & 29 deletions
This file was deleted.

managed-databases/mongodb/reference-content/index.mdx

Lines changed: 0 additions & 8 deletions
This file was deleted.

managed-databases/mongodb/troubleshooting/disk-full.mdx

Lines changed: 0 additions & 33 deletions
This file was deleted.

managed-databases/mongodb/troubleshooting/index.mdx

Lines changed: 0 additions & 8 deletions
This file was deleted.

menu/navigation.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2388,22 +2388,12 @@
23882388
{
23892389
"items": [
23902390
{
2391-
"label": "Understanding the autohealing feature",
2392-
"slug": "autohealing"
2393-
}
2394-
],
2395-
"label": "Additional Content",
2396-
"slug": "reference-content"
2397-
},
2398-
{
2399-
"items": [
2400-
{
2401-
"label": "Dealing with disk_full state in a Database Instance",
2402-
"slug": "disk-full"
2391+
"label": "Back up and restore MongoDB® Databases",
2392+
"slug": "backup-and-restore"
24032393
}
24042394
],
2405-
"label": "Troubleshooting",
2406-
"slug": "troubleshooting"
2395+
"label": "API/CLI",
2396+
"slug": "api-cli"
24072397
}
24082398
],
24092399
"label": "MongoDB®",

0 commit comments

Comments
 (0)