From 7742e9f85604dbd4daa821420aa209b92efd7ff1 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Sat, 18 May 2024 09:13:42 +0200
Subject: [PATCH] Update config

---
 mkdocs.yml      | 10 ++++++++++
 toc/plugins.yml |  2 --
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index b7e95ba8..ddd6b9f3 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -37,6 +37,16 @@ theme:
     - toc.follow
 repo_name: ECA Documentation
 repo_url: https://gitlab.lakedrops.com/drupal/documentation/eca
+validation:
+  nav:
+    absolute_links: info
+    not_found: warn
+    omitted_files: info
+  links:
+    absolute_links: relative_to_docs
+    anchors: warn
+    not_found: warn
+    unrecognized_links: info
 extra:
   social:
     - icon: fontawesome/brands/drupal
diff --git a/toc/plugins.yml b/toc/plugins.yml
index 513365d3..73dbe576 100644
--- a/toc/plugins.yml
+++ b/toc/plugins.yml
@@ -811,8 +811,6 @@
   - plugins/flag/index.md
   - Actions:
     - 'Delete flagging (unflag)': plugins/flag/actions/flag_delete_flagging.md
-    - 'Flag this item': plugins/flag/actions/flag_action_testflag_flag.md
-    - 'Unflag this item': plugins/flag/actions/flag_action_testflag_unflag.md
 - 'Group Actions':
     - plugins/group_action/index.md
     - Actions:
-- 
GitLab