Skip to content

Commit 6ade0e9

Browse files
fix(mdb): remove pages
1 parent caa3ff1 commit 6ade0e9

File tree

9 files changed

+5
-208
lines changed

9 files changed

+5
-208
lines changed

managed-databases/mongodb/how-to/add-a-database.mdx

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

managed-databases/mongodb/how-to/add-users.mdx

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

managed-databases/mongodb/how-to/configure-advanced-settings.mdx

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

managed-databases/mongodb/how-to/connect-database-instance.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ categories:
1818
<Message type="requirement">
1919
- You have an account and are logged into the [Scaleway console](https://console.scaleway.com)
2020
- You have a [MongoDB™ Database Instance](/managed-databases/mongodb/quickstart)
21+
- You have installed either [mongosh](https://www.mongodb.com/docs/mongodb-shell/), or the [pymongo](https://pymongo.readthedocs.io/en/stable/) distribution for Python, or the Node.js [mongodb module](https://www.npmjs.com/package/mongodb) or the [mongo driver for Go](https://github.com/mongodb/mongo-go-driver), or [Mongoose](https://mongoosejs.com/) on your local machine
2122
</Message>
2223

2324
## How to connect via database client
@@ -26,7 +27,7 @@ categories:
2627
2. Click the database name or <Icon name="more" /> > **More info** to access the Database Instance information page.
2728
3. Click <Icon name="download" /> next to the **TLS certificate** to download it.
2829
4. Transfer the file to where you will execute the connection command.
29-
5. Return to the console and click **Connect** in the **Connect Database Instance** section.
30+
5. Return to the console and click **Connect** in the **Connect Database Instance** section. A pop-up appears.
3031
6. Select a connection mode. The following modes are available: `mongosh`, `Python`, `Go`, `Node.js` and `Mongoose`.
3132
7. Replace the variables in the commands with your information.
3233

managed-databases/mongodb/how-to/create-a-database-instance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Document databases enable users to store and retrieve data in a document format,
4646
- Enter a name for your Database Instance.
4747
4. Click **Create a Database Instance** to confirm your choices and launch creation.
4848

49-
You are taken to the **Overview** tab for your Database Instance, where you can see information including the **Endpoint** to enable you to connect to it.
49+
You are taken to the **Overview** tab for your Database Instance.

managed-databases/mongodb/how-to/delete-a-database-instance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ categories:
2323

2424
1. Click **MongoDB™** under **Managed Databases** on the side menu. A list of your Database Instances displays.
2525
2. Click the database name or <Icon name="more" /> > **More info** to access the Database Instance information page.
26-
3. Scroll down the page to the **Delete Instance** section and click **Delete Instance**. A pop-up appears to inform you that:
26+
3. Click the **Settings** tab, scroll down to the **Delete Database Instance** section and click **Delete Instance**. A pop-up appears to inform you that:
2727
<Message type="important">
2828
This will permanently destroy your Instance, and all your data will be lost. This action is irreversible.
2929
</Message>

managed-databases/mongodb/how-to/delete-database.mdx

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

managed-databases/mongodb/how-to/manage-permissions.mdx

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

managed-databases/mongodb/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ MongoDB™ databases enable users to store and retrieve data in a document forma
4545
- Enter a name for your Database Instance.
4646
4. Click **Create a Database Instance** to confirm your choices and launch creation.
4747

48-
You are taken to the **Overview** tab for your Database Instance, where you can see information including the **Endpoint** to enable you to connect to it.
48+
You are taken to the **Overview** tab for your Database Instance.
4949

5050
## How to connect via database client with mongosh
5151

0 commit comments

Comments
 (0)