Skip to content

Commit

Permalink
Docs: Move id in the java-api (#40748)
Browse files Browse the repository at this point in the history
Moves the id of the preface in the java-api so it is compatible with
both AsciiDoc and Asciidoctor. As it stands now we apply the id that we
want for the preface to the book itself which is strange and only works
with AsciiDoc.
  • Loading branch information
nik9000 committed Apr 2, 2019
1 parent a7e7842 commit 45a40a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/java-api/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[[java-api]]
= Java API

include::../Versions.asciidoc[]

[[java-api]]
[preface]
== Preface
This section describes the Java API that elasticsearch provides. All
Expand Down

0 comments on commit 45a40a3

Please sign in to comment.