Skip to content

Commit 30cb5fc

Browse files
committed
IBX-9609: Strict validation (#347)
* mkdocs.yml: Stricter validation (cherry picked from commit 8c9dccf)
1 parent d7a3e42 commit 30cb5fc

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': 'getting_started.md'

0 commit comments

Comments
 (0)