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 installdata/— 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 data/, you have access to:
filters— All available Liquid filterstags— All Liquid tagsobjects— All Liquid objectslatest.json— Identifies the version of Liquid data used by CLI, theme-tools, and other dependent projects. See Updating revision number for details.
Check ai/liquid.mdc for examples.
Run the GitHub Action to update the Liquid docs used by all dependent projects.
🚨 IF YOU DONT RUN THIS ACTION, DEPENDENT PROJECTS WILL USE LIQUID DOCS IDENTIFIED BY THE REVISION ID IN data/latest.json.
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.