eucp-project / storyboards

Simple web application to show example use cases with some interactivity. (visitors via old url will be redirected to the website with new url)
https://eucp-project.github.io/storyboards
Other
7 stars 5 forks source link

Use nested dicts as index #12

Closed Peter9192 closed 3 years ago

Peter9192 commented 3 years ago

Currently we have index.yaml and usecaseItems.md. Both are index files, used to register some summary information about our usecases.

It would be nice to merge the two into once. It could probably be something like

usecase_name1:
  id: 0
  headline: EUCP example use case
  subtitle: Jane Doe et al., Ministry of Love
  static_folder: ~/static/usecase_0/
usecase_name2:
  id: 2
  ...