Skip to content

Commit 4cfcaef

Browse files
committed
heading-increment
1 parent 99b8aa4 commit 4cfcaef

71 files changed

Lines changed: 200 additions & 199 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ config:
1414
table-pipe-style:
1515
style: leading_and_trailing
1616

17+
heading-increment: true
18+
1719
ignores:
1820
- "docs/snippets/**"
1921
- "docs/index.md"

docs/administration/configuration/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ description: In Ibexa DXP you store and manage configuration in project files, t
77
[[= product_name =]] configuration is delivered by means of a number of dedicated configuration files.
88
It contains everything from selecting the content repository to SiteAccesses to language settings.
99

10-
### Configuration format
10+
## Configuration format
1111

1212
The recommended configuration format is YAML.
1313
It's used by default in the kernel (and in examples throughout the documentation).
1414
However, you can also use XML or PHP formats for configuration.
1515

16-
### Configuration files
16+
## Configuration files
1717

1818
Configuration files are located in the `config` folder.
1919
Configuration is provided per package in the `config/packages` folder, and routes are defined per package in `config/routes`.
@@ -43,7 +43,7 @@ These files contain additional settings and point to the general (not environmen
4343

4444
Be careful when copy-pasting text from a word processing software or a PDF, because it might contain hidden characters like the [soft hyphen](https://en.wikipedia.org/wiki/Soft_hyphen).
4545

46-
### Configuration handling
46+
## Configuration handling
4747

4848
!!! note
4949

docs/administration/content_organization/sections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Other references to the section remain and thus the system most likely loses con
3535
Section ID numbers aren't recycled.
3636
If a section is removed, its ID number cannot be reused when a new section is created.
3737

38-
### Registering users
38+
## Registering users
3939

4040
Registration form for your website is placed under this address: <yourdomain>/register.
4141
By default, new users created in this way are placed in the Guest accounts group.

docs/commerce/order_management/order_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ The component exposes the following:
1515
- [PHP API](order_management_api.md) that allows for managing orders
1616
- [REST API](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Orders) that helps get order information over HTTP
1717

18-
### Order management service
18+
## Order management service
1919

2020
The Order Management package provides the `Ibexa\Contracts\OrderManagement\OrderServiceInterface` service, which is the entrypoint for calling the [backend API](order_management_api.md).

docs/commerce/payment/payment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The component exposes the following APIs:
2121
- [Payment method REST API](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Payments) that helps manage payment methods over HTTP
2222
- [Payment PHP API](payment_api.md) that allows for managing payments
2323

24-
### Services
24+
## Services
2525

2626
The Payment package provides the following services, which are entry points for calling backend APIs:
2727

docs/commerce/shipping_management/shipping_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The component exposes the following:
1919
- [Shipping method PHP API](shipping_method_api.md) that allows for managing shipping methods
2020
- [Shipment PHP API](shipment_api.md) that allows for managing shipments
2121

22-
### Services
22+
## Services
2323

2424
The Shipping package provides the following services, which are entry points for calling backend APIs:
2525

docs/content_management/content_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A content item consists of:
2222
- [Fields](#fields), defined by the [content type](content_types.md).
2323
The fields can cover data ranging from single variables and text lines to media files or blocks of formatted text.
2424

25-
#### Content information
25+
### Content information
2626

2727
General information about a content item is stored in a [`ContentInfo`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentInfo.html) object.
2828
`ContentInfo` doesn't include fields. It contains following information:

docs/content_management/field_types/field_type_reference/authorfield.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This field type allows the storage and retrieval of one or more authors. For eac
1010

1111
### Value object
1212

13-
##### Properties
13+
#### Properties
1414

1515
| Attribute | Type | Description | Example |
1616
|-----------|------------------------------------------|------------------|-----------|
@@ -33,7 +33,7 @@ $authorList = Author\Value([
3333
]);
3434
```
3535

36-
### Hash format
36+
#### Hash format
3737

3838
The hash format mostly matches the value object. It has the following key `authors`.
3939

@@ -54,7 +54,7 @@ Example
5454
]
5555
```
5656

57-
##### String representation
57+
#### String representation
5858

5959
The string contains all the authors with their names and emails.
6060

docs/content_management/field_types/field_type_reference/checkboxfield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Checkbox field type stores the current status for a checkbox input, checked
1010

1111
### Value object
1212

13-
##### Properties
13+
#### Properties
1414

1515
The Value class of this field type contains the following properties:
1616

docs/content_management/field_types/field_type_reference/countryfield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The format used by the toHash method is the Alpha2 value, however the input is c
5858

5959
### Value object
6060

61-
##### Properties
61+
#### Properties
6262

6363
The Value class of this field type contains the following properties:
6464

0 commit comments

Comments
 (0)