From f2c6e46c64b18817da68804383fdaabdc9f458c7 Mon Sep 17 00:00:00 2001
From: Vojdan Kjorveziroski <vojdan.kjorveziroski@finki.ukim.mk>
Date: Mon, 3 Jun 2024 17:44:44 +0200
Subject: [PATCH] Add information about managed nmaas instances

---
 docs/managed-nmaas/introduction.md | 15 +++++++++++++--
 mkdocs.yml                         |  4 ++--
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/docs/managed-nmaas/introduction.md b/docs/managed-nmaas/introduction.md
index a2afe54..733eff1 100644
--- a/docs/managed-nmaas/introduction.md
+++ b/docs/managed-nmaas/introduction.md
@@ -1,3 +1,14 @@
-# Introduction to Managed NMaaS
+# Introduction to Managed nmaas Instances
 
-Work in progress. Content will be provided soon!
+The GEANT project offers two managed instances of nmaas, dedicated to specific use-cases:
+
+- The nmaas Virtual NOC managed instance hosted at [https://nmaas.eu](https://nmaas.eu)
+- The nmaas Virtual Lab managed instance hosted at [https://vlab.dev.nmaas.eu](https://vlab.dev.nmaas.eu)
+
+## The Virtual NOC Managed Instance
+
+The [nmaas Virtual NOC managed instance](https://nmaas.eu) is aimed at NRENs or NREN end-institutions and provides an effortless way of getting started with basic network monitoring and management. Potential users can request on-boarding into the nmaas Virtual NOC managed instance by filling out the `New domain request` form available on [https://nmaas.eu/about](https://nmaas.eu/about).
+
+## The Virtual Lab Managed Instance
+
+The [nmaas Virtual Lab managed instance](https://vlab.dev.nmaas.eu) acts as a demo environment for testing the newly developed features enabling the Virtual Lab use-case. It can support small scale exercises with around 20 students. In cases of bigger courses, institutions are encouraged to deploy an nmaas instance locally, on their own infrastructure. Interested users in either evaluating nmaas Virtual Lab on the managed instance or deploying it on their own infrastructure can get in touch with the nmaas team using one of the [contact methods](../contact.md).
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 2f48b2b..4af9f9a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -7,9 +7,9 @@ nav:
     - Application Manager Guide: 'guides/application-manager-guide.md'
     - Domain Admin Guide: 'guides/domain-admin-guide.md'
     - User Guide: 'guides/user-guide.md'
-  - Managed NMaaS:
+  - Managed nmaas:
     - Introduction: 'managed-nmaas/introduction.md'
-    - NMaaS Playground Instance: 'managed-nmaas/nmaas-playground-instance.md'
+    - nmaas Playground Instance: 'managed-nmaas/nmaas-playground-instance.md'
   - Self-Hosted NMaaS:
     - Introduction: 'self-hosted-nmaas/introduction.md'
     - Installation Guide: 'self-hosted-nmaas/install-guide.md'
-- 
GitLab