Skip to content

Commit 374ff93

Browse files
committed
Test absolute_links: relative_to_docs
1 parent e6f1970 commit 374ff93

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/ai_actions/extend_ai_actions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ For example, you can create a handler that connects to a translation model and u
1313

1414
You can execute AI Actions by using the [ActionServiceInterface](../api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-ActionServiceInterface.html) service, as in the following example:
1515

16+
You can execute AI Actions by using the [ActionServiceInterface](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-ActionServiceInterface.html) service, as in the following example:
17+
1618
``` php
1719
[[= include_file('code_samples/ai_actions/src/Command/AddMissingAltTextCommand.php', 102, 121) =]]
1820
```

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ site_name: Developer Documentation
44
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"
7+
validation:
8+
links:
9+
absolute_links: relative_to_docs
710
nav:
811
- Ibexa Developer Documentation: index.md
912
- Ibexa DXP editions:

0 commit comments

Comments
 (0)