Browse Source

add packages (dependencies) to playbook template in docs-build branch

Dan Allen 2 years ago
parent
commit
063b48c739
1 changed files with 11 additions and 1 deletions
  1. 11 1
      lib/antora/templates/per-branch-antora-playbook.yml

+ 11 - 1
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: ''