From ae3ea9f49c317c94571e932494d1f09eaa7577f8 Mon Sep 17 00:00:00 2001 From: Eric Bottard Date: Fri, 28 Jul 2017 11:10:26 +0200 Subject: [PATCH] Fix some asciidoc issues --- spring-cloud-dataflow-docs/src/main/asciidoc/.gitignore | 2 -- .../src/main/asciidoc/appendix-howto.adoc | 5 +---- .../src/main/asciidoc/configuration.adoc | 1 + spring-cloud-dataflow-docs/src/main/asciidoc/streams.adoc | 3 +-- spring-cloud-dataflow-docs/src/main/asciidoc/tasks.adoc | 6 +++--- 5 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 spring-cloud-dataflow-docs/src/main/asciidoc/.gitignore diff --git a/spring-cloud-dataflow-docs/src/main/asciidoc/.gitignore b/spring-cloud-dataflow-docs/src/main/asciidoc/.gitignore deleted file mode 100644 index bbc3411176..0000000000 --- a/spring-cloud-dataflow-docs/src/main/asciidoc/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.html -*.css diff --git a/spring-cloud-dataflow-docs/src/main/asciidoc/appendix-howto.adoc b/spring-cloud-dataflow-docs/src/main/asciidoc/appendix-howto.adoc index 72a5d2695c..ec1b5d6ab7 100644 --- a/spring-cloud-dataflow-docs/src/main/asciidoc/appendix-howto.adoc +++ b/spring-cloud-dataflow-docs/src/main/asciidoc/appendix-howto.adoc @@ -2,8 +2,6 @@ [[howto]] == '`How-to`' guides -[partintro] --- This section provides answers to some common '`how do I do that...`' type of questions that often arise when using Spring Cloud Data Flow. @@ -14,7 +12,6 @@ the `spring-cloud-dataflow` tag). We're also more than happy to extend this section; If you want to add a '`how-to`' you can send us a {github-code}[pull request]. --- === Configure Maven Properties @@ -357,4 +354,4 @@ publish the payload to Apache Kafka _(i.e., identified by `kafka1`)_, we are sup and `output` channel settings respectively. NOTE: The queue `fooRabbit` in RabbitMQ is where the stream is consuming events from and the topic -`barKafka` in Apache Kafka is where the data is finally landing. \ No newline at end of file +`barKafka` in Apache Kafka is where the data is finally landing. diff --git a/spring-cloud-dataflow-docs/src/main/asciidoc/configuration.adoc b/spring-cloud-dataflow-docs/src/main/asciidoc/configuration.adoc index 05f3c31ecf..549cbcb1ef 100644 --- a/spring-cloud-dataflow-docs/src/main/asciidoc/configuration.adoc +++ b/spring-cloud-dataflow-docs/src/main/asciidoc/configuration.adoc @@ -1,5 +1,6 @@ [[configuration]] = Server Configuration + [partintro] -- In this section you will learn how to configure Spring Cloud Data Flow server's features such as the relational database to use and security. diff --git a/spring-cloud-dataflow-docs/src/main/asciidoc/streams.adoc b/spring-cloud-dataflow-docs/src/main/asciidoc/streams.adoc index 8556b0ce77..37441976e2 100644 --- a/spring-cloud-dataflow-docs/src/main/asciidoc/streams.adoc +++ b/spring-cloud-dataflow-docs/src/main/asciidoc/streams.adoc @@ -2,7 +2,6 @@ = Streams [partintro] - -- This section goes into more detail about how you can create Streams which are a collection of http://cloud.spring.io/spring-cloud-stream/[Spring Cloud Stream]. It covers topics such as @@ -1040,4 +1039,4 @@ and the stream will then funnel the data from the http source to the output log 2016-06-01 09:50:26.810 INFO 79654 --- [ kafka-binder-] log.sink : goodbye ``` -Of course, we could also change the sink implementation. You could pipe the output to a file (`file`), to hadoop (`hdfs`) or to any of the other sink apps which are available. You can also define your own apps. \ No newline at end of file +Of course, we could also change the sink implementation. You could pipe the output to a file (`file`), to hadoop (`hdfs`) or to any of the other sink apps which are available. You can also define your own apps. diff --git a/spring-cloud-dataflow-docs/src/main/asciidoc/tasks.adoc b/spring-cloud-dataflow-docs/src/main/asciidoc/tasks.adoc index aabefc6d0d..1b42e77dca 100644 --- a/spring-cloud-dataflow-docs/src/main/asciidoc/tasks.adoc +++ b/spring-cloud-dataflow-docs/src/main/asciidoc/tasks.adoc @@ -29,9 +29,9 @@ typical lifecycle for tasks in the context of Spring Cloud Data Flow: 1. Creating a Task Application 2. Registering a Task Application 3. Creating a Task Definition -3. Launching a Task -4. Reviewing Task Executions -5. Destroying a Task Definition +4. Launching a Task +5. Reviewing Task Executions +6. Destroying a Task Definition === Creating a Task Application While Spring Cloud Task does provide a number of out of the box applications (via the