Skip to content

Commit 5213210

Browse files
committed
Update antora configuration
1 parent d3a252e commit 5213210

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

antora-playbook.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
antora:
22
extensions:
3-
- '@springio/antora-extensions/partial-build-extension'
4-
- '@antora/atlas-extension'
5-
- require: '@springio/antora-extensions/latest-version-extension'
6-
- require: '@springio/antora-extensions/inject-collector-cache-config-extension'
7-
- '@antora/collector-extension'
8-
- require: '@springio/antora-extensions/root-component-extension'
3+
- require: '@springio/antora-extensions'
94
root_component_name: 'batch'
10-
- '@springio/antora-extensions/static-page-extension'
5+
116
site:
127
title: Spring Batch
138
url: https://docs.spring.io/spring-batch/reference

pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<io.spring.maven.antora-version>0.0.4</io.spring.maven.antora-version>
2626
</properties>
2727

28-
2928
<build>
3029
<plugins>
3130
<plugin>
@@ -39,11 +38,6 @@
3938
<option>--stacktrace</option>
4039
<option>--fetch</option>
4140
</options>
42-
<environment>
43-
<ALGOLIA_API_KEY>9d489079e5ec46dbb238909fee5c9c29</ALGOLIA_API_KEY>
44-
<ALGOLIA_APP_ID>WB1FQYI187</ALGOLIA_APP_ID>
45-
<ALGOLIA_INDEX_NAME>springdocs</ALGOLIA_INDEX_NAME>
46-
</environment>
4741
<packages>
4842
<package>@antora/[email protected]</package>
4943
<package>@antora/[email protected]</package>

0 commit comments

Comments
 (0)