diff --git a/serverless/pages/clients-go-getting-started.asciidoc b/serverless/pages/clients-go-getting-started.asciidoc index 582c12a756..f3fd0c8f39 100644 --- a/serverless/pages/clients-go-getting-started.asciidoc +++ b/serverless/pages/clients-go-getting-started.asciidoc @@ -1,16 +1,11 @@ [[elasticsearch-go-client-getting-started]] -= Get started with the Elasticsearch Go client += Get started with the Go client // :description: Set up and use the Go client. // :keywords: serverless, elasticsearch, go, how to -[NOTE] -==== -This client is for use with {es-serverless} only. See also the https://www.elastic.co/guide/en/elasticsearch/client/index.html[{es} clients]. -==== - -This page guides you through the installation process of the Go -client for {es3}, shows you how to initialize the client, and how to perform basic +This page guides you through the installation process of the {es} Go +client, shows you how to initialize the client, and how to perform basic {es} operations with it. [discrete] diff --git a/serverless/pages/clients-python-getting-started.asciidoc b/serverless/pages/clients-python-getting-started.asciidoc index 803ce00403..c00fdce2aa 100644 --- a/serverless/pages/clients-python-getting-started.asciidoc +++ b/serverless/pages/clients-python-getting-started.asciidoc @@ -1,5 +1,5 @@ [[elasticsearch-python-client-getting-started]] -= Get started with the Elasticsearch Python client += Get started with the Python client // :description: Set up and use the Python client for {es3}. // :keywords: serverless, elasticsearch, python, how to diff --git a/serverless/pages/clients.asciidoc b/serverless/pages/clients.asciidoc index 9590ed2441..eb747d853a 100644 --- a/serverless/pages/clients.asciidoc +++ b/serverless/pages/clients.asciidoc @@ -4,22 +4,15 @@ // :description: Index, search, and manage {es} data in your preferred language. // :keywords: serverless, elasticsearch, clients, overview -{es3} provides official language clients for {es} REST APIs. +You can use the following language clients with {es-serverless}: -[NOTE] -==== -These clients are for use with {es-serverless} only. See also the https://www.elastic.co/guide/en/elasticsearch/client/index.html[{es} clients]. -==== - -Currently, the following language clients are supported: - -* <> | https://github.com/elastic/elasticsearch-serverless-go[Repository] -* <> | https://github.com/elastic/elasticsearch-java/tree/main/java-client-serverless[Repository] -* <> | https://github.com/elastic/elasticsearch-net[Repository] -* <> | https://github.com/elastic/elasticsearch-serverless-js[Repository] -* <> | https://github.com/elastic/elasticsearch-serverless-php[Repository] -* <> | https://github.com/elastic/elasticsearch-serverless-python[Repository] -* <> | https://github.com/elastic/elasticsearch-serverless-ruby[Repository] +* <> +* <> +* <> +* <> +* <> +* <> +* <> [TIP] ====