Skip to content

Commit eb59443

Browse files
committed
docs(gen): block and local storage guideflows
1 parent 52fcb80 commit eb59443

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

pages/block-storage/quickstart.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,23 @@ content:
77
paragraph: Get started with Scaleway Block Storage. This guide covers creating, attaching, and mounting Block Storage volumes to your Instances for efficient data management.
88
tags: block storage overview get started
99
dates:
10-
validation: 2025-01-07
10+
validation: 2025-06-20
1111
posted: 2023-11-23
1212
categories:
1313
- block-storage
1414
- storage
1515
---
1616

17-
Scaleway [Block Storage](/block-storage/concepts/#block-device) provides network-attached storage that can be plugged in and out of [Instances](/instances/concepts/#instance) like a virtual hard-drive. Block Storage devices are independent of the Local Storage of Instances, and the fact that they are accessed over a network connection makes it easy to move them between Instances in the same [Availability Zone](/instances/concepts/#availability-zone).
17+
Scaleway [Block Storage](/block-storage/concepts/#block-device) provides network-attached storage that can be plugged in and out of [Instances](/instances/concepts/#instance) like a virtual hard drive. Block Storage devices are independent of the Local Storage of Instances, and the fact that they are accessed over a network connection makes it easy to move them between Instances in the same [Availability Zone](/instances/concepts/#availability-zone).
1818

1919
From the user's point of view, once [mounted](/block-storage/api-cli/managing-a-volume/#mounting-and-using-a-block-storage-volume), the block device behaves like a regular disk.
2020

2121
<Macro id="block-storage-migration" />
2222

23+
## Console overview
24+
Discover the Block Storage interface on the Scaleway console.
25+
<GuideFlow src="https://app.guideflow.com/embed/gkydgm0u4k"/>
26+
2327
<Macro id="requirements" />
2428

2529
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -89,7 +93,7 @@ Then, check that the volume is available, format it, and mount it, following the
8993
```
9094

9195
<Message type="note">
92-
The Scaleway ecosystem uses [GB](https://en.wikipedia.org/wiki/Gigabyte) to define storage sizes and not [GiB](https://en.wikipedia.org/wiki/Gibibyte) as the default on linux.
96+
The Scaleway ecosystem uses [GB](https://en.wikipedia.org/wiki/Gigabyte) to define storage sizes and not [GiB](https://en.wikipedia.org/wiki/Gibibyte) as the default on Linux.
9397
</Message>
9498

9599

pages/local-storage/quickstart.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Get started with Scaleway Local Storage. This guide covers creating, attaching, and mounting Block Storage volumes to your Instances for efficient data management.
88
tags: local storage overview get started
99
dates:
10-
validation: 2025-03-24
10+
validation: 2025-06-20
1111
posted: 2025-03-24
1212
categories:
1313
- local-storage
@@ -18,6 +18,10 @@ Scaleway Local Storage is a storage solution integrated directly into some of Sc
1818
Local Storage is tied to the lifespan of the Instance; data stored locally will be lost if the Instance is terminated.
1919
For persistent storage needs, Scaleway offers [Block Storage](/block-storage/), which provides scalable, network-attached storage that remains intact independently of the Instance's state.
2020

21+
## Console overview
22+
Discover the Local Storage interface on the Scaleway console.
23+
<GuideFlow src="https://app.guideflow.com/embed/lpx6wq0s1p"/>
24+
2125
<Macro id="requirements" />
2226

2327
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -63,4 +67,4 @@ For persistent storage needs, Scaleway offers [Block Storage](/block-storage/),
6367
5. Click **Delete this snapshot**.
6468
<Message type="important">
6569
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.
66-
</Message>
70+
</Message>

0 commit comments

Comments
 (0)