From 58964f3ea423fb0639f097657d83b6163f318272 Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Fri, 5 Nov 2021 11:29:29 +0100 Subject: [PATCH] refactor: create support col on footer --- docusaurus.config.js | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e97fe45..4b1e69f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -76,15 +76,15 @@ module.exports = { ], }, { - title: "Communauté", + title: "Support", items: [ - { - label: "Forum", - to: "/dummy_page", + { + label: "ðŸ›Žï¸ Contact", + to: "/contacts", }, { - label: "Wiki", - to: "/dummy_page", + label: "âœ”ï¸ Status du service", + href: "https://status.froggit.fr", }, ], }, @@ -99,10 +99,6 @@ module.exports = { label: "💼 Équipe", href: "https://lydra.fr/#team", }, - { - label: "ðŸ›Žï¸ Contact", - to: "/contacts", - }, { label: "âš–ï¸ Mentions légales", to: "/mentions_legales", @@ -128,7 +124,7 @@ module.exports = { ], // eslint-disable-next-line quotes - copyright: `Lydra © ${new Date().getFullYear()}` +"<br/>"+ `Froggit est fièrement fabriqué avec â¤ï¸ par <a href="http://lydra.fr/">Lydra</a> avec des Logiciels Libres et hébergé en 🇫🇷 chez <a href="https://www.scaleway.fr/">Scaleway</a> | <a href="https://status.froggit.fr">âœ”ï¸ Status du service</a>`, + copyright: `Lydra © ${new Date().getFullYear()}` +"<br/>"+ `Froggit est fièrement fabriqué avec â¤ï¸ par <a href="http://lydra.fr/">Lydra</a> avec des Logiciels Libres et hébergé en 🇫🇷 chez <a href="https://www.scaleway.fr/">Scaleway</a>`, }, prism: { theme: lightCodeTheme, -- GitLab