diff --git a/doc/index.md b/doc/index.md index c10e7a3e2072316992a32c90781dc5cc179d391c..03061f5e5a7f2c8e8c4c741632a599d191db5454 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: