Docs: Move id in the java-api (#40748)
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.
This commit is contained in:
parent
945e7ca01e
commit
fd24f1de28
|
@ -1,8 +1,8 @@
|
|||
[[java-api]]
|
||||
= Java API
|
||||
|
||||
include::../Versions.asciidoc[]
|
||||
|
||||
[[java-api]]
|
||||
[preface]
|
||||
== Preface
|
||||
|
||||
|
|
Loading…
Reference in New Issue