From 921a9baca3e9b66e07f7c68f62aa3638b6ab2665 Mon Sep 17 00:00:00 2001 From: ketkee-aryamane Date: Mon, 22 Sep 2025 14:29:22 +0200 Subject: [PATCH] fix H1s per SEO suggestions --- docs/reference/dsl_examples.md | 3 ++- docs/reference/examples.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/reference/dsl_examples.md b/docs/reference/dsl_examples.md index ba57b7854..56ea41f77 100644 --- a/docs/reference/dsl_examples.md +++ b/docs/reference/dsl_examples.md @@ -1,9 +1,10 @@ --- mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/_examples.html +navigation_title: Examples --- -# Examples [_examples] +# {{es}} Python DSL examples [_examples] 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. diff --git a/docs/reference/examples.md b/docs/reference/examples.md index 127312d8b..5d31fec2f 100644 --- a/docs/reference/examples.md +++ b/docs/reference/examples.md @@ -1,9 +1,10 @@ --- mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/examples.html +navigation_title: Examples --- -# Examples [examples] +# {{es}} Python client examples [examples] Below you can find examples of how to use the most frequently called APIs with the Python client.