From 2597ae44efd8a44356a3c2a9a79ad0f2b05dc4bb Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Thu, 15 Dec 2022 10:33:00 +0100 Subject: [PATCH] feat: add learn dropdown menu --- docusaurus.config.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2861d3a..b49568b 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", -- GitLab