From 9afa565e7c7e3512926fabf534201b1e31152367 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 9 Apr 2019 19:46:08 +0200 Subject: [PATCH] Reverted the main doc file name changes --- docs/src/main/asciidoc/home.adoc | 8 ++++---- ...g-cloud-stream-guide.adoc => spring-cloud-stream.adoc} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename docs/src/main/asciidoc/{spring-cloud-stream-guide.adoc => spring-cloud-stream.adoc} (100%) diff --git a/docs/src/main/asciidoc/home.adoc b/docs/src/main/asciidoc/home.adoc index 0ed25a480..a1822dfcc 100644 --- a/docs/src/main/asciidoc/home.adoc +++ b/docs/src/main/asciidoc/home.adoc @@ -8,10 +8,10 @@ Sabby Anandan; Marius Bogoevici; Eric Bottard; Mark Fisher; Ilayaperumal Gopinat The reference documentation consists of the following sections: [horizontal] -<> :: History, Quick Start, Concepts, Architecture Overview, Binder Abstraction, and Core Features -{docs-url}spring-cloud-stream-binder-rabbit/{docs-version}spring-cloud-stream-binder-rabbit-guide.html[Rabbit MQ Binder] :: Spring Cloud Stream binder reference for Rabbit MQ -{docs-url}spring-cloud-stream-binder-kafka/{docs-version}spring-cloud-stream-binder-kafka-guide.html#_apache_kafka_binder[Apache Kafka Binder] :: Spring Cloud Stream binder reference for Apache Kafka -{docs-url}spring-cloud-stream-binder-kafka/{docs-version}spring-cloud-stream-binder-kafka-guide.html#_kafka_streams_binder[Apache Kafka Streams Binder] :: Spring Cloud Stream binder reference for Apache Kafka Streams +<> :: History, Quick Start, Concepts, Architecture Overview, Binder Abstraction, and Core Features +{docs-url}spring-cloud-stream-binder-rabbit/{docs-version}spring-cloud-stream-binder-rabbit.html[Rabbit MQ Binder] :: Spring Cloud Stream binder reference for Rabbit MQ +{docs-url}spring-cloud-stream-binder-kafka/{docs-version}spring-cloud-stream-binder-kafka.html#_apache_kafka_binder[Apache Kafka Binder] :: Spring Cloud Stream binder reference for Apache Kafka +{docs-url}spring-cloud-stream-binder-kafka/{docs-version}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-guide.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc similarity index 100% rename from docs/src/main/asciidoc/spring-cloud-stream-guide.adoc rename to docs/src/main/asciidoc/spring-cloud-stream.adoc