Skip to content

Commit e3249e0

Browse files
bene2k1jcirinosclwynerda-codes
authored
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]> Co-authored-by: Néda <[email protected]>
1 parent 7679e41 commit e3249e0

File tree

12 files changed

+19
-26
lines changed

12 files changed

+19
-26
lines changed

pages/instances/how-to/create-a-backup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A new Instance is created from your image.
5858
2. Click the Instance you created an image of.
5959
3. Click the **Storage** tab and scroll down to the **Images** section of the page.
6060
4. Click <Icon name="more" /> next to the Instance's image.
61-
5. Select **Create Instance** on the drop-down list. You are redirected to the Instance Creation wizard, where the image has been preselected for you at step 2.
61+
5. Select **Create Instance** on the drop-down list. You are redirected to the Instance creation wizard, where the image has been preselected for you at step 2.
6262
6. Finish configuring the Instance according to your requirements, and click **Create Instance**.
6363

6464
A new Instance is created from your image.

pages/instances/how-to/manage-storage.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can manage the storage resources attached to your Instances directly from th
2525
- **[Snapshots](#managing-snapshots)**: Backups capturing the state of a volume at a specific time, including OS, configuration, and stored files.
2626
- **[Images](#managing-images)**: Full backups of Instances, useful for restoring data or deploying multiple Instances with a predefined configuration.
2727

28-
## Managing Volumes
28+
## Managing volumes
2929
Volumes are the primary storage solution for your Instances. Scaleway Instances support either **Local Storage** or **Block Storage**, depending on the Instance type.
3030

3131
<Message type="tip">
@@ -55,7 +55,7 @@ Volumes are the primary storage solution for your Instances. Scaleway Instances
5555
- **Local Storage**: Storage located on the physical hypervisor, tied to compute resources.
5656
7. Click **Add volume** to attach it to the Instance.
5757

58-
## Managing Snapshots
58+
## Managing snapshots
5959
Snapshots preserve the state of a volume at a specific time, allowing for data recovery.
6060

6161
### Viewing and managing snapshots
@@ -79,7 +79,7 @@ Snapshots preserve the state of a volume at a specific time, allowing for data r
7979
6. Enter a snapshot name.
8080
7. Click **Create snapshot** to proceed.
8181

82-
## Managing Images
82+
## Managing images
8383
Images are full backups of Instances, useful for restoring data or deploying multiple Instances.
8484

8585
### Viewing and managing images

pages/instances/how-to/snapshot-import-export-feature.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For this guide, we assume you have an Instance running in the `fr-par-1` AZ, you
3434
</Message>
3535

3636
1. Click the [Instances section](https://console.scaleway.com/instance/servers) of the Scaleway console, then click the Instance you want to snapshot.
37-
2. The Instance overview displays. Click the **Storage** tab to display the storage resources attached to the Instance. Scoll to the **Snapshots** section of the page.
37+
2. The Instance overview displays. Click the **Storage** tab to display the storage resources attached to the Instance. Scroll to the **Snapshots** section of the page.
3838
3. Click the name of the snapshot you want to export. The snapshot overview displays.
3939
4. Click **Actions** then select **Copy to bucket**. A pop-up displays. Enter the file name for your exported snapshot copy and select the destination bucket. Then click **Copy snapshot to bucket**.
4040

pages/local-storage/how-to/attach-volume.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ You can attach a Local Storage volume to your Instance at any time, as long as t
3131

3232
<Message type="important">
3333
* You can attach up to 15 volumes at a time to a single Instance.
34-
* Local Storage resources are limited bound to the characteristics of your Instance (vCPU/RAM). Alternatively, you can use [Block Storage](block-storage/quickstart/) to increase the storage capacity of your Instance.
34+
* Local Storage resources are limited and bound to the characteristics of your Instance (vCPU/RAM). Alternatively, you can use [Block Storage](/block-storage/quickstart/) to increase the storage capacity of your Instance.
3535
</Message>
3636

pages/local-storage/how-to/create-snapshot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories:
1616
The snapshot feature allows you to create an image of a specific Local Storage volume of your Instance. A snapshot is a full-volume copy stored in our secure data centers. They are usually used to recover volume data or to create a copy of a volume.
1717

1818
<Message type="tip">
19-
* This documentation refers to the creation of snapshots for Local Storage volumes. Refer to [How to create a snapshot of a Block Storage volume](/block-storage/how-to/create-a-snapshot/) to find information how to create snapshots of Block Storage volumes.
19+
* This documentation refers to the creation of snapshots for Local Storage volumes. Refer to [How to create a snapshot of a Block Storage volume](/block-storage/how-to/create-a-snapshot/) to find information on how to create snapshots of Block Storage volumes.
2020
* The snapshot feature creates backups of specific volumes only. If you wish to create a backup image that is a complete backup of your Instance including **all** of its volumes, check out our documentation on [how to create an image](/instances/how-to/create-a-backup/).
2121
</Message>
2222

pages/local-storage/how-to/create-volume-from-snapshot.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ categories:
1818

1919
- A Scaleway account logged into the [console](https://console.scaleway.com)
2020
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21-
- Created a [Local Storage volume](/Local-storage/how-to/create-a-volume/)
22-
- Created a [snapshot](/Local-storage/how-to/create-a-snapshot/)
21+
- Created a [Local Storage volume](/local-storage/how-to/create-a-volume/)
22+
- Created a [snapshot](/local-storage/how-to/create-a-snapshot/)
2323

2424

2525
1. Click **Local Storage** in the **Storage** section of the Scaleway console side menu. The Local Storage page displays.
2626
2. Click the **Snapshots** tab.
2727
3. Click <Icon name="more" /> > **Create volume** next to the snapshot of your choice. A pop-up displays.
2828
4. Enter a name for the new volume, or leave the suggested name.
29-
6. Click **Create volume from snapshot**.
29+
5. Click **Create volume from snapshot**.
3030

3131
The new volume appears in your Local Storage volumes list.

pages/local-storage/how-to/create-volume.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ categories:
2727
- Enter a name for your volume or leave the automatically generated name.
2828
- Define a volume size.
2929
<Message type="important">
30-
The volume size must be at least 1GB.
30+
The volume size must be at least 1 GB.
3131
</Message>
3232
- Select an Instance from the drop-down to attach your volume. This step is optional.
3333
- Check the estimated cost.
3434
4. Click **Create volume**. The volumes overview page displays.
3535
<Message type="important">
3636
The volume must be in the same Availability Zone as the Instance you want to connect it to.
3737
</Message>
38-
39-

pages/local-storage/how-to/delete-snapshot.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ categories:
1818

1919
- A Scaleway account logged into the [console](https://console.scaleway.com)
2020
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21-
- Created a [Local Storage volume](/Local-storage/how-to/create-a-volume/)
21+
- Created a [Local Storage volume](/local-storage/how-to/create-a-volume/)
2222

2323

2424
1. Click **Local Storage** in the **Storage** section of the Scaleway console side menu. A list of your volumes displays.
@@ -29,5 +29,3 @@ categories:
2929
<Message type="important">
3030
This action permanently deletes your snapshot and all the data it contains. If you do not want to lose this data, make a backup before deleting the snapshot.
3131
</Message>
32-
33-

pages/local-storage/how-to/delete-volume.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@ categories:
1818

1919
- A Scaleway account logged into the [console](https://console.scaleway.com)
2020
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21-
- Created a [Local Storage volume](/Local-storage/how-to/create-a-volume/)
21+
- Created a [Local Storage volume](/local-storage/how-to/create-a-volume/)
2222

2323
<Message type="important">
2424
- You must detach your volume from the Instance it is attached to before deleting the volume. Refer to our documentation to find out [how to do so](/local-storage/how-to/detach-volume/).
2525
</Message>
2626

2727
1. Click **Local Storage** in the **Storage** section of the Scaleway console side menu. A list of your volumes displays.
2828
2. Click the <Icon name="more" /> icon next to the volume of your choice, then click **Delete**. A pop-up displays.
29-
3. Read the inforformation regarding the delete action and type `DELETE` to confirm.
29+
3. Read the information regarding the delete action and type `DELETE` to confirm.
3030
4. Click **Delete volume**.
3131
<Message type="important">
3232
This action permanently deletes your volume and all the data it contains. If you do not want to lose this data, make a backup before deleting the volume.
3333
</Message>
34-

pages/local-storage/how-to/detach-volume.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can detach a Local Storage volume from your Instance when it is powered off.
2020

2121
- A Scaleway account logged into the [console](https://console.scaleway.com)
2222
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
23-
- Created a [Local Storage volume](/Local-storage/how-to/create-volume/) that is [attached](/Local-storage/how-to/attach-volume/) to an Instance
23+
- Created a [Local Storage volume](/local-storage/how-to/create-volume/) that is [attached](/local-storage/how-to/attach-volume/) to an Instance
2424

2525

2626
<Message type="important">
@@ -30,5 +30,3 @@ You can detach a Local Storage volume from your Instance when it is powered off.
3030
1. Click **Local Storage** in the **Storage** section of the Scaleway console side menu. The Local Storage page displays.
3131
2. Click <Icon name="more" /> > **Detach** next to the volume of your choice. A pop-up displays.
3232
3. Click **Detach volume** to confirm.
33-
34-

0 commit comments

Comments
 (0)