Skip to content

Commit 2d6028a

Browse files
fix H1 per SEO suggestions (elastic#3081)
1 parent 9c61068 commit 2d6028a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/reference/configuration.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/python-api/current/config.html
4+
navigation_title: Configuration
45
---
56

6-
# Configuration [config]
7+
# Python client configuration for {{es}} [config]
78

89
This page contains information about the most important configuration options of the Python {{es}} client.
910

docs/reference/dsl_configuration.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/python-api/current/_configuration.html
4+
navigation_title: Configuration
45
---
56

6-
# Configuration [_configuration]
7+
# Python DSL configuration for {{es}} [_configuration]
78

89
There are several ways to configure connections for the library. The easiest and most useful approach is to define one default connection that can be used every time an API call is made without explicitly passing in other connections.
910

0 commit comments

Comments
 (0)