From 593a9482f64143697d0d29d00029a1a95c50a1ad Mon Sep 17 00:00:00 2001
From: Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com>
Date: Tue, 26 Mar 2024 08:43:33 +0100
Subject: [PATCH] Update folder structure

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

diff --git a/doc/index.md b/doc/index.md
index c10e7a3..03061f5 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -54,24 +54,20 @@ You can check the code at [OpenCAPIF Repository]
 
 ```
 CAPIF_API_Services
-└───docs
-│    └───test_plan
-│    └───testing_with_postman
+└───helm
+└───monitoring
 └───services
 └───tests
 └───tools
     └───robot
     └───open_api_script
 ```
+* **helm**: This folder contains helm files to deploy capif under k8s environment.
+* **monitoring**: This folder contains grafana helm files to deploy capif under k8s environment.
 * **services**: Services developed following CAPIF API specifications. Also, other complementary services (e.g., NGINX and JWTauth services for the authentication of API consuming entities).
 * **tools**: Auxiliary tools. Robot Framework related code and OpenAPI scripts.
 * **test**: Tests developed using Robot Framework.
 
-* **docs**: Documents related to the code in the repository.
-  * images: images used in the repository
-  * test_plan: test plan descriptions for each API service referring to the test that are executed with the Robot Framework.
-  * testing_with_postman: auxiliary JSON file needed for the Postman-based examples.
-
 ## CAPIF_API_Services
 
 This repository has the python-flask Mockup servers created with openapi-generator related with CAPIF APIS defined here:
-- 
GitLab