Upgrading antora
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -48,5 +48,5 @@ dependency-reduced-pom.xml
|
||||
node
|
||||
node_modules
|
||||
build
|
||||
package.json
|
||||
/package.json
|
||||
package-lock.json
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
antora:
|
||||
extensions:
|
||||
- '@springio/antora-extensions/partial-build-extension'
|
||||
- require: '@springio/antora-extensions/latest-version-extension'
|
||||
- require: '@springio/antora-extensions/inject-collector-cache-config-extension'
|
||||
- '@antora/collector-extension'
|
||||
- '@antora/atlas-extension'
|
||||
- require: '@springio/antora-extensions/root-component-extension'
|
||||
- require: '@springio/antora-extensions'
|
||||
root_component_name: 'cloud-contract'
|
||||
- '@springio/antora-extensions/static-page-extension'
|
||||
site:
|
||||
title: Spring Cloud Contract
|
||||
url: https://docs.spring.io/spring-cloud-contract/reference/
|
||||
@@ -38,4 +32,4 @@ runtime:
|
||||
format: pretty
|
||||
ui:
|
||||
bundle:
|
||||
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.11/ui-bundle.zip
|
||||
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.15/ui-bundle.zip
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|APPLICATION_USERNAME|Optional username to access the application.|
|
||||
|MESSAGING_TRIGGER_CONNECT_TIMEOUT|Timeout to connect to the application to trigger a message.|5000
|
||||
|MESSAGING_TRIGGER_READ_TIMEOUT|Timeout to read the response from the application to trigger a message.|5000
|
||||
|MESSAGING_TYPE|Defines the messaging type when dealing with message based contracts.|
|
||||
|MESSAGING_TYPE|Type of messaging. Can be either [rabbit] or [kafka].|
|
||||
|MESSAGING_TYPE|Defines the messaging type when dealing with message based contracts.|
|
||||
|SPRING_KAFKA_BOOTSTRAP_SERVERS|For Kafka - brokers addresses.|
|
||||
|SPRING_RABBITMQ_ADDRESSES|For RabbitMQ - brokers addresses.|
|
||||
|===
|
||||
11
docs/package.json
Normal file
11
docs/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"antora": "3.2.0-alpha.4",
|
||||
"@antora/atlas-extension": "1.0.0-alpha.2",
|
||||
"@antora/collector-extension": "1.0.0-alpha.3",
|
||||
"@asciidoctor/tabs": "1.0.0-beta.6",
|
||||
"@springio/antora-extensions": "1.11.1",
|
||||
"@springio/asciidoctor-extensions": "1.0.0-alpha.10",
|
||||
"asciidoctor-kroki": "0.18.1"
|
||||
}
|
||||
}
|
||||
@@ -158,7 +158,7 @@
|
||||
<artifactId>antora-component-version-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>io.spring.maven.antora</groupId>
|
||||
<groupId>org.antora</groupId>
|
||||
<artifactId>antora-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user