Skip to content

Commit 374471e

Browse files
committed
Ease code inclusion (#3169)
* main.py: Add include_code function * code_samples_usage.php: Update for include_code * convert docs/administration/recent_activity/recent_activity.md * convert docs/api/rest_api/rest_api_usage/rest_requests.md * convert docs/search/search_api.md * convert docs/templating/twig_function_reference/image_twig_functions.md
1 parent afc1bc3 commit 374471e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/search/search_api.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ The following command takes the content type identifier as an argument and lists
3333
// ...
3434
[[= include_code('code_samples/api/public_php_api/src/Command/FindContentCommand.php', 18, 19) =]]
3535
// ...
36-
[[= include_code('code_samples/api/public_php_api/src/Command/FindContentCommand.php', 33, 48) =]]
37-
[[= include_code('code_samples/api/public_php_api/src/Command/FindContentCommand.php', 49, 49) =]]
36+
[[= include_code('code_samples/api/public_php_api/src/Command/FindContentCommand.php', 33, 49) =]]
3837
```
3938

4039
[`SearchService::findContentInfo`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-SearchService.html#method_findContentInfo) (line 16)

0 commit comments

Comments
 (0)