From 6a761b12950afe5a183e93f6055b0551549e0de5 Mon Sep 17 00:00:00 2001 From: Marci W <333176+marciw@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:47:27 -0500 Subject: [PATCH 1/2] Temp fixes --- .../pages/clients-go-getting-started.asciidoc | 6 ++--- .../clients-python-getting-started.asciidoc | 2 +- serverless/pages/clients.asciidoc | 23 +++++++------------ 3 files changed, 12 insertions(+), 19 deletions(-) diff --git a/serverless/pages/clients-go-getting-started.asciidoc b/serverless/pages/clients-go-getting-started.asciidoc index 582c12a7..8d3b7356 100644 --- a/serverless/pages/clients-go-getting-started.asciidoc +++ b/serverless/pages/clients-go-getting-started.asciidoc @@ -1,16 +1,16 @@ [[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]. +{es-serverless} uses https://www.elastic.co/guide/en/elasticsearch/client/index.html[standard language clients] for {es} REST APIs. Some API endpoints are <>. ==== 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 +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 803ce004..c00fdce2 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 9590ed24..eb747d85 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] ==== From e71b995bdcb963dc0f7960c80e2e87e5756f040a Mon Sep 17 00:00:00 2001 From: Marci W <333176+marciw@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:28:02 -0500 Subject: [PATCH 2/2] Remove premature note --- serverless/pages/clients-go-getting-started.asciidoc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/serverless/pages/clients-go-getting-started.asciidoc b/serverless/pages/clients-go-getting-started.asciidoc index 8d3b7356..f3fd0c8f 100644 --- a/serverless/pages/clients-go-getting-started.asciidoc +++ b/serverless/pages/clients-go-getting-started.asciidoc @@ -4,12 +4,7 @@ // :description: Set up and use the Go client. // :keywords: serverless, elasticsearch, go, how to -[NOTE] -==== -{es-serverless} uses https://www.elastic.co/guide/en/elasticsearch/client/index.html[standard language clients] for {es} REST APIs. Some API endpoints are <>. -==== - -This page guides you through the installation process of the Go +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.