Skip to content

Commit 0c6261c

Browse files
🤖 Sync Liquid Docs Schema
1 parent 2b0b8a6 commit 0c6261c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎data/filters.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,13 +1996,13 @@
19961996
"description": "",
19971997
"syntax": "",
19981998
"path": "/",
1999-
"raw_liquid": "{{ 'this sentence should start with a capitalized letter.' | capitalize }}",
1999+
"raw_liquid": "{{ 'this sentence should start with a capitalized word.' | capitalize }}",
20002000
"parameter": false,
20012001
"display_type": "text",
20022002
"show_data_tab": true
20032003
}
20042004
],
2005-
"summary": "Capitalizes the first letter in a string and downcases the remaining characters.",
2005+
"summary": "Capitalizes the first word in a string and downcases the remaining characters.",
20062006
"syntax": "string | capitalize",
20072007
"name": "capitalize"
20082008
},

‎data/tags.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,9 +1119,9 @@
11191119
"category": "theme",
11201120
"deprecated": false,
11211121
"deprecation_reason": "",
1122-
"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.",
1122+
"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.",
11231123
"parameters": [],
1124-
"summary": "CSS styles included in [section](/storefronts/themes/architecture/sections), [block](/storefronts/themes/architecture/blocks), and [snippet](/storefronts/themes/architecture/snippets) files.",
1124+
"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.",
11251125
"name": "stylesheet",
11261126
"syntax": "{% stylesheet %}\n css_styles\n{% endstylesheet %}",
11271127
"syntax_keywords": [
@@ -1153,7 +1153,7 @@
11531153
"category": "html",
11541154
"deprecated": false,
11551155
"deprecation_reason": "",
1156-
"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.",
1156+
"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.",
11571157
"parameters": [],
11581158
"summary": "Generates an HTML `<style>` tag with an attribute of `data-shopify`.",
11591159
"name": "style",

0 commit comments

Comments
 (0)