Open briandominick opened 2 years ago
✔️ Deploy Preview for hungry-almeida-d95259 ready!
🔨 Explore the source changes: 8f1e7221ce3cfc4b0e19f69ed3c6f03ebd241d32
🔍 Inspect the deploy log: https://app.netlify.com/sites/hungry-almeida-d95259/deploys/61ee0805f66c94000891bc86
😎 Browse the preview: https://deploy-preview-95--hungry-almeida-d95259.netlify.app
New content in user guide -- see the sidebar in this section: https://deploy-preview-95--hungry-almeida-d95259.netlify.app/liquidoc-user-manual.html#_tags
This change will bump us to 0.12.1.
This patch enables explicitly designating alternate source paths for includes, and prepends the calling template's own home directory to the list.
This patch has been released as liquidoc v0.12.1.rc1, so testing will be simple:
Gemfile
reference to:gem 'liquidoc' , '=0.12.1-rc1'
bundle install
Perform builds with this gem. Use Liquid templates that call other files using the
{% include file-name.txt %}
format.test/templates/file-name.txt
.--includes_dirs test/templates
on the CLI.