From fbd991f7a559f14a7e3fa9f550b1f8330e7629bd Mon Sep 17 00:00:00 2001
From: Plumtree3D <ham.in.kneesocks@gmail.com>
Date: Fri, 17 Mar 2023 09:53:04 +0100
Subject: [PATCH] feat: dropsown with saas links

---
 docusaurus.config.js | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index eab526a..96944b8 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -75,6 +75,25 @@ const config = {
               },
             ],
           },
+          {
+            type: 'dropdown',
+            label: 'SaaS',
+            position: 'right',
+            items: [
+              {
+                label: '🔧 Boîte à outils',
+                href: 'https://www.lydra.eu/bao',
+              },
+              {
+                label: '🔑 Clé en main',
+                href: 'https://www.lydra.eu/cem',
+              },
+              {
+                label: '🐸 Froggit',
+                href: 'https://froggit.fr/',
+              },
+            ],
+          },
           {
             to: 'https://www.compagnons-devops.fr/mentor', 
             label: '🎓  Mentorat', 
-- 
GitLab