From 24cc118c9eec93104ce8b1dc97b523d2ba74312f Mon Sep 17 00:00:00 2001
From: Olivia206 <olivia.simonet@mmibordeaux.com>
Date: Mon, 30 Oct 2023 10:24:26 +0100
Subject: [PATCH] fixed search

---
 config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.yaml b/config.yaml
index efce6450..843c714c 100644
--- a/config.yaml
+++ b/config.yaml
@@ -20,9 +20,9 @@ params:
   summary:
     position: hero # hero | content
   search:
-    active: true
+    active: false
     position: menu # menu | fixed | footer
-    appearance: both # icon | text | both
+    appearance: icon # icon | text | both
   home:
     toc:
       disabled: true
-- 
GitLab