From dfea8082dd41ef321c77e5c3b9bab8efdb2cf1f7 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Tue, 1 Oct 2024 16:55:26 +0200
Subject: [PATCH] contribution header

---
 src/pages.ts | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/src/pages.ts b/src/pages.ts
index 0fc08e12..d5ed3061 100644
--- a/src/pages.ts
+++ b/src/pages.ts
@@ -490,7 +490,27 @@ export const NavPages: (Page | PageRef | Folder)[] = [
             name: "BFH European MeetUp",
             title: "MeetUp",
             path: "contribution/?scrollTo=BFH European MeetUp"
-          }
+          },
+          {
+            name: "Safety Guideline",
+            title: "Safety Guideline",
+            path: "contribution/?scrollTo=primary-culture-safety-guideline"
+          },
+          {
+            name: "Collaborations",
+            title: "Collaborations",
+            path: "contribution/?scrollTo=collaborations"
+          },
+          {
+            name: "Patient Matters",
+            title: "Patient Matters",
+            path: "contribution/?scrollTo=patient-matters"
+          },
+          {
+            name: "Wiki",
+            title: "Wiki",
+            path: "contribution/?scrollTo=wiki"
+          },
           ]
     },
 ];
-- 
GitLab