Skip to content

Commit c1979da

Browse files
authored
Merge pull request #17 from it-at-m/docs/initial-p13n-docs
📝 initial docs
2 parents 4eac0c9 + 2466df9 commit c1979da

File tree

4 files changed

+63
-0
lines changed

4 files changed

+63
-0
lines changed

docs/deployment-p13n.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Deployment dbs-p13n
2+
3+
## dbs-p13n-service
4+
5+
| Property | Description | Default |
6+
| -------- | ----------- | ------- |
7+
8+
## dbs-p13n-webcomponents
9+
10+
There are multiple webcomponents available which should be integrated to separate pages of your frontend.
11+
12+
1. Add import to your page `<script src="<host>/loader-<component-name>-webcomponent.js" type="module"></script>`
13+
2. Add the element to your page with the appropriate configuration.
14+
15+
### `checklist-overview`
16+
17+
| Property | Type | Description | Default |
18+
| ---------------------- | ------ | -------------------------------- | ------- |
19+
| `checklist-detail-url` | string | URL to the checklist detail page | - |
20+
21+
### `checklist-detail`
22+
23+
| Query-Parameter | Description |
24+
| --------------- | ------------------------------ |
25+
| `cl-id` | ID of the checklist to display |
26+
27+
### `my-checklists`
28+
29+
| Property | Type | Description | Default |
30+
| ---------------------- | ------ | -------------------------------- | ------- |
31+
| `checklist-detail-url` | string | URL to the checklist detail page | - |
32+
| `new-checklist-url` | string | URL to the new checklist page | - |

docs/deployment.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Deployment
2+
3+
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.
4+
5+
## dbs-ticketing
6+
7+
WIP
8+
9+
## [dbs-p13n](/deployment-p13n)

docs/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,14 @@ layout: home
55
hero:
66
name: "DBS"
77
text: "Documentation for the Digital Citizen Service of the City of Munich"
8+
9+
features:
10+
- title: "Introduction"
11+
icon: 📖
12+
details: "Read more about what the DBS is and how it works."
13+
link: /introduction
14+
- title: "Deployment"
15+
icon: 🛠️
16+
details: "Documentation on how to deploy the DBS."
17+
link: /deployment
818
---

docs/introduction.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Introduction
2+
3+
The DBS (Digitaler Bürgerservice / Digital Citizen Service) is a digital service provided by the government of the city of munich.
4+
5+
It currently consists of these modules:
6+
7+
- DBS-Ticketing
8+
- DBS-P13N
9+
- DBS-Login
10+
- Terminvereinbarung (<https://github.com/it-at-m/eappointment>)
11+
12+
🚧 TODO

0 commit comments

Comments
 (0)