Skip to content

Commit e70b761

Browse files
committed
Markdownlint: no-trailing-punctuation
1 parent 9f84e8a commit e70b761

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.markdownlint-cli2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ config:
1515
style: leading_and_trailing
1616

1717
no-trailing-spaces: true
18+
no-trailing-punctuation:
19+
punctuation: [".", ":", ";",]
1820

1921
ignores:
2022
- "docs/snippets/**"

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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ Community members are more than welcome to contribute to the translation process
3838

3939
- 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.
4040

41-
 
42-
43-
##### Notable technical improvements:
41+
##### Notable technical improvements
4442

4543
- Search:
4644
- 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
@@ -72,7 +72,7 @@ If you're looking for the Long Term Support (LTS) release, see[ https://ezplatf
7272

7373
![](demo-product-filters.png)
7474

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

7777
| eZ Platform | eZ Studio |
7878
|--------------|------------|

docs/release_notes/ibexa_dxp_v5.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ For more information, see [Taxonomy suggestions](https://doc.ibexa.co/en/5.0/con
397397
398398
The following additions were made to the PHP API:
399399
400-
##### Real-time collaborative editing:
400+
##### Real-time collaborative editing
401401
402402
- [`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)
403403
- [`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)
@@ -412,7 +412,7 @@ The following additions were made to the PHP API:
412412
- [`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)
413413
- [`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)
414414

415-
##### AI Taxonomy suggestions:
415+
##### AI Taxonomy suggestions
416416

417417
- [`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)
418418
- [`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)