Skip to content

Commit 5a6df1b

Browse files
changed H1s per SEO suggestions, added frontmatter where necessary
1 parent 62f8f98 commit 5a6df1b

File tree

16 files changed

+54
-17
lines changed

16 files changed

+54
-17
lines changed

docs/reference/getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/getting-started-java.html
4+
navigation_title: Getting started
45
---
56

6-
# Getting started
7+
# Getting started with the {{es}} Java client
78

89
This page guides you through the installation process of the Java client, shows you how to instantiate the client, and how to perform basic Elasticsearch operations with it.
910

docs/reference/transport/rest-client/config/basic_authentication.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/_basic_authentication.html
4+
navigation_title: Basic authentication
45
---
56

6-
# Basic authentication [_basic_authentication]
7+
# Basic authentication setup for {{es}} Java REST client [_basic_authentication]
78

89
:::{include} /reference/_snippets/legacy-rest-client.md
910
:::

docs/reference/transport/rest-client/config/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/java-rest-low-config.html
4+
navigation_title: Common configuration
45
---
56

6-
# Common configuration [java-rest-low-config]
7+
# {{es}} Java REST client configuration [java-rest-low-config]
78

89
:::{include} /reference/_snippets/legacy-rest-client.md
910
:::

docs/reference/transport/rest-client/sniffer/javadoc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/java-rest-sniffer-javadoc.html
4+
navigation_title: Javadoc
45
---
56

6-
# Javadoc [java-rest-sniffer-javadoc]
7+
# Javadoc for the {{es}} Java REST client sniffer [java-rest-sniffer-javadoc]
78

89
:::{include} /reference/_snippets/legacy-rest-client.md
910
:::

docs/reference/transport/rest-client/sniffer/maven_repository.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/_maven_repository.html
4+
navigation_title: Maven Repository
45
---
56

6-
# Maven Repository [_maven_repository]
7+
# Maven repository for {{es}} Java REST client sniffer [_maven_repository]
78

89
:::{include} /reference/_snippets/legacy-rest-client.md
910
:::

docs/reference/transport/rest-client/sniffer/usage.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
3-
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/_usage.html
3+
- https://www.elastic.co/docs/reference/elasticsearch/clients/java/transport/rest-client/usage.html
4+
navigation_title: Usage
45
---
56

6-
# Usage [_usage]
7+
# Getting started with the {{es}} Java REST client [_usage]
78

89
:::{include} /reference/_snippets/legacy-rest-client.md
910
:::

docs/reference/transport/rest-client/usage/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/java-rest-low-usage.html
4+
navigation_title: Getting started
45
---
56

6-
# Getting started [java-rest-low-usage]
7+
# Getting started with the {{es}} Java REST client [java-rest-low-usage]
78

89
:::{include} /reference/_snippets/legacy-rest-client.md
910
:::

docs/reference/transport/rest-client/usage/initialization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/java-rest-low-usage-initialization.html
4+
navigation_title: Initialization
45
---
56

6-
# Initialization [java-rest-low-usage-initialization]
7+
# Initializing the {{es}} Java REST client [java-rest-low-usage-initialization]
78

89
:::{include} /reference/_snippets/legacy-rest-client.md
910
:::

docs/reference/transport/rest-client/usage/javadoc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/java-rest-low-javadoc.html
4+
navigation_title: Javadoc
45
---
56

6-
# Javadoc [java-rest-low-javadoc]
7+
# Javadoc for the {{es}} Java REST client [java-rest-low-javadoc]
78

89
:::{include} /reference/_snippets/legacy-rest-client.md
910
:::

docs/reference/transport/rest-client/usage/logging.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/java-rest-low-usage-logging.html
4+
navigation_title: Logging
45
---
56

6-
# Logging [java-rest-low-usage-logging]
7+
# Logging in the {{es}} Java REST client [java-rest-low-usage-logging]
78

89
:::{include} /reference/_snippets/legacy-rest-client.md
910
:::

0 commit comments

Comments
 (0)