diff --git a/docusaurus.config.js b/docusaurus.config.js
index 2861d3a597dc35cf638885254d7b9a12e72f4aa0..b49568b5901cb8163ebb0f18c9815b94ab9e7ddc 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -30,7 +30,21 @@ module.exports = {
         {label: "FAQ", position: "left", to: "/faq"},
         {label: "Tarifs", position: "left", to: "/tarifs"},
         {label: "Doc", position: "left", type: "doc", docId: "intro", },
-        {label: "🎁 Antisèche et Communauté git", position: "left", to: "/communaute"},
+        {
+          type: "dropdown",
+          label: "🎓 Apprendre",
+          position: "left",
+          items: [
+            {
+              label: "🎁 Antisèche et Communauté git",
+              to: "/communaute",
+            },
+            {
+              label: "L'Académie : mentorat de groupe",
+              href: "https://vu.fr/AcademieFroggit",
+            },
+          ],
+        },
         {
           label: "👤 Connexion",
           position: "right",