Skip to content

Commit c0f7cec

Browse files
Merge branch '5.6.x' into 5.7.x
2 parents f41b77a + 22ffa83 commit c0f7cec

File tree

3 files changed

+10
-37
lines changed

3 files changed

+10
-37
lines changed

docs/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/package-lock.json
2-
/node_modules/
1+
/*-antora-playbook.yml

docs/local-antora-playbook.yml

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

docs/spring-security-docs.gradle

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
plugins {
2-
id 'org.antora' version '1.0.0-alpha.3'
2+
id 'org.antora' version '1.0.0-alpha.7'
33
}
44

55
apply plugin: 'io.spring.convention.docs'
66
apply plugin: 'java'
77

88
antora {
9-
version = '3.2.0-alpha.2'
10-
playbook = file('local-antora-playbook.yml')
11-
options = ['--clean', '--stacktrace']
12-
environment = [
13-
'ALGOLIA_API_KEY': '82c7ead946afbac3cf98c32446154691',
14-
'ALGOLIA_APP_ID': '244V8V9FGG',
15-
'ALGOLIA_INDEX_NAME': 'security-docs'
16-
]
17-
dependencies = [
18-
'@antora/collector-extension': '1.0.0-alpha.3'
19-
]
9+
playbook = 'cached-antora-playbook.yml'
10+
playbookProvider {
11+
repository = 'spring-projects/spring-security'
12+
branch = 'docs-build'
13+
path = 'lib/antora/templates/per-branch-antora-playbook.yml'
14+
checkLocalBranch = true
15+
}
16+
options = [clean: true, stacktrace: true]
2017
}
2118

2219
tasks.register('generateAntora') {

0 commit comments

Comments
 (0)