Skip to content

Commit f799bb0

Browse files
committed
Markdownlint: no-multiple-blanks
1 parent 99b8aa4 commit f799bb0

71 files changed

Lines changed: 3 additions & 123 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.markdownlint-cli2.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ config:
1414
table-pipe-style:
1515
style: leading_and_trailing
1616

17+
no-multiple-blanks: true
18+
# commands-show-output: true
19+
1720
ignores:
1821
- "docs/snippets/**"
1922
- "docs/index.md"

docs/administration/back_office/back_office_elements/extending_thumbnails.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ At this point you can go to the back office and check the results.
6060
This strategy overrides all generated thumbnails. You can specify a specific content type.
6161
See the example [here](https://github.com/ibexa/user/blob/5.0/src/lib/Strategy/DefaultThumbnailStrategy.php)
6262

63-
6463
## Other fields as thumbnails
6564

6665
Any field type can generate a thumbnail, for example:

docs/administration/back_office/back_office_elements/reusable_components.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ The table component consists of the following blocks:
135135
- `thead` - table header content
136136
- `tbody` - table body content
137137

138-
139138
### Override specific cell
140139

141140
For the `twig` table component to have full control over rendering the rows of specific cells, only data are passed to it.
@@ -251,7 +250,6 @@ See the example:
251250

252251
- `empty_table_info_text` and `empty_table_action_text` specify texts which are displayed when the table is empty.
253252

254-
255253
```html+twig
256254
{{ form_start(form_remove, {
257255
action: path('ibexa.article.remove'),

docs/administration/back_office/content_tab_switcher.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ ibexa:
3333

3434
![Meta tab](tab_switcher.png)
3535

36-
3736
### Configure field groups for Meta tab
3837

3938
The default configuration makes the `ibexa_taxonomy_entry_assignment` field always visible in the Meta tab in the content form.
@@ -66,7 +65,6 @@ ibexa:
6665
meta_field_groups_list: []
6766
```
6867
69-
7068
The `meta_field_groups_list` configuration can be overridden.
7169

7270
## Add custom tab

docs/administration/project_organization/bundles.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ To remove a bundle (either one you created yourself, or an out-of-the-box one th
116116
|ibexa/site-factory|Enables configuration of sites from UI|
117117
|ibexa/engage|Enables integration with [Qualifio Engage platform](https://developers.qualifio.com/docs/engage/)|
118118

119-
120119
## [[= product_name_com =]] packages
121120

122121
|Bundle|Description|

docs/ai_actions/ai_actions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ You can also extend it to perform other tasks or support additional AI services.
3232
"search/ai_actions_search_reference/action_configuration_sort_clauses",
3333
("content_management/data_migration/importing_data#ai-action-configurations", "Importing AI actions", "Learn how to manage Action Configurations using data migrations"),
3434
], columns=4) =]]
35-

docs/ai_actions/extend_ai_actions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ The Action Handler and Action Type options are rendered in the back office using
152152

153153
![Custom Action Handler options rendered using the default Twig options formatter](img/action_handler_options.png "Custom Action Handler options rendered using the default Twig options formatter")
154154

155-
156155
You can create your own formatting by creating a class implementing the [OptionsFormatterInterface](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-ActionConfiguration-OptionsFormatterInterface.html) interface and aliasing it to `Ibexa\Contracts\ConnectorAi\ActionConfiguration\OptionsFormatterInterface`.
157156

158157
The following service definition switches the options rendering to the other built-in options formatter, displaying the options as JSON.
@@ -288,7 +287,6 @@ The resolver is activated when `application/vnd.ibexa.api.ai.AudioText` media ty
288287

289288
- A visitor converting the response value object into a serialized REST response:
290289

291-
292290
``` php
293291
[[= include_file('code_samples/ai_actions/src/AI/REST/Output/ValueObjectVisitor/AudioText.php') =]]
294292
```
@@ -325,7 +323,6 @@ The last step in fully integrating the Transcribe Audio Action Type embeds it di
325323
Extend the default editing template of the `ibexa_binaryfile` fieldtype by creating a new file called `templates/themes/admin/admin/ui/fieldtype/edit/form_fields_binary_ai.html.twig`.
326324
This template embeds the AI component, but only if a dedicated `transcript` field (of `ibexa_text` type) is available in the same content type to store the content of the transcription.
327325

328-
329326
``` twig
330327
[[= include_file('code_samples/ai_actions/templates/themes/admin/admin/ui/fieldtype/edit/form_fields_binary_ai.html.twig') =]]
331328
```

docs/api/php_api/php_api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ For instance, `ContentInfo` contains `currentVersionNo` or `remoteId`, while `Co
8181

8282
Serialization of value objects, for example, `Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo` / `Ibexa\Contracts\Core\Repository\Values\Content\VersionInfo` or `Ibexa\Contracts\Core\Repository\Values\Content\Location` results in memory limit exceeded error.
8383

84-
8584
## Authentication
8685

8786
One of the responsibilities of the repository is user authentication.

docs/commerce/payment/payum_integration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ When you implement the online payment solution, take the following consideration
7373
- When you modify the payment process, you may need to subscribe to events dispatched by Payum.
7474
For a list of events, see [Event dispatcher](https://github.com/Payum/Payum/blob/master/docs/event-dispatcher.md) in Payum documentation.
7575

76-
7776
!!! caution
7877

7978
In certain cases, depending on the payment processing service, when a customer closes the payment page in a browser and the bank has not processed the payment yet, the payment status can remain unchanged.

docs/commerce/shipping_management/shipment_api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ To update shipment information, use the `ShipmentService::updateShipment` method
5757

5858
To delete a shipment from the system, use the `ShipmentService::deleteShipment` method:
5959

60-
6160
``` php
6261
[[= include_file('code_samples/api/commerce/src/Command/ShipmentCommand.php', 118, 119) =]]
6362
```

0 commit comments

Comments
 (0)