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

Patch 0.9.3 #53

Closed briandominick closed 5 years ago

briandominick commented 5 years ago

This patch addresses a couple of bugs.

  1. Dynamic build parsing was not triggered by sensible conditions Config files are now parsed under these conditions:

    • explicit --parse-config flag on command line
    • passing of any --var key=value on the CLI during a config build
    • existence of Liquid tags in config file
  2. Jekyll config arguments from build configs are passed in an additional config file rather than as appended CLI arguments.