You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to how standard parse actions are able to pass data from multiple ingested files into the template used in the action, config files should also be able to accept data objects when they are templatized with Liquid scripting.
A command like the following should enable multi-file ingest of data objects:
Similarly to how standard parse actions are able to pass data from multiple ingested files into the template used in the action, config files should also be able to accept data objects when they are templatized with Liquid scripting.
A command like the following should enable multi-file ingest of data objects:
bundle exec liquidoc -c _configs/build.yml -d data/products.yml,data/docsets.yml
This would create two data objects (
products
anddocsets
) that can then be referenced as Liquid variables from anywhere withinbuild.yml
.This issue relates to #83, #84, and #40.
The text was updated successfully, but these errors were encountered: