Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit ae3ea9f

Browse files
committed
Fix some asciidoc issues
1 parent 5cffe8b commit ae3ea9f

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed

spring-cloud-dataflow-docs/src/main/asciidoc/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

spring-cloud-dataflow-docs/src/main/asciidoc/appendix-howto.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
[[howto]]
33
== '`How-to`' guides
44

5-
[partintro]
6-
--
75
This section provides answers to some common '`how do I do that...`' type of questions
86
that often arise when using Spring Cloud Data Flow.
97

@@ -14,7 +12,6 @@ the `spring-cloud-dataflow` tag).
1412

1513
We're also more than happy to extend this section; If you want to add a '`how-to`' you
1614
can send us a {github-code}[pull request].
17-
--
1815

1916
=== Configure Maven Properties
2017

@@ -357,4 +354,4 @@ publish the payload to Apache Kafka _(i.e., identified by `kafka1`)_, we are sup
357354
and `output` channel settings respectively.
358355

359356
NOTE: The queue `fooRabbit` in RabbitMQ is where the stream is consuming events from and the topic
360-
`barKafka` in Apache Kafka is where the data is finally landing.
357+
`barKafka` in Apache Kafka is where the data is finally landing.

spring-cloud-dataflow-docs/src/main/asciidoc/configuration.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[[configuration]]
22
= Server Configuration
3+
34
[partintro]
45
--
56
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.

spring-cloud-dataflow-docs/src/main/asciidoc/streams.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
= Streams
33

44
[partintro]
5-
65
--
76
This section goes into more detail about how you can create Streams which are a collection of
87
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
10401039
2016-06-01 09:50:26.810 INFO 79654 --- [ kafka-binder-] log.sink : goodbye
10411040
```
10421041

1043-
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.
1042+
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.

spring-cloud-dataflow-docs/src/main/asciidoc/tasks.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ typical lifecycle for tasks in the context of Spring Cloud Data Flow:
2929
1. Creating a Task Application
3030
2. Registering a Task Application
3131
3. Creating a Task Definition
32-
3. Launching a Task
33-
4. Reviewing Task Executions
34-
5. Destroying a Task Definition
32+
4. Launching a Task
33+
5. Reviewing Task Executions
34+
6. Destroying a Task Definition
3535

3636
=== Creating a Task Application
3737
While Spring Cloud Task does provide a number of out of the box applications (via the

0 commit comments

Comments
 (0)