DocOps / liquidoc-gem

The canonical gem source for LiquiDoc, a ruby-based documentation parsing and rendering utility enabling advanced builds with Asciidoctor, Jekyll, Liquid, and semi-structured data files.
https://docs.docops.org/liquidoc-user-manual.html
MIT License
12 stars 5 forks source link

Enable step labels and messages in build config #14

Closed briandominick closed 6 years ago

briandominick commented 6 years ago

It would be nice if the build logs could address what steps are being performed using optional labels and descriptions. Let's add a couple of top-level settings to each step in the build.

- action: parse
  label: parse-some-stuff
  message: Parsing the stuff we wanted parsed.
  data: data/data.json
  builds:
    - template: templates/stuff_plate.html
       output: out/ourfile.html

So logs will reflect the message, and errors will indicate which step was being performed, by step label when one was given.

briandominick commented 6 years ago

Resolved in PR #38