From 86c6a7b4215276e6cadf4ec12ec76d2b10825b1f Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 24 Sep 2020 16:15:49 +0200 Subject: [PATCH] Fix docs links --- README.adoc | 2 +- docs/src/main/asciidoc/_configprops.adoc | 1 + docs/src/main/asciidoc/index.adoc | 9 +++++---- docs/src/main/asciidoc/spring-cloud-stream.adoc | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 7844f3277..e167ab3b9 100644 --- a/README.adoc +++ b/README.adoc @@ -73,7 +73,7 @@ If you chose RabbitMQ for the middleware, your Spring Initializr should now be a [%hardbreaks] [%hardbreaks] [%hardbreaks] -image::{github-raw}/docs/src/main/asciidoc/images/spring-initializr.png[align="center"] +image::/docs/src/main/asciidoc/images/spring-initializr.png[align="center"] [%hardbreaks] [%hardbreaks] diff --git a/docs/src/main/asciidoc/_configprops.adoc b/docs/src/main/asciidoc/_configprops.adoc index b21e4c8a0..3390ec7db 100644 --- a/docs/src/main/asciidoc/_configprops.adoc +++ b/docs/src/main/asciidoc/_configprops.adoc @@ -20,6 +20,7 @@ |spring.cloud.stream.metrics.properties | | Application properties that should be added to the metrics payload For example: `spring.application**`. |spring.cloud.stream.metrics.schedule-interval | 60s | Interval expressed as Duration for scheduling metrics snapshots publishing. Defaults to 60 seconds |spring.cloud.stream.override-cloud-connectors | false | This property is only applicable when the cloud profile is active and Spring Cloud Connectors are provided with the application. If the property is false (the default), the binder detects a suitable bound service (for example, a RabbitMQ service bound in Cloud Foundry for the RabbitMQ binder) and uses it for creating connections (usually through Spring Cloud Connectors). When set to true, this property instructs binders to completely ignore the bound services and rely on Spring Boot properties (for example, relying on the spring.rabbitmq.* properties provided in the environment for the RabbitMQ binder). The typical usage of this property is to be nested in a customized environment when connecting to multiple systems. +|spring.cloud.stream.pollable-source | none | A semi-colon delimited list of binding names of pollable sources. Binding names follow the same naming convention as functions. For example, name '...pollable-source=foobar' will be accessible as 'foobar-iin-0'' binding |spring.cloud.stream.poller.cron | | Cron expression value for the Cron Trigger. |spring.cloud.stream.poller.fixed-delay | 1000 | Fixed delay for default poller. |spring.cloud.stream.poller.initial-delay | 0 | Initial delay for periodic triggers. diff --git a/docs/src/main/asciidoc/index.adoc b/docs/src/main/asciidoc/index.adoc index cafda4ee7..9d35f742a 100644 --- a/docs/src/main/asciidoc/index.adoc +++ b/docs/src/main/asciidoc/index.adoc @@ -1,7 +1,7 @@ = Spring Cloud Stream Reference Documentation Sabby Anandan; Marius Bogoevici; Eric Bottard; Mark Fisher; Ilayaperumal Gopinathan; Mark Heckler; Gunnar Hillert; Mark Pollack; Patrick Peralta; Glenn Renfro; Thomas Risberg; Dave Syer; David Turanski; Janne Valkealahti; Benjamin Klein; Vinicius Carvalho; Gary Russell; Oleg Zhurakousky; Jay Bryant; Soby Chacko; Domenico Sibilio -*{spring-cloud-stream-version}* +*{project-version}* :docinfo: shared @@ -9,9 +9,10 @@ The reference documentation consists of the following sections: [horizontal] <> :: History, Quick Start, Concepts, Architecture Overview, Binder Abstraction, and Core Features -https://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/{spring-cloud-stream-version}/reference/html/index.html[Rabbit MQ Binder] :: Spring Cloud Stream binder reference for Rabbit MQ -https://docs.spring.io/spring-cloud-stream-binder-kafka/docs/{spring-cloud-stream-version}/reference/html/index.html#_apache_kafka_binder[Apache Kafka Binder] :: Spring Cloud Stream binder reference for Apache Kafka -https://docs.spring.io/spring-cloud-stream-binder-kafka/docs/{spring-cloud-stream-version}/reference/html/index.html#_kafka_streams_binder[Apache Kafka Streams Binder] :: Spring Cloud Stream binder reference for Apache Kafka Streams + +https://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/{project-version}/reference/html/spring-cloud-stream-binder-rabbit.html[Rabbit MQ Binder] :: Spring Cloud Stream binder reference for Rabbit MQ +https://docs.spring.io/spring-cloud-stream-binder-kafka/docs/{project-version}/reference/html/spring-cloud-stream-binder-kafka.html#_apache_kafka_binder[Apache Kafka Binder] :: Spring Cloud Stream binder reference for Apache Kafka +https://docs.spring.io/spring-cloud-stream-binder-kafka/docs/{project-version}/reference/html/spring-cloud-stream-binder-kafka.html#_kafka_streams_binder[Apache Kafka Streams Binder] :: Spring Cloud Stream binder reference for Apache Kafka Streams <> :: A collection of Partner maintained binder implementations for Spring Cloud Stream (e.g., Azure Event Hubs, Google PubSub, Solace PubSub+) https://github.com/spring-cloud/spring-cloud-stream-samples/[Spring Cloud Stream Samples] :: A curated collection of repeatable Spring Cloud Stream samples to walk through the features diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index 750381639..971d40c92 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -3,7 +3,7 @@ :nofooter: :sectlinks: true -*{spring-cloud-stream-version}* +*{project-version}* [[spring-cloud-stream-reference]]