Skip to content

Commit 5a8e2a7

Browse files
Fix H1s per SEO suggestions (#3085)
1 parent 2d6028a commit 5a8e2a7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/reference/dsl_examples.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/_examples.html
4+
navigation_title: Examples
45
---
56

6-
# Examples [_examples]
7+
# {{es}} Python DSL examples [_examples]
78

89
Please see the [DSL examples](https://github.com/elastic/elasticsearch-py/tree/master/examples/dsl) directory to see some complex examples using the DSL module.
910

docs/reference/examples.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/examples.html
4+
navigation_title: Examples
45
---
56

6-
# Examples [examples]
7+
# {{es}} Python client examples [examples]
78

89
Below you can find examples of how to use the most frequently called APIs with the Python client.
910

0 commit comments

Comments
 (0)