diff --git a/doc/deployment_guide/deployment_guide.md b/doc/deployment_guide/deployment_guide.md
index 6b064351394ead026d3e0d04d2bcb62a8cb71b28..699f799891541e47aecc1e070acffb6c714d4908 100644
--- a/doc/deployment_guide/deployment_guide.md
+++ b/doc/deployment_guide/deployment_guide.md
@@ -338,7 +338,7 @@ Most of the specifications can be as specified in the [Oracle Virtual Box](#112-
   - Size: 60GB (at least)
   - **Type**: VMDK
 
-![spaces_huDzAu5hmjUdNzCGBBbL_uploads_jrerlmLyZWi5f2Tzb7xY_Screenshot_from_2023-07-10_18-13-43](images/deployment_guide/01_vagrant_box.jpg)
+![Screenshot_from_2024-10-21_18-13-43](./images/deployment_guide/01_vagrant_box.jpg)
 
 Also, before initiating the VM and installing the OS, we'll need to:
 
@@ -354,32 +354,32 @@ At Network Adapt 1, the following port-forwarding rule must be set.
 | - | - | - | - | - | - |
 | SSH | TCP | | **2222** | | 22 |
 
-![Screenshot_from_2023-07-10_18-25-18](images/deployment_guide/02_vagrant_box.jpg)
+![Screenshot_from_2023-07-10_18-25-18](./images/deployment_guide/02_vagrant_box.jpg)
 
 <h3><u>Installing the OS</h3></u>
 
 For a Vagrant Box, it is generally suggested that the ISO's server version is used, as it is intended to be used via SSH, and any web GUI is expected to be forwarded to the host.
 
-![Screenshot_from_2023-07-10_18-41-49](images/deployment_guide/03_vagrant_box.jpg)
+![Screenshot_from_2023-07-10_18-41-49](./images/deployment_guide/03_vagrant_box.jpg)
 
-![Screenshot_from_2023-07-10_18-42-30](images/deployment_guide/04_vagrant_box.jpg)
+![Screenshot_from_2023-07-10_18-42-30](./images/deployment_guide/04_vagrant_box.jpg)
 
-![Screenshot_from_2023-07-10_18-42-45](images/deployment_guide/05_vagrant_box.jpg)
+![Screenshot_from_2023-07-10_18-42-45](./images/deployment_guide/05_vagrant_box.jpg)
 
 Make sure the disk is not configured as an LVM group!
 
-![Screenshot_from_2023-07-10_18-43-16](images/deployment_guide/06_vagrant_box.jpg)
+![Screenshot_from_2023-07-10_18-43-16](./images/deployment_guide/06_vagrant_box.jpg)
 
 <h3><u>Vagrant ser</h3></u>
 Vagrant expects by default, that in the box's OS exists the user `vagrant` with the password also being `vagrant`.
 
-![Screenshot_from_2023-07-10_18-54-12](images/deployment_guide/07_vagrant_box.jpg)
+![Screenshot_from_2023-07-10_18-54-12](./images/deployment_guide/07_vagrant_box.jpg)
 
 <h3><u>SSH</h3></u>
 
 Vagrant uses SSH to connect to the boxes, so installing it now will save the hassle of doing it later.
 
-![Screenshot_from_2023-07-10_18-54-48](images/deployment_guide/08_vagrant_box.jpg)
+![Screenshot_from_2023-07-10_18-54-48](./images/deployment_guide/08_vagrant_box.jpg)
 
 <h3><u>Features server snaps</h3></u>
 
diff --git a/mkdocs.yml b/mkdocs.yml
index d015c5d26ceb87b2ed1d7ea1f246b8f4498893b0..f5b2fb92350d9561df1d39b171c86af6deb665d4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -76,5 +76,6 @@ extra:
 
 # Page tree
 nav:
+  - Index : ./index.md
   - 1. Deployment Guide: ./deployment_guide/deployment_guide.md
   - 2. Development Guide: ./development_guide/development_guide.md