You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit throws out Docbook and gives us the modern
look and feel for the docs.
It uses Asciidoctor to generate the PDF.
* Polishing for `build.gradle` in regards to asciidoc
* Upgrade to the latest Asciidoc and its plugins
* Combine Asciidoc backends into a single Gradle task
* Fix issues with section levels, duplicated ids and project version in
the docs
* Remove obsolete files: not used by Asciidoc
Copy file name to clipboardExpand all lines: src/reference/asciidoc/index.adoc
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
[[spring-kafka-reference]]
2
2
= Spring for Apache Kafka
3
-
:toc:
3
+
:toc: left
4
+
:toclevels: 4
5
+
:numbered:
6
+
:icons: font
7
+
:hide-uri-scheme:
8
+
Gary Russell; Artem Bilan; Biju Kunjummen; Jay Bryant
9
+
10
+
*{project-version}*
11
+
12
+
(C) 2016 - 2019 by Pivotal Software, Inc.
13
+
14
+
Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.
4
15
5
16
== Preface
6
17
@@ -15,8 +26,7 @@ include::./whats-new.adoc[]
15
26
16
27
== Introduction
17
28
18
-
This first part of the reference documentation is a high-level overview of Spring for Apache Kafka and the underlying
19
-
concepts and some code snippets that can help you get up and running as quickly as possible.
29
+
This first part of the reference documentation is a high-level overview of Spring for Apache Kafka and the underlying concepts and some code snippets that can help you get up and running as quickly as possible.
20
30
21
31
include::quick-tour.adoc[]
22
32
@@ -41,8 +51,7 @@ include::si-kafka.adoc[]
41
51
42
52
== Other Resources
43
53
44
-
In addition to this reference documentation, we recommend a number of other resources that may help you learn about
45
-
Spring and Apache Kafka.
54
+
In addition to this reference documentation, we recommend a number of other resources that may help you learn about Spring and Apache Kafka.
46
55
47
56
- https://kafka.apache.org/[Apache Kafka Project Home Page]
48
57
- http://projects.spring.io/spring-kafka/[Spring for Apache Kafka Home Page]
0 commit comments