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

Add GraphQL data ingest to parsing actions #82

Open briandominick opened 5 years ago

briandominick commented 5 years ago

GraphQL empowers "queries" of data objects like those ingested by LiquiDoc and fed to Liquid during parse actions. This can provide a lot of the data manipulation on the backend that we now perform clumsily with Liquid.

https://graphql.org/code/#ruby