Skip to content

Commit

Permalink
Fix heading levels
Browse files Browse the repository at this point in the history
  • Loading branch information
marciw committed May 22, 2024
1 parent 5c3b5d3 commit 350aa67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage/esql.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use cases.

[discrete]
[[esql-how-to]]
==== How to use the ES|QL API
=== How to use the ES|QL API

The {es-docs}/esql-query-api.html[ES|QL query API] allows you to specify how
results should be returned. You can choose a
Expand All @@ -40,7 +40,7 @@ The following example gets ES|QL results as CSV and parses them:

[discrete]
[[esql-consume-results]]
==== Consume ES|QL results
=== Consume ES|QL results

The previous example showed that although the raw ES|QL API offers maximum
flexibility, additional work is required in order to make use of the
Expand All @@ -62,7 +62,7 @@ allows efficient processing of column data.

[discrete]
[[esql-custom-mapping]]
==== Define your own mapping
=== Define your own mapping

Although the mappers provided by the .NET client cover many use cases, your
application might require a custom mapping.
Expand Down

0 comments on commit 350aa67

Please sign in to comment.