Skip to content

Commit

Permalink
reactorGH-358: Fix Docs for a proper version rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Aug 28, 2023
1 parent a2c4515 commit eef60e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/docs/asciidoc/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,22 +157,22 @@ To build your own application using the Reactor Kafka API, you need to include a

For gradle:

[source]
[source, groovy, subs="normal"]
--------
dependencies {
compile "io.projectreactor.kafka:reactor-kafka:1.1.0.RELEASE"
compile "io.projectreactor.kafka:reactor-kafka:{project-version}"
}
--------


For maven:

[source]
[source, xml, subs="normal"]
--------
<dependency>
<groupId>io.projectreactor.kafka</groupId>
<artifactId>reactor-kafka</artifactId>
<version>1.1.0.RELEASE</version>
<version>{project-version}</version>
</dependency>
--------

12 changes: 8 additions & 4 deletions src/docs/asciidoc/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
:!revnumber:
:doctype: book

= Reactor Kafka Reference Guide
Rajini Sivaram, Mark Pollack, Oleh Dokuka
:appversion: 1.1.0.RELEASE

Rajini Sivaram, Mark Pollack, Oleh Dokuka, Gary Russell

{project-version}

ifndef::host-github[:ext-relative: {outfilesuffix}]
{appversion}
:doctype: book
:toc:
:toclevels: 4
:source-highlighter: prettify
Expand Down

0 comments on commit eef60e5

Please sign in to comment.