fix(integrations): show functions section even with empty list (#21672)
Ilya Mashchenko committed
Jan 29, 2026 at 21:40 UTC
9104a3f9a426153a2fc7490333bb8d1c6fbb7450
1 file changed
+1
-1
integrations/templates/functions.md
+1
-1
@@ -1,4 +1,4 @@
1
-[% if entry.functions and entry.functions.list %]
1
+[% if entry.functions %]
2
## Functions
3
4
[[ entry.functions.description ]]