diff --git a/docs/coremeta4cat-users.md b/docs/coremeta4cat-users.md
index 0f2d870c6..f4b80cbca 100644
--- a/docs/coremeta4cat-users.md
+++ b/docs/coremeta4cat-users.md
@@ -9,7 +9,7 @@ This page lists projects, data repositories, and communities that have adopted C
@@ -19,7 +19,7 @@ This page lists projects, data repositories, and communities that have adopted C
diff --git a/docs/design-patterns.md b/docs/design-patterns.md
index 10bf2a25c..f169e776b 100644
--- a/docs/design-patterns.md
+++ b/docs/design-patterns.md
@@ -9,7 +9,7 @@ This page explains the key structural decisions behind CoreMeta4Cat — how the
---
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 89152c650..96b65fac2 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -9,7 +9,7 @@ Adopting a new metadata standard does not have to mean changing how you work ove
@@ -40,7 +40,7 @@ Level 4 ──► Validate records against the full CoreMeta4Cat schema
To help you understand which terms exist and how they relate to each other, CoreMeta4Cat provides a reference Excel workbook. This workbook is **not a data entry form to fill in** — it is a structured overview of the CoreMeta4Cat vocabulary hierarchy, organised by data class, that you can use as a lookup reference when designing or annotating your own data sheets.
-
⬇ Download the CoreMeta4Cat vocabulary reference workbook
diff --git a/docs/how-to-extend.md b/docs/how-to-extend.md
index 9b812ca2f..4470ab254 100644
--- a/docs/how-to-extend.md
+++ b/docs/how-to-extend.md
@@ -9,7 +9,7 @@ This page explains how to add new entries to the CoreMeta4Cat schema — new pre
diff --git a/docs/schema/coremeta4cat.yaml b/docs/schema/coremeta4cat.yaml
index 84a5d9773..8eef645d4 100644
--- a/docs/schema/coremeta4cat.yaml
+++ b/docs/schema/coremeta4cat.yaml
@@ -17420,7 +17420,7 @@ classes:
class_uri: qudt:Quantity
metamodel_version: 1.7.0
source_file: coremeta4cat.yaml
-source_file_date: '2026-04-23T21:51:58'
+source_file_date: '2026-04-27T16:40:09'
source_file_size: 6739
-generation_date: '2026-04-23T22:47:01'
+generation_date: '2026-04-27T17:47:17'
diff --git a/mkdocs.yml b/mkdocs.yml
index 455bfbf11..3fa1e63ce 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -12,7 +12,7 @@ theme:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- logo: /images/CoreMeta4Cat_Picture.png
+ logo: images/CoreMeta4Cat_Picture.png
# for adding extra css/js see https://www.mkdocs.org/user-guide/customizing-your-theme/
@@ -61,8 +61,9 @@ exclude_docs: |
extra_css:
- stylesheets//no-details-box.css
-site_url: https://HendrikBorgelt.github.io/CoreMeta4Cat
-repo_url: https://github.com/HendrikBorgelt/CoreMeta4Cat
+site_url: https://nfdi4cat.github.io/CoreMeta4Cat
+repo_url: https://github.com/nfdi4cat/CoreMeta4Cat
+use_directory_urls: true
# enable version selector for multi-version support
extra:
diff --git a/scripts/generate_schema_docs.py b/scripts/generate_schema_docs.py
index 2f3ed6892..3962f5b7b 100644
--- a/scripts/generate_schema_docs.py
+++ b/scripts/generate_schema_docs.py
@@ -355,7 +355,7 @@ def generate_markdown_for_main_class(schema: dict, main_class: str, output_file:
if class_uri:
md += f"**CURIE:** [`{class_uri}`]({class_uri})\n\n"
- md += (f'')