Skip to content

Commit ed04788

Browse files
committed
mkdocs: increase unrecognized_links strictness
Recommended in https://www.mkdocs.org/user-guide/configuration/#validation
1 parent f020b83 commit ed04788

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/api/php_api/php_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_type: reference
55

66
# PHP API
77

8-
The [public PHP API](../php_api_reference/) enables you to interact with [[= product_name =]]'s Repository and content model from your PHP code.
8+
The [public PHP API](/api/php_api/php_api_reference/index.html) enables you to interact with [[= product_name =]]'s Repository and content model from your PHP code.
99

1010
You can use it to create, read, update, manage, and delete all objects available in [[= product_name =]], namely content and related objects such as sections, locations, content types, or languages.
1111

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ copyright: "Copyright 1999-2024 Ibexa AS and others"
77
validation:
88
links:
99
absolute_links: relative_to_docs
10+
unrecognized_links: warn
1011
nav:
1112
- Ibexa Developer Documentation: index.md
1213
- Ibexa DXP editions:

0 commit comments

Comments
 (0)