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.