From c4898494f972cff8239bcfb4dfd160c521bfe2a0 Mon Sep 17 00:00:00 2001 From: Anjo Vahldiek Date: Wed, 8 Jul 2026 12:04:56 +0200 Subject: [PATCH 1/3] docs(nav): rename Contribute menu to About --- src/_data/navigation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_data/navigation.yml b/src/_data/navigation.yml index 62ad12de..a1db5219 100644 --- a/src/_data/navigation.yml +++ b/src/_data/navigation.yml @@ -98,8 +98,8 @@ main: - title: How to Cite url: methodology.html#how-to-cite - title: ArtiFinder Discovery - url: artifinder.html -- title: Contribute + url: methodology/artifinder.html + title: About url: about.html children: - title: Overview From ddb18fcd04e127e2970f169e0be8c4994063f60a Mon Sep 17 00:00:00 2001 From: Anjo Vahldiek Date: Wed, 8 Jul 2026 12:06:18 +0200 Subject: [PATCH 2/3] docs(nav): point Methodology menu to subpages --- src/_data/navigation.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/_data/navigation.yml b/src/_data/navigation.yml index a1db5219..10a71fe1 100644 --- a/src/_data/navigation.yml +++ b/src/_data/navigation.yml @@ -84,19 +84,17 @@ main: - title: Overview url: methodology.html - title: Data Collection - url: methodology.html#data-collection + url: methodology/data-collection.html - title: Pipeline - url: methodology.html#pipeline + url: methodology/pipeline.html - title: Author Metrics - url: methodology.html#author-metrics + url: methodology/author-metrics.html - title: Institution Metrics - url: methodology.html#institution-metrics + url: methodology/institution-metrics.html - title: Repository Statistics - url: methodology.html#repository-statistics + url: methodology/repository-statistics.html - title: Search Keywords - url: methodology.html#search-keywords - - title: How to Cite - url: methodology.html#how-to-cite + url: methodology/search-keywords.html - title: ArtiFinder Discovery url: methodology/artifinder.html title: About From 74d1e3677e425f23afed5e81340201e3c4c46a3f Mon Sep 17 00:00:00 2001 From: Anjo Vahldiek Date: Wed, 8 Jul 2026 12:12:23 +0200 Subject: [PATCH 3/3] fix(nav): repair navigation.yml syntax --- src/_data/navigation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/navigation.yml b/src/_data/navigation.yml index 10a71fe1..4eaaa3c5 100644 --- a/src/_data/navigation.yml +++ b/src/_data/navigation.yml @@ -97,7 +97,7 @@ main: url: methodology/search-keywords.html - title: ArtiFinder Discovery url: methodology/artifinder.html - title: About +- title: About url: about.html children: - title: Overview