Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
plugins {
id 'base'
id 'org.antora' version '1.0.0-alpha.3'
id 'org.antora' version '1.0.0-alpha.5'
}

antora {
version = '3.2.0-alpha.2'
options = ['--clean', '--fetch', '--stacktrace']
options = [clean: true, fetch: true, stacktrace: true]
environment = [
'ALGOLIA_API_KEY': '82c7ead946afbac3cf98c32446154691',
'ALGOLIA_APP_ID': '244V8V9FGG',
'ALGOLIA_INDEX_NAME': 'spring-security-docs',
]
dependencies = [
'@antora/atlas-extension': '1.0.0-alpha.1',
'@antora/collector-extension': '1.0.0-alpha.2',
'@antora/collector-extension': '1.0.0-alpha.3',
'@asciidoctor/tabs': '1.0.0-alpha.11',
'@opendevise/antora-release-line-extension': '1.0.0-alpha.2',
'@springio/antora-extensions': '1.0.0-alpha.2',
'@springio/asciidoctor-extensions': '1.0.0-alpha.7',
'@springio/asciidoctor-extensions': '1.0.0-alpha.8',
]
}
12 changes: 11 additions & 1 deletion lib/antora/templates/per-branch-antora-playbook.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -11,6 +18,9 @@ asciidoc:
attributes:
page-pagination: ''
hide-uri-scheme: '@'
tabs-sync-option: '@'
extensions:
- '@asciidoctor/tabs'
sourcemap: true
urls:
latest_version_segment: ''
Expand Down