From cf1996773f404fdeb4ff2a36decc972dfa2ad989 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dominik=20Va=C5=A1ek?= <433748@mail.muni.cz>
Date: Thu, 17 Mar 2022 14:51:04 +0100
Subject: [PATCH] fix step numbering

---
 content/cloud/volumes/index.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/content/cloud/volumes/index.md b/content/cloud/volumes/index.md
index ee09769..02d4de9 100644
--- a/content/cloud/volumes/index.md
+++ b/content/cloud/volumes/index.md
@@ -80,19 +80,19 @@ __3.__ Select **Detach Volume** and confirm.
 
 ![](images/attachment2.png)
 
-__1.__ Open the **Actions** menu again an select **Extend Volume**.
+__4.__ Open the **Actions** menu again an select **Extend Volume**.
 
 ![](images/extend1.png)
 
-__4.__ Specify new size of the volume and press **Extend Volume**.
+__5.__ Specify new size of the volume and press **Extend Volume**.
 
 ![](images/extend2.png)
 
-__5.__ Attach the volume back to the instance via **Manage Attachments**.
+__6.__ Attach the volume back to the instance via **Manage Attachments**.
 
 ![](images/attachment1.png)
 
-__6.__ Verify correct mounting of the volume in the instance.
+__7.__ Verify correct mounting of the volume in the instance.
 
 
 ### Resizing system volume
@@ -103,18 +103,18 @@ __1.__ Turn off the instance in **Project &gt; Compute &gt; Instances**.
 
 ![](images/instance-shutoff.png)
 
-__1.__ First [create a volume backup](#creating-volume-backup).
+__2.__ First [create a volume backup](#creating-volume-backup).
 
-__2.__ Next [restore volume backup](#restoring-volume-backup), this will create a copy volume that can be attached to new instance.
+__3.__ Next [restore volume backup](#restoring-volume-backup), this will create a copy volume that can be attached to new instance.
 
-__3.__ In **Project &gt; Volumes &gt; Volumes** find created backup volume, its name should begin with restore_backup and in the **Actions** menu select **Extend Volume**.
+__4.__ In **Project &gt; Volumes &gt; Volumes** find created backup volume, its name should begin with restore_backup and in the **Actions** menu select **Extend Volume**.
 
 ![](images/extend1.png)
 
-__4.__ Specify new volume size and press **Extend Volume**.
+__5.__ Specify new volume size and press **Extend Volume**.
 
 ![](images/extend2.png)
 
-__5.__ In **Actions** menu select **Launch as Instance** and deploy a new instance with this volume, or if you need to make additional changes to the volume, you can attach it to another instance via **Manage Attachments**.
+__6.__ In **Actions** menu select **Launch as Instance** and deploy a new instance with this volume, or if you need to make additional changes to the volume, you can attach it to another instance via **Manage Attachments**.
 
 ![](images/launch1.png)
-- 
GitLab