From 9e4dea24ba2e9bff9d22d81299a0a0ac7e78fb4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20=C5=81opatowski?= <llopat@man.poznan.pl>
Date: Thu, 5 Jun 2025 11:35:51 +0200
Subject: [PATCH] Updated navigation menu with new release notes entries

---
 mkdocs.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mkdocs.yml b/mkdocs.yml
index c452bae..9727228 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -92,6 +92,8 @@ nav:
       - Zabbix: 'nmaas-applications/tutorials/zabbix.md'
       - Znuny: 'nmaas-applications/tutorials/znuny.md'
   - Release Notes:
+    - '1.7.1': 'release-notes/1.7.1.md'
+    - '1.7.0': 'release-notes/1.7.0.md'
     - '1.6.5': 'release-notes/1.6.5.md'
     - '1.6.4': 'release-notes/1.6.4.md'
     - '1.6.3': 'release-notes/1.6.3.md'
-- 
GitLab