There are empty material entries on pyladies.cz, but i couldn't find a way to do it here. If I provide no URL, no lesson attribute, it's invalid Material:
- title: MicroPython a malé počítače
type: lesson
ValueError: Unknown material type: {'type': 'lesson', 'title': 'MicroPython a malé počítače'}
I had to use this as a workaround:
- title: MicroPython a malé počítače
type: lesson
url: '#'
There are empty material entries on pyladies.cz, but i couldn't find a way to do it here. If I provide no URL, no lesson attribute, it's invalid Material:
ValueError: Unknown material type: {'type': 'lesson', 'title': 'MicroPython a malé počítače'}I had to use this as a workaround: