From f0a5bf9bdd81419f96288c5a357bf338aa1c3a52 Mon Sep 17 00:00:00 2001 From: Pelayo Torres <pelayo.torresalonso@telefonica.com> Date: Thu, 16 May 2024 15:06:51 +0200 Subject: [PATCH] Helper documentation --- doc/gettingstarted/howtorun.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/gettingstarted/howtorun.md b/doc/gettingstarted/howtorun.md index 7b5d06d..0c3d4fe 100644 --- a/doc/gettingstarted/howtorun.md +++ b/doc/gettingstarted/howtorun.md @@ -6,6 +6,7 @@ - [Run All CAPIF Services locally with Docker images and deploy monitoring stack](#run-all-capif-services-locally-with-docker-images-and-deploy-monitoring-stack) - [Run each service using Docker](#run-each-service-using-docker) - [Run each service using Python](#run-each-service-using-python) +- [Start Your Testing with OpenCAPIF](#start-your-testing-with-opencapif) Capif services are developed under [services folder](https://labs.etsi.org/rep/ocf/capif/-/tree/main/services). @@ -160,6 +161,6 @@ pip3 install -r requirements.txt python3 -m <service> ``` -#### 4. Start Your Testing with OpenCAPIF +#### Start Your Testing with OpenCAPIF You can now test OpenCAPIF. Visit the Testing page to see how it works. \ No newline at end of file -- GitLab