fix docu for static source

fix #968
This commit is contained in:
mampfes
2023-05-11 07:35:00 +02:00
parent a99fb3c067
commit 89ce0f8a19

View File

@@ -144,7 +144,7 @@ waste_collection_schedule:
---
Defines a bi-weekly schedule for starting on the 01-Jan-2023.
Defines a bi-weekly schedule for starting on the 01-Feb-2023.
```yaml
waste_collection_schedule:
@@ -154,5 +154,5 @@ waste_collection_schedule:
type: Altpapier
frequency: WEEKLY
interval: 2
start: 2023-01-01
start: '2023-02-01'
```