Skip to content

Commit 87c074f

Browse files
author
Steve Riesenberg
committed
Merge branch '5.7.x' into 5.8.x
2 parents 413c473 + 621889f commit 87c074f

File tree

3 files changed

+2
-56
lines changed

3 files changed

+2
-56
lines changed

docs/antora-linked-worktree-patch.js

Lines changed: 0 additions & 53 deletions
This file was deleted.

docs/local-antora-playbook.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# The purpose of this Antora playbook is to generate a preview of the docs in the current branch.
22
antora:
33
extensions:
4-
- ./antora-linked-worktree-patch.js
54
- '@antora/collector-extension'
65
site:
76
title: Spring Security

docs/spring-security-docs.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'io.spring.convention.docs'
66
apply plugin: 'java'
77

88
antora {
9-
version = '~3.1'
9+
version = '3.2.0-alpha.2'
1010
playbook = file('local-antora-playbook.yml')
1111
options = ['--clean', '--stacktrace']
1212
environment = [
@@ -15,7 +15,7 @@ antora {
1515
'ALGOLIA_INDEX_NAME': 'security-docs'
1616
]
1717
dependencies = [
18-
'@antora/collector-extension': '1.0.0-alpha.2'
18+
'@antora/collector-extension': '1.0.0-alpha.3'
1919
]
2020
}
2121

0 commit comments

Comments
 (0)