Skip to content

Commit 192e175

Browse files
committed
Fix section levels in the "what's new" doc
1 parent 63362c3 commit 192e175

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

documentation/src/main/asciidoc/public/whats-new/index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ OpenSearch::
3333
The Elasticsearch backend works with OpenSearch 3.2 and 3.3, as well as other already compatible versions.
3434

3535
[[pluggable-clients]]
36-
=== Pluggable Elasticsearch backend REST clients
36+
== Pluggable Elasticsearch backend REST clients
3737

3838
This version of Hibernate Search introduces pluggable REST clients for the Elasticsearch backend.
3939
Historically, the Elasticsearch backend relied on the Elasticsearch low-level REST client,
@@ -45,7 +45,7 @@ or when you need to use some distribution specific client features and for examp
4545
Hibernate Search provides the following REST client options out of the box:
4646

4747
[[backend-elasticsearch-configuration-client-elasticsearch-client-rest4]]
48-
==== Elasticsearch low level REST client (Apache HTTP Client 4)
48+
=== Elasticsearch low level REST client (Apache HTTP Client 4)
4949

5050
Coordinates::
5151
GroupID::: `org.hibernate.search`
@@ -67,7 +67,7 @@ This Elasticsearch backend REST client is based on the newer Elasticsearch low l
6767
which is also used in the `co.elastic.clients:elasticsearch-java`.
6868

6969
[[backend-elasticsearch-configuration-client-elasticsearch-client-opensearch]]
70-
==== OpenSearch low level REST client (Apache HTTP Client 5)
70+
=== OpenSearch low level REST client (Apache HTTP Client 5)
7171

7272
Coordinates::
7373
GroupID::: `org.hibernate.search`
@@ -81,7 +81,7 @@ of Hibernate Search we will remove the implicit dependency on `hibernate-search-
8181
from the Elasticsearch backend.
8282

8383
[[backend-elasticsearch-configuration-client-elasticsearch-client-jdk]]
84-
==== Simple REST client based on the JDKs `HttpClient`
84+
=== Simple REST client based on the JDKs `HttpClient`
8585

8686
Coordinates::
8787
GroupID::: `org.hibernate.search`

documentation/src/main/assembly/pdf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</file>
3131
<file>
3232
<source>${asciidoctor.base-output-dir}/pdf/public/whats-new/index.pdf</source>
33-
<outputDirectory>reference/en-US/pdf/</outputDirectory>
33+
<outputDirectory>whats-new/en-US/pdf/</outputDirectory>
3434
<destName>hibernate_search_whats_new.pdf</destName>
3535
</file>
3636
<file>

0 commit comments

Comments
 (0)