diff --git a/docs/guides/templates/profile.adoc b/docs/guides/templates/profile.adoc new file mode 100644 index 0000000000..8a09020aae --- /dev/null +++ b/docs/guides/templates/profile.adoc @@ -0,0 +1,11 @@ +<#macro ifProduct> +ifeval::[{project_product} == true] +<#nested> +endif::[] + + +<#macro ifCommunity> +ifeval::[{project_product} != true] +<#nested> +endif::[] + \ No newline at end of file