From f50bffff8f1cba4b6ddac15790daca7d2051be36 Mon Sep 17 00:00:00 2001
From: Kostis Trantzas <ktrantzas@ece.upatras.gr>
Date: Wed, 26 Jun 2024 15:34:20 +0300
Subject: [PATCH] fix for #2

---
 doc/deploymentCompose.md |  1 +
 doc/deploymentK8s.md     |  1 +
 doc/nfvoconfig.md        | 12 +++++++-----
 mkdocs.yml               |  5 ++++-
 4 files changed, 13 insertions(+), 6 deletions(-)
 create mode 100644 doc/deploymentCompose.md
 create mode 100644 doc/deploymentK8s.md

diff --git a/doc/deploymentCompose.md b/doc/deploymentCompose.md
new file mode 100644
index 00000000..052db732
--- /dev/null
+++ b/doc/deploymentCompose.md
@@ -0,0 +1 @@
+Docker Compose WIP
\ No newline at end of file
diff --git a/doc/deploymentK8s.md b/doc/deploymentK8s.md
new file mode 100644
index 00000000..537b5ab8
--- /dev/null
+++ b/doc/deploymentK8s.md
@@ -0,0 +1 @@
+Kubernetes WIP
\ No newline at end of file
diff --git a/doc/nfvoconfig.md b/doc/nfvoconfig.md
index 2247a7c6..ed437de5 100644
--- a/doc/nfvoconfig.md
+++ b/doc/nfvoconfig.md
@@ -10,11 +10,13 @@ Configuration of your target(s) NFVOs/MANO services with Openslice is performed
 
 3. Navigate to Admin > Manage MANO providers > Add New MANO Provider and enter its details:
 
-* Name and description of your choice. The selected name will supplement the NFV artifacts of this provider.
-* One of the already defined MANO platforms
-* API URL Endpoint, eg: https://10.10.10.10:9999 (This is the SOL005 NBI endpoint - *Note the port 9999*)
-* Username, Password and Project of your OSM tenant.
+    - Name and description of your choice. The selected name will supplement the NFV artifacts of this provider.
+    - One of the already defined MANO platformssynchronization
+    - API URL Endpoint, eg: https://10.10.10.10:9999 (This is the SOL005 NBI endpoint - *Note the port 9999*)
+    - Username, Password and Project of your OSM tenant.
 
 Check EnabledForONBOARDING, if you want VNF/NS packages uploaded through the UI by the user, to also be automatically ONBOARDED to this MANO (1 step process). If left unchecked, the onboarding process must be performed manually after the VNF/NS package is uploaded to the portal, by the designated UI (2 step process).
 
-Check EnabledForSYNC, if you want to support the automatic synchronization of this MANO with OpenSlice. When enabled, the existing VNF/NS packages and VIMs (and any updates on them) of the registered MANO are also reflected to the portal to the respective UIs (Registered VNFs/NSDs and Manage Infrastructures). The synchronization is a continuous process that will confirm that the artifacts are still present in the MANO, updating the status field of the respective artifacts to `OSM_PRESENT`. If during this process, an artifact is deleted from the MANO, the respective status field will be updated to `OSM_MISSING`.
\ No newline at end of file
+Check EnabledForSYNC, if you want to support the automatic synchronization of this MANO with OpenSlice. When enabled, the existing VNF/NS packages and VIMs (and any updates on them) of the registered MANO are also reflected to the portal to the respective UIs (Registered VNFs/NSDs and Manage Infrastructures). 
+
+The synchronization is a continuous process that will confirm that the artifacts are still present in the MANO, updating the status field of the respective artifacts to `OSM_PRESENT`. If during this process, an artifact is deleted from the MANO, the respective status field will be updated to `OSM_MISSING`.
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 2236d6a5..daabd128 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -72,7 +72,10 @@ nav:
   - Overview:
       - Introduction: index.md
   - Getting Started:
-      - Deployment/Installation: deployment.md
+      - Deployment/Installation: 
+          - deployment.md
+          - Docker Compose: deploymentCompose.md
+          - Kubernetes: deploymentK8s.md
       - NFV Orchestrator Configuration: nfvoconfig.md
       - Service Catalogs: catalogs.md
       - NFV Catalogs: nfvcatalogs.md
-- 
GitLab