diff --git a/docs/about.md b/docs/about.md index be2381d2ce13ffea398b80cf84be0b0c992f2ac9..cee1db0fd3f2a7f74673a3483f38de7a10ac2245 100644 --- a/docs/about.md +++ b/docs/about.md @@ -1,6 +1,6 @@ -**NMaaS Platform** is actively developed and maintained as part of the [GÉANT GN5-1](https://geant.org/gn5-1/) project co-funded by the European Union. +**nmaas Platform** is actively developed and maintained as part of the [GÉANT GN5-1](https://geant.org/gn5-1/) project co-funded by the European Union. -NMaaS components are open-source licensed under the Apache 2.0 Licence. +nmaas components are open-source licensed under the Apache 2.0 Licence. ## Useful links diff --git a/docs/guides/application-manager-guide.md b/docs/guides/application-manager-guide.md index bef9b05a6fbe417d004fe85463e074cee796040e..3c820f828dc8de98c547ee9f012027070bd5de80 100644 --- a/docs/guides/application-manager-guide.md +++ b/docs/guides/application-manager-guide.md @@ -11,7 +11,7 @@ A dedicated wizard composed of several forms was developed to ease this manageme In order to access the applications management area user should open the `Settings` drop down menu available on the top navigation bar and click the Applications button. -The main view lists all the applications available in this particular NMaaS installation or a filtered list of applications to which a given user has management access. For each application its `Name` and `Owner` user is provided. When an application entry is clicked subsequent information about available versions of particular application and their status is displayed. +The main view lists all the applications available in this particular nmaas installation or a filtered list of applications to which a given user has management access. For each application its `Name` and `Owner` user is provided. When an application entry is clicked subsequent information about available versions of particular application and their status is displayed. The application version statuses are the following: @@ -40,7 +40,7 @@ From this view an `Application manager` can perform the following actions: !!! info - The applications from the NMaaS portfolio are being deployed on Kubernetes. To this end each application has to be containerized and described in the form of a Helm chart. + The applications from the nmaas portfolio are being deployed on Kubernetes. To this end each application has to be containerized and described in the form of a Helm chart. !!! info The application administration option is available only for users with System administrator or Application manager roles assigned. diff --git a/docs/overrides/partials/copyright.html b/docs/overrides/partials/copyright.html index c352d6910bb67eab49e983f068721fcb4c1bfc16..829a2dbfa59e42b4c107d535a56b087fd1a1e079 100644 --- a/docs/overrides/partials/copyright.html +++ b/docs/overrides/partials/copyright.html @@ -28,6 +28,6 @@ Made with <span class="twemoji heart"> {% include ".icons/octicons/heart-fill-24.svg" %} - </span> by NMaaS contributors and <a href="https://squidfunk.github.io/mkdocs-material/">Material for MkDocs</a> + </span> by nmaas contributors and <a href="https://squidfunk.github.io/mkdocs-material/">Material for MkDocs</a> {% endif %} </div> \ No newline at end of file diff --git a/docs/self-hosted-nmaas/install-guide.md b/docs/self-hosted-nmaas/install-guide.md index ed9e89471e666409c3f07517ea517b7fa772dcfa..317de3220da04505c7efd6816389379cfcf0d3e5 100644 --- a/docs/self-hosted-nmaas/install-guide.md +++ b/docs/self-hosted-nmaas/install-guide.md @@ -210,14 +210,14 @@ The following manual steps must be performed before deploying nmaas: kubectl create secret generic -n $NMAAS_NAMESPACE nmaas-sp-secret --from-literal=secret=<SSO_SHARED_KEY> ``` -- Create the NMaaS Janitor secret containing the GitLab API key, generated previously: +- Create the nmaas Janitor secret containing the GitLab API key, generated previously: ```bash export NMAAS_NAMESPACE="nmaas-system" kubectl create secret generic -n $NMAAS_NAMESPACE nmaas-gitlab-janitor-token --from-literal=secret=<GITLAB_API_TOKEN> ``` -Once the required secrets have been created, NMaaS can be deployed using the following command (make sure to deploy in the same namespace as GitLab): +Once the required secrets have been created, nmaas can be deployed using the following command (make sure to deploy in the same namespace as GitLab): ```bash export NMAAS_NAMESPACE="nmaas-system" @@ -225,7 +225,7 @@ helm repo add nmaas https://artifactory.software.geant.org/artifactory/nmaas-hel helm install -f values.yaml --namespace $NMAAS_NAMESPACE --version 1.0.0 nmaas nmaas/nmaas ``` -It is recommended to use `nmaas-system` as the namespace where NMaaS and all associated components (PostgreSQL, GitLab) will be deployed. +It is recommended to use `nmaas-system` as the namespace where nmaas and all associated components (PostgreSQL, GitLab) will be deployed. !!! warning "nmaas Deployment Time" Please allow at least 10 minutes for nmaas to be fully deployed, depending on hardware configuration and resource utilization.