Skip to content

Commit ef21aa3

Browse files
committed
💚 fix md-linter
1 parent c837fdb commit ef21aa3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/deployment-p13n.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# Deployment dbs-p13n
22

3-
# dbs-p13n-service
3+
## dbs-p13n-service
44

55
| Property | Description | Default |
66
| -------- | ----------- | ------- |
77

8-
# dbs-p13n-webcomponents
8+
## dbs-p13n-webcomponents
99

1010
There are multiple webcomponents available which should be integrated to separate pages of your frontend.
1111

1212
1. Add import to your page `<script src="<host>/loader-<component-name>-webcomponent.js" type="module"></script>`
1313
2. Add the element to your page with the appropriate configuration.
1414

15-
## `checklist-overview`
15+
### `checklist-overview`
1616

1717
| Property | Type | Description | Default |
1818
| ---------------------- | ------ | -------------------------------- | ------- |
1919
| `checklist-detail-url` | string | URL to the checklist detail page | - |
2020

21-
## `checklist-detail`
21+
### `checklist-detail`
2222

2323
| Query-Parameter | Description |
2424
| --------------- | ------------------------------ |
2525
| `cl-id` | ID of the checklist to display |
2626

27-
## `my-checklists`
27+
### `my-checklists`
2828

2929
| Property | Type | Description | Default |
3030
| ---------------------- | ------ | -------------------------------- | ------- |

docs/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The DBS consists of multiple modules, each of which can be used independently. The deployment docs provide detailed instructions on how to set up and configure each of the modules.
44

5-
# dbs-ticketing
5+
## dbs-ticketing
66

77
WIP
88

9-
# [dbs-p13n](/deployment-p13n)
9+
## [dbs-p13n](/deployment-p13n)

0 commit comments

Comments
 (0)