Skip to content

Commit 8c9dccf

Browse files
authored
IBX-9609: Strict validation (#347)
* mkdocs.yml: Stricter validation
1 parent 3575145 commit 8c9dccf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mkdocs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ site_name: User Documentation
44
repo_url: https://github.com/ezsystems/user-documentation
55
site_url: https://doc.ibexa.co/projects/userguide/en/latest/
66
copyright: "Copyright 1999-2024 Ibexa AS and others"
7+
validation:
8+
omitted_files: warn
9+
absolute_links: warn
10+
unrecognized_links: warn
11+
anchors: warn
12+
not_in_nav: |
13+
search_results.md
14+
/snippets/*
715
nav:
816
- Ibexa User Documentation: index.md
917
- Getting started:

0 commit comments

Comments
 (0)