This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit e087b32c553d9d9648b01da0323573db3ebfb9f5 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 00cf205153..59c2c3c8e9 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:
