diff --git a/config/apps.lamelio.fr/hugo.toml b/config/apps.lamelio.fr/hugo.toml
index 609fe12..fcb94f9 100644
--- a/config/apps.lamelio.fr/hugo.toml
+++ b/config/apps.lamelio.fr/hugo.toml
@@ -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 RésiLien'
diff --git a/config/apps.p4pillon.org/hugo.toml b/config/apps.p4pillon.org/hugo.toml
index b59ff94..f366c62 100644
--- a/config/apps.p4pillon.org/hugo.toml
+++ b/config/apps.p4pillon.org/hugo.toml
@@ -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 RésiLien'
diff --git a/portails/shared/content/docs/chat/_index.md b/portails/shared/content/docs/chat/_index.md
index 1adbd48..7ea953e 100644
--- a/portails/shared/content/docs/chat/_index.md
+++ b/portails/shared/content/docs/chat/_index.md
@@ -8,6 +8,8 @@ draft: false
weight: 600
toc: true
icon: messages
+sidebar:
+ collapsed: true
seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
diff --git a/portails/shared/content/docs/notes/_index.md b/portails/shared/content/docs/notes/_index.md
index c05fa3b..63d5532 100644
--- a/portails/shared/content/docs/notes/_index.md
+++ b/portails/shared/content/docs/notes/_index.md
@@ -8,6 +8,8 @@ draft: false
weight: 500
toc: true
icon: pencil
+sidebar:
+ collapsed: true
seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
diff --git a/portails/shared/content/docs/nuage/_index.md b/portails/shared/content/docs/nuage/_index.md
index cc4d946..e95b569 100644
--- a/portails/shared/content/docs/nuage/_index.md
+++ b/portails/shared/content/docs/nuage/_index.md
@@ -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)
diff --git a/portails/shared/content/docs/pass/_index.md b/portails/shared/content/docs/pass/_index.md
index bb8d61d..a869dc9 100644
--- a/portails/shared/content/docs/pass/_index.md
+++ b/portails/shared/content/docs/pass/_index.md
@@ -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)
diff --git a/portails/shared/content/docs/pdf/_index.md b/portails/shared/content/docs/pdf/_index.md
index 790415e..97e4747 100644
--- a/portails/shared/content/docs/pdf/_index.md
+++ b/portails/shared/content/docs/pdf/_index.md
@@ -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)
diff --git a/portails/shared/content/docs/projets/_index.md b/portails/shared/content/docs/projets/_index.md
index 7aa1c6a..5555ad0 100644
--- a/portails/shared/content/docs/projets/_index.md
+++ b/portails/shared/content/docs/projets/_index.md
@@ -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)