From 57b96d8c84f5d7801a7f2f6d28eb1a2b1a3f97eb Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Tue, 24 Sep 2024 15:06:02 +0200
Subject: [PATCH] ConSidebar

---
 src/pages.ts | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/pages.ts b/src/pages.ts
index a5fb785a..34ee7577 100644
--- a/src/pages.ts
+++ b/src/pages.ts
@@ -25,6 +25,7 @@ import { DescSidebar, NoSidebar, EngSide } from "./contents";
 import {  IBIE,  JUDGEH, PRODESC,  SUPH, PARTH, ENGH,  HOMEH, HPH, SPONH, RESH, ATTH, CONTH, DESCH, EXPH, IMPH, NOTEH, SAFEH, TEAMH } from "./contents";
 import { Methods } from "./contents/methods";
 import { METHH } from "./headers/meth-h";
+import { ConSidebar } from "./sidebars/conS";
 import { iGemBielefeldSidebar } from "./sidebars/igbS";
 import { PartSidebar } from "./sidebars/prtS";
 import { ResultSidebar } from "./sidebars/resS";
@@ -71,7 +72,7 @@ const Pages: (Page | Folder)[] = [
     path: "/contribution",
     component: Contribution,
     header: CONTH,
-    navlist: NoSidebar,
+    navlist: ConSidebar,
     },
     {
       name: "Description",
@@ -439,7 +440,7 @@ export const NavPages: (Page | PageRef | Folder)[] = [
             path: "/contribution",
             component: Contribution,
             header: CONTH,
-            navlist: NoSidebar,
+            navlist: ConSidebar,
           },
           {
             name: "BFH European MeetUp",
-- 
GitLab