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 = { ...@@ -38,46 +38,94 @@ module.exports = {
style: "dark", style: "dark",
links: [ links: [
{ {
title: "Docs", title: "Suivez-nous",
items: [ items: [
{ {
label: "Tutorial", label: "Youtube",
to: "/docs/intro", 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: [ items: [
{ {
label: "Stack Overflow", label: "Ton code source est-il en sécurité?",
href: "https://stackoverflow.com/questions/tagged/docusaurus", href: "https://lydra.fr/es-2-ton-code-source-est-il-vraiment-en-securite/",
}, },
{ {
label: "Discord", label: "La souveraineté numérique",
href: "https://discordapp.com/invite/docusaurus", href: "https://lydra.fr/category/souverainete-numerique/",
}, },
],
},
{
title: "Communauté",
items: [
{ {
label: "Twitter", label: "Forum",
href: "https://twitter.com/docusaurus", to: "/forum",
},
{
label: "Wiki",
to: "/wiki",
}, },
], ],
}, },
{ {
title: "More", title: "Société",
items: [ items: [
{ {
label: "Blog", label: "À propos",
to: "/blog", 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", label: "CGU",
href: "https://github.com/facebook/docusaurus", 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: { prism: {
theme: lightCodeTheme, 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