Merge pull request #9598 from owncloud/render_template_fix_for_deprecations

[docs-only] Docs adoc template: make a space between deprecations and standard
This commit is contained in:
Martin
2024-07-12 17:16:17 +02:00
committed by GitHub

View File

@@ -1,4 +1,6 @@
// set the attribute to true or leave empty, true without any quotes.
// if the generated adoc file is used outside tabs, it renders correctly depending on the attribute set.
// if inside, you need to also use the xxx_deprecation.adoc file. attributes can't be defined inside tabs.
:show-deprecation: {{ .HasDeprecations }}
@@ -23,6 +25,8 @@ ifeval::[{show-deprecation} == true]
{{- end }}
|===
{empty} +
endif::[]
[caption=]