Skip to content

Commit

Permalink
Fix issues on client subpages before consolidating (#256)
Browse files Browse the repository at this point in the history
* Temp fixes

* Remove premature note
  • Loading branch information
marciw authored Jan 10, 2025
1 parent 1119db2 commit b9ea321
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 24 deletions.
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

0 comments on commit b9ea321

Please sign in to comment.