You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/managed-mongodb-databases/api-cli/backup-and-restore.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ categories:
15
15
Managed MongoDB® is currently in private beta. Click [here](https://www.scaleway.com/en/managed-mongodb/) to join the waiting list.
16
16
</Message>
17
17
18
-
Managed MongoDB® Databases provide fully-managed document Database Instances, with a MongoDB®-compatible API layer over a PostgreSQL engine to store and retrieve data.
18
+
Managed MongoDB® provides fully-managed document Database Instances, with a MongoDB®-compatible API layer over a PostgreSQL engine to store and retrieve data.
19
19
20
20
This means you can use MongoDB® command line tools to use and manage your MongoDB® Databases.
Copy file name to clipboardExpand all lines: pages/managed-mongodb-databases/how-to/create-a-database-instance.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ categories:
17
17
Managed MongoDB® is currently in private beta. Click [here](https://www.scaleway.com/en/managed-mongodb/) to join the waiting list.
18
18
</Message>
19
19
20
-
Managed MongoDB® Databases provide fully-managed document Database Instances, with MongoDB® as a database engine.
20
+
Managed MongoDB® provides fully-managed document Database Instances, with MongoDB® as a database engine.
21
21
22
22
Document databases enable users to store and retrieve data in a document format, such as `json`. Compared to traditional relational databases where data is stored in a table-like format, document-type storage supports storing multiple nested keys and values in each document key.
Copy file name to clipboardExpand all lines: pages/managed-mongodb-databases/index.mdx
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
2
meta:
3
-
title: Managed MongoDB® Databases Documentation
4
-
description: Dive into Scaleway Managed MongoDB® Databases with our quickstart guides, how-tos, tutorials and more.
3
+
title: Managed MongoDB® Documentation
4
+
description: Dive into Scaleway Managed MongoDB® with our quickstart guides, how-tos, tutorials and more.
5
5
content:
6
-
h1: Managed MongoDB® Databases Documentation
7
-
paragraph: Dive into Scaleway Managed MongoDB® Databases with our quickstart guides, how-tos, tutorials and more.
6
+
h1: Managed MongoDB® Documentation
7
+
paragraph: Dive into Scaleway Managed MongoDB® with our quickstart guides, how-tos, tutorials and more.
8
8
---
9
9
10
10
<ProductHeader
11
-
productName="Managed MongoDB® Databases"
11
+
productName="Managed MongoDB®"
12
12
productLogo="mongoDB"
13
-
description="Managed MongoDB® Databases provide fully-managed databases with a MongoDB® compatible API, relying on MongoDB® and PostgreSQL as storage engines. Enjoy automatic backups, scaling, monitoring and much more."
13
+
description="Managed MongoDB® provides fully-managed databases with a MongoDB® compatible API, relying on MongoDB® and PostgreSQL as storage engines. Enjoy automatic backups, scaling, monitoring and much more."
14
14
url="/managed-mongodb-databases/quickstart/"
15
-
label="Managed MongoDB® Databases Quickstart"
15
+
label="Managed MongoDB® Quickstart"
16
16
/>
17
17
18
18
<Messagetype="important">
@@ -25,28 +25,28 @@ Managed MongoDB® is currently in private beta. Click [here](https://www.scalewa
25
25
<SummaryCard
26
26
title="Quickstart"
27
27
icon="rocket"
28
-
description="Learn how to create a Managed MongoDB® Database in a few steps."
28
+
description="Learn how to create a Managed MongoDB® in a few steps."
29
29
label="View Quickstart"
30
30
url="/managed-mongodb-databases/quickstart/"
31
31
/>
32
32
<SummaryCard
33
33
title="Concepts"
34
34
icon="info"
35
-
description="Core concepts that give you a better understanding of Managed MongoDB® Databases."
35
+
description="Core concepts that give you a better understanding of Managed MongoDB®."
36
36
label="View Concepts"
37
37
url="/managed-mongodb-databases/concepts/"
38
38
/>
39
39
<SummaryCard
40
40
title="How-Tos"
41
41
icon="help-circle-outline"
42
-
description="Learn how to use your Managed MongoDB® Database via the Scaleway console."
42
+
description="Learn how to use your Managed MongoDB® via the Scaleway console."
43
43
label="View How-Tos"
44
44
url="/managed-mongodb-databases/how-to/"
45
45
/>
46
46
{/* <SummaryCard
47
47
title="Additional Content"
48
48
icon="book-open-outline"
49
-
description="Check out in-depth information about Managed MongoDB® Databases."
49
+
description="Check out in-depth information about Managed MongoDB®."
Copy file name to clipboardExpand all lines: pages/managed-mongodb-databases/quickstart.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
meta:
3
-
title: Managed MongoDB® Databases - Quickstart
4
-
description: This page shows you how to get started with Managed MongoDB® Databases.
3
+
title: Managed MongoDB® - Quickstart
4
+
description: This page shows you how to get started with Managed MongoDB®.
5
5
content:
6
-
h1: Managed MongoDB® Databases - Quickstart
7
-
paragraph: This page shows you how to get started with Managed MongoDB® Databases.
6
+
h1: Managed MongoDB® - Quickstart
7
+
paragraph: This page shows you how to get started with Managed MongoDB®.
8
8
tags: document managed-database database mongodb
9
9
dates:
10
10
validation: 2024-09-12
@@ -17,7 +17,7 @@ categories:
17
17
Managed MongoDB® is currently in private beta. Click [here](https://www.scaleway.com/en/managed-mongodb/) to join the waiting list.
18
18
</Message>
19
19
20
-
Managed MongoDB® Databases provide fully-managed document Database Instances, with MongoDB® as a database engine.
20
+
Managed MongoDB® provides fully-managed document Database Instances, with MongoDB® as a database engine.
21
21
22
22
MongoDB® databases enable users to store and retrieve data in a document format, such as `json`. Compared to traditional relational databases where data is stored in a table-like format, document-type storage supports storing multiple nested keys and values in each document key.
0 commit comments