Skip to content

Commit 48e85a8

Browse files
authored
mkdocs.yml: Fix validation
Fix `WARNING - Config value 'validation': Sub-option 'links': Sub-option 'omitted_files': Unrecognised configuration name: omitted_files`
1 parent 95b4a93 commit 48e85a8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

mkdocs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ 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-
# omitted_files: warn # TODO: Remove docs/personalization/legacy_recommendation_api.md
10-
absolute_links: relative_to_docs
11-
unrecognized_links: warn
12-
# anchors: warn # TODO: Fix IBX-9578
8+
# omitted_files: warn # TODO: Remove docs/personalization/legacy_recommendation_api.md
9+
absolute_links: relative_to_docs
10+
unrecognized_links: warn
11+
# anchors: warn # TODO: Fix IBX-9578
1312
not_in_nav: |
1413
search_results.md
1514
/snippets/*

0 commit comments

Comments
 (0)