feat: Colapse menus and add breadcrumb
This commit is contained in:
parent
667b675aa3
commit
bfd7b31d40
|
@ -9,6 +9,9 @@ disableLanguages = ["de", "nl", "en"]
|
|||
domain = "lamelio.fr"
|
||||
poweredBy = false
|
||||
|
||||
[Params.doks]
|
||||
breadcrumbTrail = true
|
||||
|
||||
[languages.fr.params]
|
||||
footer = 'Mise en place et hébergé avec sobriété par <a class="text-muted" href="https://resilien.fr/">RésiLien</a>'
|
||||
|
||||
|
|
|
@ -9,6 +9,9 @@ disableLanguages = ["de", "nl", "en"]
|
|||
domain = "p4pillon.org"
|
||||
poweredBy = true
|
||||
|
||||
[Params.doks]
|
||||
breadcrumbTrail = true
|
||||
|
||||
[languages.fr.params]
|
||||
footer = 'Mise en place et hébergé avec sobriété par <a class="text-muted" href="https://resilien.fr/">RésiLien</a>'
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@ draft: false
|
|||
weight: 600
|
||||
toc: true
|
||||
icon: messages
|
||||
sidebar:
|
||||
collapsed: true
|
||||
seo:
|
||||
title: "" # custom title (optional)
|
||||
description: "" # custom description (recommended)
|
||||
|
|
|
@ -8,6 +8,8 @@ draft: false
|
|||
weight: 500
|
||||
toc: true
|
||||
icon: pencil
|
||||
sidebar:
|
||||
collapsed: true
|
||||
seo:
|
||||
title: "" # custom title (optional)
|
||||
description: "" # custom description (recommended)
|
||||
|
|
|
@ -8,6 +8,8 @@ draft: false
|
|||
weight: 300
|
||||
toc: true
|
||||
icon: files
|
||||
sidebar:
|
||||
collapsed: true
|
||||
seo:
|
||||
title: "Gérer vos données" # custom title (optional)
|
||||
description: "" # custom description (recommended)
|
||||
|
|
|
@ -8,6 +8,8 @@ draft: false
|
|||
weight: 900
|
||||
toc: true
|
||||
icon: shield-lock
|
||||
sidebar:
|
||||
collapsed: true
|
||||
seo:
|
||||
title: "" # custom title (optional)
|
||||
description: "" # custom description (recommended)
|
||||
|
|
|
@ -8,6 +8,8 @@ draft: false
|
|||
weight: 700
|
||||
toc: true
|
||||
icon: file-type-pdf
|
||||
sidebar:
|
||||
collapsed: true
|
||||
seo:
|
||||
title: "" # custom title (optional)
|
||||
description: "" # custom description (recommended)
|
||||
|
|
|
@ -8,6 +8,8 @@ draft: false
|
|||
weight: 700
|
||||
toc: true
|
||||
icon: list-details
|
||||
sidebar:
|
||||
collapsed: true
|
||||
seo:
|
||||
title: "" # custom title (optional)
|
||||
description: "" # custom description (recommended)
|
||||
|
|
Loading…
Reference in New Issue