From d181b2067a35066dae42d9b1c2f375a2c72822e8 Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Fri, 5 Nov 2021 11:24:59 +0100 Subject: [PATCH] refactor: add some emojis on footer --- docusaurus.config.js | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index c34e08f..e97fe45 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -20,11 +20,11 @@ module.exports = { src: "img/logo_froggit.svg", }, items: [ - {to: "/#features", label: "Fonctionnalités", position: "left"}, - {to: "/faq", label: "FAQ", position: "left"}, - {to: "/dummy_page", label: "Tarifs", position: "left"}, + {to: "/#features", label: "✨ Fonctionnalités", position: "left"}, + {to: "/faq", label: "â“ FAQ", position: "left"}, + {to: "/dummy_page", label: "💰 Tarifs", position: "left"}, {to: "/blog", label: "Blog", position: "left"}, - {type: "doc", docId: "intro", position: "left", label: "Doc",}, + {type: "doc", docId: "intro", position: "left", label: "📔 Doc",}, { href: "https://lab.frogg.it/users/sign_in", label: "Connexion", @@ -40,23 +40,23 @@ module.exports = { title: "Suivez-nous", items: [ { - label: "Youtube", + label: "â–¶ï¸ Youtube", href: "https://www.youtube.com/channel/UCauIDghddUNu6Fto1nR9Bmg/?sub_confirmation=1", }, { - label: "Linkedin", + label: "👔 Linkedin", href: "https://www.linkedin.com/company/froggit", }, { - label: "Froggit", + label: "🸠Froggit", href: "https://lab.frogg.it/froggit", }, { - label: "GitLab", + label: "🦊 GitLab", href: "https://gitlab.com/froggit", }, { - label: "Twitter", + label: "🦠Twitter", href: "https://twitter.com/art_devops", }, ], @@ -66,11 +66,11 @@ module.exports = { title: "Pourquoi Froggit ?", items: [ { - label: "Ton code source est-il en sécurité?", + label: "🔠Ton code source est-il en sécurité?", href: "https://lydra.fr/es-2-ton-code-source-est-il-vraiment-en-securite/", }, { - label: "La souveraineté numérique", + label: "âš–ï¸ La souveraineté numérique", href: "https://lydra.fr/category/souverainete-numerique/", }, ], @@ -92,35 +92,35 @@ module.exports = { title: "Société", items: [ { - label: "À propos", + label: "🢠À propos", href: "https://lydra.fr", }, { - label: "Équipe", + label: "💼 Équipe", href: "https://lydra.fr/#team", }, { - label: "Contact", + label: "ðŸ›Žï¸ Contact", to: "/contacts", }, { - label: "Mentions légales", + label: "âš–ï¸ Mentions légales", to: "/mentions_legales", }, { - label: "CGV", + label: "📜 CGV", to: "/CGV", }, { - label: "CGU", + label: "📃 CGU", to: "/CGU", }, { - label: "Politique de confidentialité", + label: "🔠Politique de confidentialité", to: "/confidentialite", }, { - label: "Sous-traitants", + label: "👥 Sous-traitants", to: "/sous-traitants", }, ], -- GitLab