From 7638c21d5b03d7f3ea8cae533bec3d1d4bbb031a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= <daniel.garciasanchez@telefonica.com> Date: Wed, 18 Sep 2024 17:32:35 +0200 Subject: [PATCH] Refactor doc --- README.md | 6 +++--- .../images}/Flujo completo-OPENCAPIF ACTUAL.jpg | Bin .../Flujo completo-SDK ACTUAL CON REGISTER.jpg | Bin {images => doc/images}/OpenCAPIF-icon.jpg | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename {images => doc/images}/Flujo completo-OPENCAPIF ACTUAL.jpg (100%) rename {images => doc/images}/Flujo completo-SDK ACTUAL CON REGISTER.jpg (100%) rename {images => doc/images}/OpenCAPIF-icon.jpg (100%) diff --git a/README.md b/README.md index 4836fb0..a067e96 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # OpenCAPIF SDK - + This repository develop a Python Software Development Kit(SDK) whis focuses on connecting to OpenCAPIF in a simple way, lowering integration complexity and allowing developers to focus on Network Functions (NF) or services development. @@ -44,7 +44,7 @@ This repository includes 2 different modes to test OpenCAPIF SDK: - **Invoker CAPIF connector offboarding**: Simplifies the process of offboarding for Invoker users, - **Provider CAPIF connector offboarding**: Simplifies the process of offboarding for Provider users. - + ## Other features @@ -54,7 +54,7 @@ Apart from the SDK core, there are available different functionalities for devel - **Register and login**: Facilitates the logging process for admin users and creates a CAPIF user, - **Deregister and login**: Facilitates the logging process for admin users and eliminates a CAPIF user. - + # OpenCAPIF SDK Installation (dev environment??) diff --git a/images/Flujo completo-OPENCAPIF ACTUAL.jpg b/doc/images/Flujo completo-OPENCAPIF ACTUAL.jpg similarity index 100% rename from images/Flujo completo-OPENCAPIF ACTUAL.jpg rename to doc/images/Flujo completo-OPENCAPIF ACTUAL.jpg diff --git a/images/Flujo completo-SDK ACTUAL CON REGISTER.jpg b/doc/images/Flujo completo-SDK ACTUAL CON REGISTER.jpg similarity index 100% rename from images/Flujo completo-SDK ACTUAL CON REGISTER.jpg rename to doc/images/Flujo completo-SDK ACTUAL CON REGISTER.jpg diff --git a/images/OpenCAPIF-icon.jpg b/doc/images/OpenCAPIF-icon.jpg similarity index 100% rename from images/OpenCAPIF-icon.jpg rename to doc/images/OpenCAPIF-icon.jpg -- GitLab