From ade3d1b9285590a76c9156af6726c9488db5c8f1 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Sun, 9 Mar 2025 12:09:12 +0100 Subject: [PATCH 1/2] mkdocs.yml: Stricter validation --- mkdocs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index c31022ac..e4a249d2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,6 +4,14 @@ site_name: User Documentation repo_url: https://github.com/ezsystems/user-documentation site_url: https://doc.ibexa.co/projects/userguide/en/latest/ copyright: "Copyright 1999-2024 Ibexa AS and others" +validation: + # omitted_files: warn # TODO: Decide on persona_paths/icons.md + absolute_links: warn + unrecognized_links: warn + anchors: warn +not_in_nav: | + search_results.md + /snippets/* nav: - Ibexa User Documentation: index.md - Getting started: From 617fefed5bd38fafe26824c08fa8c6d53a690207 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:26:56 +0100 Subject: [PATCH 2/2] Update mkdocs.yml --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index e4a249d2..b9207b11 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,7 +5,7 @@ repo_url: https://github.com/ezsystems/user-documentation site_url: https://doc.ibexa.co/projects/userguide/en/latest/ copyright: "Copyright 1999-2024 Ibexa AS and others" validation: - # omitted_files: warn # TODO: Decide on persona_paths/icons.md + omitted_files: warn absolute_links: warn unrecognized_links: warn anchors: warn