diff --git a/lib/liquid/tags/doc.rb b/lib/liquid/tags/doc.rb index 6f061650..c3bd4109 100644 --- a/lib/liquid/tags/doc.rb +++ b/lib/liquid/tags/doc.rb @@ -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.