From 063b48c7391c4f0b1146ea187e25bfeee3a8a5f0 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 9 Jan 2023 17:44:01 -0700 Subject: [PATCH] add packages (dependencies) to playbook template in docs-build branch --- lib/antora/templates/per-branch-antora-playbook.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lib/antora/templates/per-branch-antora-playbook.yml b/lib/antora/templates/per-branch-antora-playbook.yml index fc087ec5ac..e3f7f5676b 100644 --- a/lib/antora/templates/per-branch-antora-playbook.yml +++ b/lib/antora/templates/per-branch-antora-playbook.yml @@ -1,4 +1,11 @@ -# The purpose of this Antora playbook is to generate a preview of the docs in the current branch. +# PACKAGES antora@3.2.0-alpha.2 @antora/collector-extension@1.0.0-alpha.3 @springio/antora-extensions@1.0.0-alpha.2 @asciidoctor/tabs@1.0.0-alpha.11 +# +# The purpose of this Antora playbook is to build the docs in the current branch. +antora: + extensions: + - '@antora/collector-extension' + - require: '@springio/antora-extensions/tabs-migration-extension' + unwrap_example_block: always site: title: Spring Security Reference content: @@ -11,6 +18,9 @@ asciidoc: attributes: page-pagination: '' hide-uri-scheme: '@' + tabs-sync-option: '@' + extensions: + - '@asciidoctor/tabs' sourcemap: true urls: latest_version_segment: ''