From 4142627f5772a498a995b51d92f91e57037630f7 Mon Sep 17 00:00:00 2001 From: Johannes Liermann Date: Wed, 30 Oct 2024 17:36:27 +0100 Subject: [PATCH 1/2] chore: add link to contributing page --- footer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/footer.json b/footer.json index dfdeedb6..14bdc3c4 100644 --- a/footer.json +++ b/footer.json @@ -2,6 +2,10 @@ { "title": "Contribute", "items": [ + { + "label": "Getting Started", + "href": "/docs/contributing" + }, { "label": "Content (GitHub)", "href": "https://github.com/NFDI4Chem/knowledge_base" From 402cd55846129f07550758b17ca699a9be84c494 Mon Sep 17 00:00:00 2001 From: Johannes Liermann Date: Wed, 30 Oct 2024 17:37:07 +0100 Subject: [PATCH 2/2] fix: remove faq links --- footer.json | 4 ---- navbar.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/footer.json b/footer.json index 14bdc3c4..b0f2400a 100644 --- a/footer.json +++ b/footer.json @@ -23,10 +23,6 @@ "label": "NFDI4Chem Website", "href": "https://nfdi4chem.de" }, - { - "label": "NFDI4Chem FAQ", - "href": "https://www.nfdi4chem.de/index.php/frequently-asked-questions/" - }, { "label": "NFDI4Chem Helpdesk", "href": "https://nfdi4chem.de/index.php/helpdesk/" diff --git a/navbar.json b/navbar.json index 145bf9dd..22e47758 100644 --- a/navbar.json +++ b/navbar.json @@ -22,10 +22,6 @@ "label": "Search Service", "href": "https://search.nfdi4chem.de/" }, - { - "label": "FAQ", - "href": "https://www.nfdi4chem.de/index.php/frequently-asked-questions/" - }, { "type": "localeDropdown", "position": "right",