From 4ece2d59aa67dff1bfea174550e3e8e287fac8b1 Mon Sep 17 00:00:00 2001
From: Royer Yangali <royer.yangali@etsi.org>
Date: Mon, 4 Nov 2024 14:26:02 +0100
Subject: [PATCH] FIXES: fixing identation issues

---
 doc/index.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/index.md b/doc/index.md
index 5284b28..9aa0f73 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -14,10 +14,10 @@ The guides and walkthroughs below make some reasonable assumptions to simplify t
 In particular, we assume:
 
   - A physical server or virtual machine for running the TFS controller with the following minimum specifications (check section [Configure your Machine](https://tfs.etsi.org/documentation/develop/deployment_guide/#11-configure-your-machine) for additional details):
-    - 4 cores / vCPUs
-    - 8 GB of RAM (10 GB of RAM if you want to develop)
-    - 60 GB of disk (100 GB of disk if you want to develop)
-    - 1 NIC card
+    * 4 cores / vCPUs
+    * 8 GB of RAM (10 GB of RAM if you want to develop)
+    * 60 GB of disk (100 GB of disk if you want to develop)
+    * 1 NIC card
   - [VSCode](https://code.visualstudio.com/) with the [Remote SSH](https://code.visualstudio.com/docs/remote/ssh) extension
   - Working machine software:
     - [Ubuntu Server 22.04.4 LTS](https://releases.ubuntu.com/22.04/) or [Ubuntu Server 20.04.6 LTS](https://releases.ubuntu.com/20.04/)
-- 
GitLab