# Shopify Liquid Documentation Source
This directory contains all the Shopify Liquid documentation that powers the MCP server.
## Contents
- **198 Markdown Files** - Complete Shopify Liquid reference
- `tags/` - 30 Liquid tags
- `filters/` - 101 Liquid filters
- `objects/` - 67 Liquid objects
- Root level - Overview and basics
## Source
All documentation was scraped from [Shopify's official Liquid API reference](https://shopify.dev/docs/api/liquid) on November 24, 2025.
## Format
Each file is in Markdown format with:
- Title and overview
- Syntax examples
- Parameter descriptions
- Code examples with sample data
- Related documentation links
## Indexing
These files are automatically indexed into SQLite with FTS5 when you:
1. **First run:** `shopify-liquid-mcp`
2. **Force reindex:** `python -m shopify_liquid_mcp.ingest --force`
## Customization
Add your own Liquid documentation:
1. Create `.md` files following the same format
2. Place in appropriate directories (tags/, filters/, objects/)
3. Reindex: `python -m shopify_liquid_mcp.ingest --force`
## Statistics
- **Total Files:** 211 markdown files
- **Total Size:** ~900 KB
- **Tags:** 30 files
- **Filters:** 101 files
- **Objects:** 67 files
## License
Documentation content from Shopify (subject to their terms). MCP server is MIT licensed.