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"
|
domain = "lamelio.fr"
|
||||||
poweredBy = false
|
poweredBy = false
|
||||||
|
|
||||||
|
[Params.doks]
|
||||||
|
breadcrumbTrail = true
|
||||||
|
|
||||||
[languages.fr.params]
|
[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>'
|
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"
|
domain = "p4pillon.org"
|
||||||
poweredBy = true
|
poweredBy = true
|
||||||
|
|
||||||
|
[Params.doks]
|
||||||
|
breadcrumbTrail = true
|
||||||
|
|
||||||
[languages.fr.params]
|
[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>'
|
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
|
weight: 600
|
||||||
toc: true
|
toc: true
|
||||||
icon: messages
|
icon: messages
|
||||||
|
sidebar:
|
||||||
|
collapsed: true
|
||||||
seo:
|
seo:
|
||||||
title: "" # custom title (optional)
|
title: "" # custom title (optional)
|
||||||
description: "" # custom description (recommended)
|
description: "" # custom description (recommended)
|
||||||
|
|
|
@ -8,6 +8,8 @@ draft: false
|
||||||
weight: 500
|
weight: 500
|
||||||
toc: true
|
toc: true
|
||||||
icon: pencil
|
icon: pencil
|
||||||
|
sidebar:
|
||||||
|
collapsed: true
|
||||||
seo:
|
seo:
|
||||||
title: "" # custom title (optional)
|
title: "" # custom title (optional)
|
||||||
description: "" # custom description (recommended)
|
description: "" # custom description (recommended)
|
||||||
|
|
|
@ -8,6 +8,8 @@ draft: false
|
||||||
weight: 300
|
weight: 300
|
||||||
toc: true
|
toc: true
|
||||||
icon: files
|
icon: files
|
||||||
|
sidebar:
|
||||||
|
collapsed: true
|
||||||
seo:
|
seo:
|
||||||
title: "Gérer vos données" # custom title (optional)
|
title: "Gérer vos données" # custom title (optional)
|
||||||
description: "" # custom description (recommended)
|
description: "" # custom description (recommended)
|
||||||
|
|
|
@ -8,6 +8,8 @@ draft: false
|
||||||
weight: 900
|
weight: 900
|
||||||
toc: true
|
toc: true
|
||||||
icon: shield-lock
|
icon: shield-lock
|
||||||
|
sidebar:
|
||||||
|
collapsed: true
|
||||||
seo:
|
seo:
|
||||||
title: "" # custom title (optional)
|
title: "" # custom title (optional)
|
||||||
description: "" # custom description (recommended)
|
description: "" # custom description (recommended)
|
||||||
|
|
|
@ -8,6 +8,8 @@ draft: false
|
||||||
weight: 700
|
weight: 700
|
||||||
toc: true
|
toc: true
|
||||||
icon: file-type-pdf
|
icon: file-type-pdf
|
||||||
|
sidebar:
|
||||||
|
collapsed: true
|
||||||
seo:
|
seo:
|
||||||
title: "" # custom title (optional)
|
title: "" # custom title (optional)
|
||||||
description: "" # custom description (recommended)
|
description: "" # custom description (recommended)
|
||||||
|
|
|
@ -8,6 +8,8 @@ draft: false
|
||||||
weight: 700
|
weight: 700
|
||||||
toc: true
|
toc: true
|
||||||
icon: list-details
|
icon: list-details
|
||||||
|
sidebar:
|
||||||
|
collapsed: true
|
||||||
seo:
|
seo:
|
||||||
title: "" # custom title (optional)
|
title: "" # custom title (optional)
|
||||||
description: "" # custom description (recommended)
|
description: "" # custom description (recommended)
|
||||||
|
|
Loading…
Reference in New Issue