Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues on client subpages before consolidating #256

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions serverless/pages/clients-go-getting-started.asciidoc
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/clients-python-getting-started.asciidoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
23 changes: 8 additions & 15 deletions serverless/pages/clients.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

* <<elasticsearch-go-client-getting-started,Go>> | https://github.com/elastic/elasticsearch-serverless-go[Repository]
* <<elasticsearch-java-client-getting-started,Java>> | https://github.com/elastic/elasticsearch-java/tree/main/java-client-serverless[Repository]
* <<elasticsearch-dot-net-client-getting-started,.NET>> | https://github.com/elastic/elasticsearch-net[Repository]
* <<elasticsearch-nodejs-client-getting-started,Node.JS>> | https://github.com/elastic/elasticsearch-serverless-js[Repository]
* <<elasticsearch-php-client-getting-started,PHP>> | https://github.com/elastic/elasticsearch-serverless-php[Repository]
* <<elasticsearch-python-client-getting-started,Python>> | https://github.com/elastic/elasticsearch-serverless-python[Repository]
* <<elasticsearch-ruby-client-getting-started,Ruby>> | https://github.com/elastic/elasticsearch-serverless-ruby[Repository]
* <<elasticsearch-go-client-getting-started,Go>>
* <<elasticsearch-java-client-getting-started,Java>>
* <<elasticsearch-dot-net-client-getting-started,.NET>>
* <<elasticsearch-nodejs-client-getting-started,Node.JS>>
* <<elasticsearch-php-client-getting-started,PHP>>
* <<elasticsearch-python-client-getting-started,Python>>
* <<elasticsearch-ruby-client-getting-started,Ruby>>

[TIP]
====
Expand Down