From 304ee566645a0b99f3fbcbd4f9dae057ccfe2d6e Mon Sep 17 00:00:00 2001 From: Kostis Trantzas <kostisgtr@gmail.com> Date: Fri, 9 Feb 2024 20:34:20 +0200 Subject: [PATCH] minor typos --- doc/contributing/developing.md | 6 +++--- doc/deployment.md | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/contributing/developing.md b/doc/contributing/developing.md index 72a79fcf..e8939eec 100644 --- a/doc/contributing/developing.md +++ b/doc/contributing/developing.md @@ -30,14 +30,14 @@ sudo docker compose --profile dev down;sudo docker compose --profile dev up -d - ## General requirements - Docker should be installed in your development environment -- Run the core subsystems (see above sections) +- Run the core subsystems (see above section) ## Slack -Feel free to join OpenSlice [Slack](https://openslice.slack.com) for any development oriented questions +Feel free to join OpenSlice [Slack](https://openslice.slack.com) for any development oriented questions. -## Examples on developing on specific subsystems +## Examples of developing on specific subsystems ### VNF/NSD Catalog Management and NSD Deployment API service diff --git a/doc/deployment.md b/doc/deployment.md index 3f88e32c..48aa4950 100644 --- a/doc/deployment.md +++ b/doc/deployment.md @@ -17,7 +17,7 @@ ## Preparing the environment -> See the [Kubernetes section](##Kubernetes-installation), if you would like to deploy OpenSlice in a Kubernetes cluster. +> See the [Kubernetes section](#Kubernetes-installation), if you would like to deploy OpenSlice in a Kubernetes cluster. ### 1. Backup your previous database if necessary: @@ -154,6 +154,7 @@ And add the provided Bugzilla installation information: ``` Bugzilla should have the following components under the specified product: + * NSD Deployment Request: Component used to schedule deployment req * Onboarding: Issues related to VNF/NSD Onboarding * Operations Support: Default component for operations support @@ -336,7 +337,7 @@ The Keycloack server is managing authentication and running on a container at po - Navigate to Administration Console -- Login with the credentials from section [Configure keycloak container](#Configure-keycloak-container). Default values are: +- Login with the credentials from section [Configure keycloak container](#3-configure-keycloak-container-optional). Default values are: - user: admin and - password: KEYCLOAK_PASSWORD -- GitLab