Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit e7bf0be3 authored by Hugues's avatar Hugues Committed by Christophe Chaudier
Browse files

add footer's links, tagline with year generated dynamically, remove a too heavy npm icones package

parent c99de989
No related branches found
No related tags found
1 merge request!4Resolve "create footer"
......@@ -38,46 +38,94 @@ module.exports = {
style: "dark",
links: [
{
title: "Docs",
title: "Suivez-nous",
items: [
{
label: "Tutorial",
to: "/docs/intro",
label: "Youtube",
href: "https://www.youtube.com/channel/UCauIDghddUNu6Fto1nR9Bmg/?sub_confirmation=1",
},
{
label: "Linkedin",
href: "https://www.linkedin.com/company/froggit",
},
{
label: "Froggit",
href: "https://lab.frogg.it/froggit",
},
{
label: "GitLab",
href: "https://gitlab.com/froggit",
},
{
label: "Twitter",
href: "https://twitter.com/art_devops",
},
],
},
{
title: "Community",
title: "Pourquoi Froggit ?",
items: [
{
label: "Stack Overflow",
href: "https://stackoverflow.com/questions/tagged/docusaurus",
label: "Ton code source est-il en sécurité?",
href: "https://lydra.fr/es-2-ton-code-source-est-il-vraiment-en-securite/",
},
{
label: "Discord",
href: "https://discordapp.com/invite/docusaurus",
label: "La souveraineté numérique",
href: "https://lydra.fr/category/souverainete-numerique/",
},
],
},
{
title: "Communauté",
items: [
{
label: "Twitter",
href: "https://twitter.com/docusaurus",
label: "Forum",
to: "/forum",
},
{
label: "Wiki",
to: "/wiki",
},
],
},
},
{
title: "More",
title: "Société",
items: [
{
label: "Blog",
to: "/blog",
label: "À propos",
to: "/a_propos",
},
{
label: "Contact",
to: "/contact",
},
{
label: "Équipe",
to: "/equipe",
},
{
label: "Mentions légales",
to: "/mentions_legales",
},
{
label: "CGV",
href: "https://oxalis-scop.fr/conditions-generales-de-vente",
},
{
label: "CPV",
to: "/cpv",
},
{
label: "GitHub",
href: "https://github.com/facebook/docusaurus",
label: "CGU",
to: "/cgu",
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
// eslint-disable-next-line quotes
copyright: `Lydra © ${new Date().getFullYear()}` +"<br>"+ `Froggit est fièrement fabriqué avec ❤️ par [Lydra](http://lydra.fr/) avec des Logiciels Libres et hébergé en 🇫🇷 chez [Scaleway](https://www.scaleway.fr/) | [✔️ Status du service](https://status.froggit.fr)`,
},
prism: {
theme: lightCodeTheme,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment