From 73782fff19c79d3c275a4c36e02fab6003837524 Mon Sep 17 00:00:00 2001
From: Royer Yangali <royer.yangali@etsi.org>
Date: Mon, 21 Oct 2024 15:51:13 +0200
Subject: [PATCH] UPDATES: updating image references

---
 doc/deployment_guide/deployment_guide.md | 16 ++++++++--------
 mkdocs.yml                               |  1 +
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/doc/deployment_guide/deployment_guide.md b/doc/deployment_guide/deployment_guide.md
index 6b06435..699f799 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 d015c5d..f5b2fb9 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
-- 
GitLab