Add a link to the LiquidDoc reference in doc tag documentation comment

This commit is contained in:
James Meng
2025-03-12 15:31:28 -07:00
parent e38f730c00
commit 1783c0c084
+4
View File
@@ -13,6 +13,10 @@ module Liquid
# Liquid code inside will be parsed but not executed. This facilitates
# tooling support for features like code completion, linting, and inline
# documentation.
#
# For detailed documentation syntax and examples, see the
# [`LiquidDoc` reference](/themes/tools/liquid-doc).
#
# @liquid_syntax
# {% doc %}
# Renders a message.