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

Parser upgrades alt -- redo 0.9.0 #51

Closed briandominick closed 5 years ago

briandominick commented 5 years ago

This patch for the 0.9.0 upgrade restores changes to their proper order and fixes a small variable-handling bug. Also improves the handling of config variables. All CLI-imposed variables can be set using the -v key=value / --var key=value option. These will instantiate a dynamic config build and pass their attendant variables and values to the config file; they can also be used in a CLI-only parse build. In both cases, they pass to the vars. scope.

This also cleans up the README by restoring Algolia instructions.

This is a 0.9.1 patch candidate.