This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 3c72777ec77e4cee42dff40b882cea34e4381272 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Thu May 30 13:05:46 2024 +0200 Add `tabs-sync-option` --- antora-playbook.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/antora-playbook.yaml b/antora-playbook.yaml index 5377e5ba5e..5e14719aac 100644 --- a/antora-playbook.yaml +++ b/antora-playbook.yaml @@ -38,6 +38,7 @@ asciidoc: log4j-docgen-type-filter-exclude-pattern: ^java\..+ log4j-docgen-type-target-template: | #{{{replaceAll sourcedType.groupId "." "-"}}}_{{{replaceAll sourcedType.artifactId "." "-"}}}_{{{replaceAll sourcedType.type.className "." "-"}}} + tabs-sync-option: true # Force Kroki to download images at build time kroki-fetch-diagram: true extensions:
