From 0c6261c8e8f704c257513cdca3b5ef027e7516b7 Mon Sep 17 00:00:00 2001 From: "dev-bot-shopify[bot]" <202039184+dev-bot-shopify[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 03:00:10 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Sync=20Liquid=20Docs=20Schema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/filters.json | 4 ++-- data/tags.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/filters.json b/data/filters.json index 9e6fcd3..02afe67 100644 --- a/data/filters.json +++ b/data/filters.json @@ -1996,13 +1996,13 @@ "description": "", "syntax": "", "path": "/", - "raw_liquid": "{{ 'this sentence should start with a capitalized letter.' | capitalize }}", + "raw_liquid": "{{ 'this sentence should start with a capitalized word.' | capitalize }}", "parameter": false, "display_type": "text", "show_data_tab": true } ], - "summary": "Capitalizes the first letter in a string and downcases the remaining characters.", + "summary": "Capitalizes the first word in a string and downcases the remaining characters.", "syntax": "string | capitalize", "name": "capitalize" }, diff --git a/data/tags.json b/data/tags.json index ec80715..dfffb9e 100644 --- a/data/tags.json +++ b/data/tags.json @@ -1119,9 +1119,9 @@ "category": "theme", "deprecated": false, "deprecation_reason": "", - "description": "Each section, block or snippet can have only one `{% stylesheet %}` tag.\n\nTo learn more about how CSS that's defined between the `stylesheet` tags is loaded and run, refer to the documentation for [stylesheet tags](/storefronts/themes/best-practices/javascript-and-stylesheet-tags#stylesheet).\n> Caution:\n> Liquid isn't rendered inside of `{% stylesheet %}` tags. Including Liquid code can cause syntax errors.", + "description": "Each section, block or snippet can have only one `{% stylesheet %}` tag.\n\nTo learn more about how CSS that's defined between the `stylesheet` tags is loaded and run, refer to the documentation for [stylesheet tags](/docs/storefronts/themes/best-practices/javascript-and-stylesheet-tags#stylesheet).\n> Caution:\n> Liquid isn't rendered inside of `{% stylesheet %}` tags. Including Liquid code can cause syntax errors.", "parameters": [], - "summary": "CSS styles included in [section](/storefronts/themes/architecture/sections), [block](/storefronts/themes/architecture/blocks), and [snippet](/storefronts/themes/architecture/snippets) files.", + "summary": "CSS styles included in [section](/docs/storefronts/themes/architecture/sections), [block](/docs/storefronts/themes/architecture/blocks), and [snippet](/docs/storefronts/themes/architecture/snippets) files.", "name": "stylesheet", "syntax": "{% stylesheet %}\n css_styles\n{% endstylesheet %}", "syntax_keywords": [ @@ -1153,7 +1153,7 @@ "category": "html", "deprecated": false, "deprecation_reason": "", - "description": "> Note:\n> If you reference [color settings](/themes/architecture/settings/input-settings#color) inside `style` tags, then\n> the associated CSS rules will update as the setting is changed in the theme editor, without a page refresh.", + "description": "> Note:\n> If you reference [color settings](/docs/storefronts/themes/architecture/settings/input-settings#color) inside `style` tags, then\n> the associated CSS rules will update as the setting is changed in the theme editor, without a page refresh. See [more information and limitations](/docs/storefronts/themes/tools/online-editor#color-settings) of live preview.", "parameters": [], "summary": "Generates an HTML `<style>` tag with an attribute of `data-shopify`.", "name": "style",