@@ -39,17 +39,17 @@ export default {
3939 slug : 'create-volume-from-snapshot' ,
4040 } ,
4141 {
42- label : 'Identify which API is managing your volumes' ,
43- slug : 'identify-api-managing-volumes' ,
44- } ,
45- {
46- label : 'Migrate volumes and snapshots to Scaleway SBS' ,
47- slug : 'migrate-volumes-snapshots-to-sbs' ,
42+ label : 'Identify the type of a volume or a snapshot' ,
43+ slug : 'identify-volumes-snapshot-type' ,
4844 } ,
4945 {
5046 label : 'Detach a volume' ,
5147 slug : 'detach-a-volume' ,
5248 } ,
49+ {
50+ label : 'Unmount a volume' ,
51+ slug : 'unmount-a-volume'
52+ } ,
5353 {
5454 label : 'Delete a snapshot' ,
5555 slug : 'delete-a-snapshot' ,
@@ -76,11 +76,6 @@ export default {
7676 label : 'Increasing volume size via the API' ,
7777 slug : 'increasing-volume-size' ,
7878 } ,
79- {
80- label :
81- 'Identifying the API managing Block Storage volumes and snapshots' ,
82- slug : 'identifying-volume-snapshot-api' ,
83- } ,
8479 {
8580 label : 'Unmounting a volume' ,
8681 slug : 'unmounting-a-volume' ,
@@ -96,11 +91,6 @@ export default {
9691 'Differences between Block Storage volumes and Block Storage Low Latency volumes' ,
9792 slug : 'differences-between-5kiops-volumes' ,
9893 } ,
99- {
100- label :
101- 'Advantages of migrating from the Instance API to the Block Storage API for managing block volumes and snapshots' ,
102- slug : 'advantages-migrating-to-sbs' ,
103- } ,
10494 {
10595 label : 'Block Storage and Instances bandwidth overview' ,
10696 slug : 'block-instances-bandwidth-overview' ,
0 commit comments