From c7acfbc7c8c9607efc1cdd96dbb7d553a5bafc20 Mon Sep 17 00:00:00 2001
From: Julie Thezenas <julie@lydra.fr>
Date: Mon, 30 May 2022 14:13:26 +0200
Subject: [PATCH] feat: create menu in right nav

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

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 819d335..c538f20 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -31,6 +31,25 @@ module.exports = {
           href: "https://lab.frogg.it/users/sign_in",
         },
         {label: "S'enregistrer", position: "right", to: "/tarifs"},
+        {
+          type: "dropdown",
+          label: "Les services",
+          position: "right",
+          items: [
+            {
+              label: "Le Lab 🧪",
+              href: "https://lab.frogg.it/",
+            },
+            {
+              label: "Le Chat 💬",
+              href: "https://chat.froggit.fr/",
+            },
+            {
+              label: "Status ✔",
+              href: "https://status.froggit.fr/",
+            },
+          ],
+        },
       ],
     },
     footer: {
-- 
GitLab