From ec991cb3edac07ef94ad0d7ca8eed5e4b9d437b7 Mon Sep 17 00:00:00 2001
From: Christophe Chaudier <christophe@lydra.fr>
Date: Tue, 20 Feb 2024 17:15:33 +0100
Subject: [PATCH] feat: highlighting pay-per-view offers

---
 docusaurus.config.js | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 4beed68..a08b162 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -41,6 +41,10 @@ module.exports = {
               label: "Offre Dédiée",
               to: "/dedie"
             },
+            {
+              label: "Mentorat de groupe GitLab",
+              to: "/accelerateur-gitlab"
+            },
           ],
         },
         {label: "Doc", position: "left", type: "doc", docId: "intro", },
@@ -50,11 +54,11 @@ module.exports = {
           position: "left",
           items: [
             {
-              label: "🎁 Antisèche et Communauté git",
+              label: "🎁 Antisèche et Communauté",
               to: "/communaute",
             },
             {
-              label: "L'accélérateur : mentorat de groupe",
+              label: "💶 L'accélérateur : mentorat de groupe",
               to: "/accelerateur-gitlab",
             },
           ],
-- 
GitLab