From dc569d37e0c341fb14725705192cec6bde617829 Mon Sep 17 00:00:00 2001 From: Aron Kerekes Date: Fri, 7 Nov 2025 12:28:56 +0100 Subject: [PATCH] chore: upgrading broken links into errors Signed-off-by: Aron Kerekes --- mkdocs/mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs/mkdocs.yml b/mkdocs/mkdocs.yml index c46c62cc..d8e9971e 100644 --- a/mkdocs/mkdocs.yml +++ b/mkdocs/mkdocs.yml @@ -63,6 +63,7 @@ plugins: - "https://docs.agntcy.org/*" - "https://www.npmjs.com/" - "https://httpbin.org/" + - "https://console.ory.sh/" # Auto-generated anchors from API documentation - "#agntcy*" # Covers all agntcy protobuf types @@ -76,7 +77,7 @@ plugins: # Cross-file API references (both source and build formats) - "dir-*-v1-api.md#*" # Source format - "../dir-*-v1-api/#*" # Build format - raise_error: false + raise_error: true raise_error_after_finish: false validate_external_urls: true include-markdown: