From 02cb3fbb6f3401edc604f32d15d0341e5d25b84b Mon Sep 17 00:00:00 2001 From: JorgeEcheva26 <jorge.echevarriauribarri.practicas@telefonica.es> Date: Mon, 23 Sep 2024 11:49:52 +0200 Subject: [PATCH] Referrals to the importance of the other sections --- doc/sdk-configuration.md | 1 + doc/sdk-installation.md | 2 ++ doc/sdk-usage.md | 2 ++ 3 files changed, 5 insertions(+) diff --git a/doc/sdk-configuration.md b/doc/sdk-configuration.md index 6857357..16c66fe 100644 --- a/doc/sdk-configuration.md +++ b/doc/sdk-configuration.md @@ -1,5 +1,6 @@ ## OpenCAPIF SDK configuration +Before configuration it's needed to have completed the [prerequirements](./sdk-prerequirements.md) section and the [installation](./sdk-installation.md) section. ### **1. Configuration via Config.json** This configuration could also be fullfilled by enviroment variables (EXAMPLE) diff --git a/doc/sdk-installation.md b/doc/sdk-installation.md index 36ff521..78bfb70 100644 --- a/doc/sdk-installation.md +++ b/doc/sdk-installation.md @@ -1,6 +1,8 @@ # OpenCAPIF SDK installation +Before installation it's needed to have completed the prerequirements section. + ## OpenCAPIF SDK consumer installation SOON diff --git a/doc/sdk-usage.md b/doc/sdk-usage.md index 86864ac..b27a116 100644 --- a/doc/sdk-usage.md +++ b/doc/sdk-usage.md @@ -2,6 +2,8 @@ OpenCAPIF SDK implements this set of features to easily integrate an application with CAPIF NF either manually or integrating SDK library directly within app code. +Before usage it's needed to have completed the [prerequirements](./sdk-prerequirements.md) section, the [installation](./sdk-installation.md) section and the selected parts of the [configuration](./sdk-configuration.md) section. + [GENERAL CAPIF USAGE FLOW](./images/Flujo%20completo-OPENCAPIF%20ACTUAL.jpg) This repository includes 2 different modes to test OpenCAPIF SDK: -- GitLab