Auto-generated documentation for Liquid schemas, drops, tags, and filters. Documentation stays fresh—whenever you update the schema, docs regenerate automatically.
git clone https://github.com/Shopify/theme-liquid-docs
cd theme-liquid-docs
yarn install
data/
— JSON files with Liquid drops, tags, and filters for themesschemas/
— JSON Schema definitions for Liquid theme artifactsai/
— Context files that power AI-generated Liquid rulestests/
— Test suite ensuring documentation accuracyscripts/
— Automation scripts for docs generation
In .liquid
templates, you have access to:
filters
— All available Liquid filterstags
— All Liquid tagsobjects
— All Liquid objects
Check ai/sources/_liquid-rules.liquid
for examples.
Help us make these docs better:
- Fork this repository
- Create your feature branch (
git checkout -b improve-liquid-docs
) - Commit your changes (
git commit -m 'Add array filter examples'
) - Push and create a Pull Request
MIT License. See LICENSE for details.