Skip to content

Commit 1e3e7ae

Browse files
authored
IBX-9609: Strict validation (#2666)
* mkdocs.yml: increase unrecognized_links strictness * mkdocs.yml: increase omitted_files strictness * mkdocs.yml: increase anchors strictness Recommended in https://www.mkdocs.org/user-guide/configuration/#validation
1 parent bb355d6 commit 1e3e7ae

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

mkdocs.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ repo_url: https://github.com/ibexa/documentation-developer
55
site_url: https://doc.ibexa.co/en/latest/
66
copyright: "Copyright 1999-2024 Ibexa AS and others"
77
validation:
8-
links:
9-
absolute_links: relative_to_docs
8+
omitted_files: warn
9+
absolute_links: relative_to_docs
10+
unrecognized_links: warn
11+
anchors: warn
12+
not_in_nav: |
13+
search_results.md
14+
personalization/legacy_recommendation_api.md
15+
/snippets/*
1016
nav:
1117
- Ibexa Developer Documentation: index.md
1218
- Ibexa DXP editions:

0 commit comments

Comments
 (0)