Skip to content

Commit c0c9d96

Browse files
chore(gen): documentation review MTA-5404 (#4168)
1 parent 2514fc6 commit c0c9d96

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

console/account/how-to/use-the-search-bar.mdx

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ content:
77
paragraph: Efficiently search for features and settings in the Scaleway console.
88
tags: account search-bar resource
99
dates:
10-
validation: 2024-06-27
10+
validation: 2025-01-03
1111
posted: 2024-03-14
1212
categories:
1313
- account
1414
---
1515

16-
The **search bar** functionality within the Scaleway console allows you to quickly find Scaleway resources and products.
16+
The **search bar** functionality of the Scaleway console allows you to quickly find Scaleway resources and products.
1717

1818
<Macro id="requirements" />
1919

@@ -59,5 +59,3 @@ In addition to the products present in the Scaleway catalog, you can look for th
5959
- Load Balancers
6060
- Web Hosting
6161
- Secrets (Secret Manager)
62-
63-
We want to hear from you! Click [Send feedback](https://scaleway.typeform.com/to/SQc4Etpe?typeform-source=jira.infra.online.net) at the bottom of the search bar to share your thoughts or suggestions.

serverless/sql-databases/api-cli/import-data-to-serverless-sql-databases.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Step-by-step process for importing data into Scaleway's serverless SQL databases.
88
tags: serverless sql database db migration import backup data
99
dates:
10-
validation: 2024-06-24
10+
validation: 2025-01-03
1111
posted: 2024-06-24
1212
---
1313

@@ -81,7 +81,7 @@ To complete this procedure, you must have installed PostgreSQL 16 (or newer) wit
8181

8282
To complete this procedure, you must have:
8383

84-
- Installed [pg_Admin](https://www.pgadmin.org/).
84+
- Installed [pgAdmin](https://www.pgadmin.org/).
8585

8686
- Ensured your PGAdmin version is compatible with the PostgreSQL version of the database you will import your data into. Currently, pgAdmin 7.8 or newer is required to fully work with PostgreSQL 16.
8787

@@ -107,7 +107,7 @@ To complete this procedure, you must have:
107107

108108
2. Connect to your database server by selecting it in the left-hand menu.
109109

110-
3. Select your database in the **Databases* submenu.
110+
3. Select your database in the **Databases** submenu.
111111

112112
4. In the left-hand menu, right-click the name of your new database, then select **Restore**.
113113

@@ -203,4 +203,4 @@ You can create a `.csv` file from an existing PostgreSQL table with the [psql \c
203203
The PostgreSQL [COPY command](https://www.postgresql.org/docs/current/sql-copy.html) cannot be used directly, as it requires the source file to be available on the PostgreSQL instance itself.
204204
</Message>
205205

206-
5. When finished, make sure your data is stored in your new database by [connecting to it](/serverless/sql-databases/how-to/connect-to-a-database/), and performing a query.
206+
5. When finished, make sure your data is stored in your new database by [connecting to it](/serverless/sql-databases/how-to/connect-to-a-database/), and performing a query.

tutorials/snapshot-instances-jobs/index.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- instances
1111
- jobs
1212
dates:
13-
validation: 2024-06-19
13+
validation: 2025-12-03
1414
posted: 2024-06-19
1515
---
1616

@@ -239,14 +239,14 @@ From the **Overview** tab of the Serverless job you just created, click, **Actio
239239

240240
The execution appears in the **Job runs** section. You can access the logs of your job by clicking <Icon name="more" /> next to the job run ID, and selecting **See on cockpit**.
241241

242-
# Possible improvements
242+
## Possible improvements
243243

244244
This tutorial is a lightweight example of how to create recurring snapshots of an Instance. You can go further by:
245245
- Using it to manage all your Instances snapshots
246246
- Create backups of your storage disks
247247
- Set up an alerting system in case of unexpected behavior
248248

249-
# Additional content
249+
## Additional resources
250250

251251
- [Serverless Jobs Documentation](/serverless/jobs/how-to/create-job/)
252252
- [Other methods to deploy Jobs](/serverless/jobs/reference-content/deploy-job/)

0 commit comments

Comments
 (0)