openshift-evangelists / workshopper

Workshop content rendering tool
63 stars 41 forks source link

Add file a bug link #17

Closed jorgemoralespou closed 6 years ago

jorgemoralespou commented 7 years ago

Possibly for the tool and for the content, so we can get direct issues from the workshops.

Example: image

marekjelen commented 7 years ago

can you propose updates to _config.yml structure to track this information?

marekjelen commented 7 years ago

@jorgemoralespou is this still valid request?

jorgemoralespou commented 7 years ago

This should point to the repository from where the content comes from.

Potentially we could add to _config.yml

name: "<NAME>"
id: "<ID>"
report-broken: true|false (or yes|no)
[report-broken-url: <REPO_URL>]
vars:
   <LIST>
modules:
   <LIST>

If (report-broken == true) and there is report-broken-url then use this one, else, use CONTENT_URL_PREFIX

marekjelen commented 6 years ago

Add

config:
  issues: URL

to _modules.yml