Skip to content

Commit 49e587f

Browse files
committed
Markdownlint: no-trailing-punctuation
1 parent b565655 commit 49e587f

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.markdownlint-cli2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ config:
3131
# blanks-around-fences: true
3232
# blanks-around-lists: true
3333
# single-title: true
34-
# no-trailing-punctuation:
35-
# punctuation: [".", ":", ";",]
34+
no-trailing-punctuation:
35+
punctuation: [".", ":", ";",]
3636
# no-multiple-space-atx: true
3737
# blanks-around-headings: true
3838
# heading-increment: true

docs/ai_actions/extend_ai_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The following example adds a new Action Handler connecting to a local AI run usi
106106

107107
When creating an Action Handler for [[= product_name_connect =]], add the new handler identifier to the [`Ibexa AI handler` custom property](configure_ai_actions.md#initiate-integration) in [[= product_name_connect =]] user interface.
108108

109-
### Register a custom Action Handler in the system.
109+
### Register a custom Action Handler in the system
110110

111111
Create a class implementing the [ActionHandlerInterface](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-Action-ActionHandlerInterface.html) and register it as a service:
112112

docs/content_management/field_types/field_type_reference/addressfield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ provided by the `ibexa/fieldtype-address` package.
1717

1818
## PHP API field type
1919

20-
### Inputs:
20+
### Inputs
2121

2222
| Type | Description | Example |
2323
|----------|-----------------------------------------------|-------------------|

docs/content_management/images/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ ibexa:
166166
167167
If there is no configuration assigned to the `binary_handler`, the placeholder generation is disabled.
168168

169-
##### Configuration examples:
169+
##### Configuration examples
170170

171171
**Example 1 - placeholders with basic information about original image**
172172

docs/release_notes/ez_platform_v1.7.0_lts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Community members are more than welcome to contribute to the translation process
3636

3737
- The online editor also brings a range of improvements that improve the editorial experience. The most noticeable one is to offer the possibility to switch from Headings to Paragraph styles for the same element.
3838

39-
##### Notable technical improvements:
39+
##### Notable technical improvements
4040

4141
- Search:
4242
- Solr Search Engine: Plugins, extend the Solr index with custom data on Content, Translation and Location block level

docs/release_notes/ez_platform_v1.8.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If you're looking for the Long Term Support (LTS) release, see[https://ezplatfor
7070

7171
![](demo-product-filters.png)
7272

73-
## Full list of new features, improvements and bug fixes since v1.7.0 LTS:
73+
## Full list of new features, improvements and bug fixes since v1.7.0 LTS
7474

7575
| eZ Platform | eZ Studio |
7676
|--------------|------------|

docs/release_notes/ibexa_dxp_v5.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ For more information, see [Taxonomy suggestions](https://doc.ibexa.co/en/5.0/con
231231
232232
The following additions were made to the PHP API:
233233
234-
##### Real-time collaborative editing:
234+
##### Real-time collaborative editing
235235
236236
- [`Ibexa\Contracts\Collaboration\Invitation\Query\Criterion\ParticipantScope`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Invitation-Query-Criterion-ParticipantScope.html)
237237
- [`Ibexa\Contracts\Collaboration\Invitation\Query\Criterion\ParticipantType`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-Collaboration-Invitation-Query-Criterion-ParticipantType.html)
@@ -246,7 +246,7 @@ The following additions were made to the PHP API:
246246
- [`Ibexa\Contracts\FieldTypeRichTextRTE\ToS\ToSServiceInterface`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-FieldTypeRichTextRTE-ToS-ToSServiceInterface.html)
247247
- [`Ibexa\Contracts\Share\Mapper\Action\ShareActionItemsMapperInterface`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-Share-Mapper-Action-ShareActionItemsMapperInterface.html)
248248

249-
##### AI Taxonomy suggestions:
249+
##### AI Taxonomy suggestions
250250

251251
- [`Ibexa\Contracts\ConnectorAi\Action\DataType\Taxonomy`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-Action-DataType-Taxonomy.html)
252252
- [`Ibexa\Contracts\ConnectorAi\Action\DataType\TaxonomyEntry`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-Action-DataType-TaxonomyEntry.html)

docs/search/search_criteria_and_sort_clauses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This allows you to build custom content logic queries with nested logical operat
112112

113113
Custom Field Criterion search mirrors the one already existing in PHP API `Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Field` by exposing it to REST.
114114

115-
#### Example of custom Content Query:
115+
#### Example of custom Content Query
116116

117117
```json
118118
"ContentQuery":{

0 commit comments

Comments
 (0)