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 259964cc authored by Hugues's avatar Hugues Committed by Christophe Chaudier
Browse files

create header with svg froggit's logo

parent dcb3e02e
No related branches found
No related tags found
1 merge request!5Resolve "create header"
...@@ -14,24 +14,24 @@ module.exports = { ...@@ -14,24 +14,24 @@ module.exports = {
projectName: "docusaurus", // Usually your repo name. projectName: "docusaurus", // Usually your repo name.
themeConfig: { themeConfig: {
navbar: { navbar: {
title: "My Site", title: "Froggit",
logo: { logo: {
alt: "My Site Logo", alt: "My Site Logo",
src: "img/logo.svg", src: "img/logo_froggit.svg",
}, },
items: [ items: [
{to: "/", label: "Accueil", position: "left"},
{to: "/dummy_page", label: "Fonctionnalités", position: "left"},
{to: "/dummy_page", 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", href: "https://lab.frogg.it/users/sign_in",
docId: "intro", label: "Connexion",
position: "left",
label: "Tutorial",
},
{to: "/blog", label: "Blog", position: "left"},
{
href: "https://github.com/facebook/docusaurus",
label: "GitHub",
position: "right", position: "right",
}, },
{to: "/dummy_page", label: "S'enregister", position: "right"},
], ],
}, },
footer: { footer: {
......
This diff is collapsed.
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