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 9085fe3b authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '4-create-header' into 'master'

Resolve "create header"

Closes #4

See merge request !5
parents dcb3e02e 259964cc
No related branches found
No related tags found
1 merge request!5Resolve "create header"
Pipeline #2394 passed
...@@ -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