Skip to content

Commit 8703948

Browse files
committed
Upgrading antora
1 parent cc203a8 commit 8703948

File tree

5 files changed

+16
-11
lines changed

5 files changed

+16
-11
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ dependency-reduced-pom.xml
4848
node
4949
node_modules
5050
build
51-
package.json
51+
/package.json
5252
package-lock.json

docs/antora-playbook.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
antora:
22
extensions:
3-
- '@springio/antora-extensions/partial-build-extension'
4-
- require: '@springio/antora-extensions/latest-version-extension'
5-
- require: '@springio/antora-extensions/inject-collector-cache-config-extension'
6-
- '@antora/collector-extension'
7-
- '@antora/atlas-extension'
8-
- require: '@springio/antora-extensions/root-component-extension'
3+
- require: '@springio/antora-extensions'
94
root_component_name: 'cloud-contract'
10-
- '@springio/antora-extensions/static-page-extension'
115
site:
126
title: Spring Cloud Contract
137
url: https://docs.spring.io/spring-cloud-contract/reference/
@@ -38,4 +32,4 @@ runtime:
3832
format: pretty
3933
ui:
4034
bundle:
41-
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.11/ui-bundle.zip
35+
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.15/ui-bundle.zip

docs/modules/ROOT/partials/appProps.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
|APPLICATION_USERNAME|Optional username to access the application.|
77
|MESSAGING_TRIGGER_CONNECT_TIMEOUT|Timeout to connect to the application to trigger a message.|5000
88
|MESSAGING_TRIGGER_READ_TIMEOUT|Timeout to read the response from the application to trigger a message.|5000
9-
|MESSAGING_TYPE|Defines the messaging type when dealing with message based contracts.|
109
|MESSAGING_TYPE|Type of messaging. Can be either [rabbit] or [kafka].|
10+
|MESSAGING_TYPE|Defines the messaging type when dealing with message based contracts.|
1111
|SPRING_KAFKA_BOOTSTRAP_SERVERS|For Kafka - brokers addresses.|
1212
|SPRING_RABBITMQ_ADDRESSES|For RabbitMQ - brokers addresses.|
1313
|===

docs/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"dependencies": {
3+
"antora": "3.2.0-alpha.4",
4+
"@antora/atlas-extension": "1.0.0-alpha.2",
5+
"@antora/collector-extension": "1.0.0-alpha.3",
6+
"@asciidoctor/tabs": "1.0.0-beta.6",
7+
"@springio/antora-extensions": "1.11.1",
8+
"@springio/asciidoctor-extensions": "1.0.0-alpha.10",
9+
"asciidoctor-kroki": "0.18.1"
10+
}
11+
}

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<artifactId>antora-component-version-maven-plugin</artifactId>
159159
</plugin>
160160
<plugin>
161-
<groupId>io.spring.maven.antora</groupId>
161+
<groupId>org.antora</groupId>
162162
<artifactId>antora-maven-plugin</artifactId>
163163
</plugin>
164164
<plugin>

0 commit comments

Comments
 (0)