Merge pull request #1928 from Shopify/jm/add_ld_link_doc_tag

Add a link to the LiquidDoc tooling reference in `doc` tag documentation
This commit is contained in:
James Meng
2025-03-13 09:48:40 -07:00
committed by GitHub
+4
View File
@@ -13,6 +13,10 @@ module Liquid
# Liquid code inside will be parsed but not executed. This facilitates # Liquid code inside will be parsed but not executed. This facilitates
# tooling support for features like code completion, linting, and inline # tooling support for features like code completion, linting, and inline
# documentation. # documentation.
#
# For detailed documentation syntax and examples, see the
# [`LiquidDoc` reference](/docs/storefronts/themes/tools/liquid-doc).
#
# @liquid_syntax # @liquid_syntax
# {% doc %} # {% doc %}
# Renders a message. # Renders a message.