Skip to content

Commit b9ea321

Browse files
authored
Fix issues on client subpages before consolidating (#256)
* Temp fixes * Remove premature note
1 parent 1119db2 commit b9ea321

File tree

3 files changed

+12
-24
lines changed

3 files changed

+12
-24
lines changed

serverless/pages/clients-go-getting-started.asciidoc

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
[[elasticsearch-go-client-getting-started]]
2-
= Get started with the Elasticsearch Go client
2+
= Get started with the Go client
33

44
// :description: Set up and use the Go client.
55
// :keywords: serverless, elasticsearch, go, how to
66

7-
[NOTE]
8-
====
9-
This client is for use with {es-serverless} only. See also the https://www.elastic.co/guide/en/elasticsearch/client/index.html[{es} clients].
10-
====
11-
12-
This page guides you through the installation process of the Go
13-
client for {es3}, shows you how to initialize the client, and how to perform basic
7+
This page guides you through the installation process of the {es} Go
8+
client, shows you how to initialize the client, and how to perform basic
149
{es} operations with it.
1510

1611
[discrete]

serverless/pages/clients-python-getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[elasticsearch-python-client-getting-started]]
2-
= Get started with the Elasticsearch Python client
2+
= Get started with the Python client
33

44
// :description: Set up and use the Python client for {es3}.
55
// :keywords: serverless, elasticsearch, python, how to

serverless/pages/clients.asciidoc

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,15 @@
44
// :description: Index, search, and manage {es} data in your preferred language.
55
// :keywords: serverless, elasticsearch, clients, overview
66

7-
{es3} provides official language clients for {es} REST APIs.
7+
You can use the following language clients with {es-serverless}:
88

9-
[NOTE]
10-
====
11-
These clients are for use with {es-serverless} only. See also the https://www.elastic.co/guide/en/elasticsearch/client/index.html[{es} clients].
12-
====
13-
14-
Currently, the following language clients are supported:
15-
16-
* <<elasticsearch-go-client-getting-started,Go>> | https://github.com/elastic/elasticsearch-serverless-go[Repository]
17-
* <<elasticsearch-java-client-getting-started,Java>> | https://github.com/elastic/elasticsearch-java/tree/main/java-client-serverless[Repository]
18-
* <<elasticsearch-dot-net-client-getting-started,.NET>> | https://github.com/elastic/elasticsearch-net[Repository]
19-
* <<elasticsearch-nodejs-client-getting-started,Node.JS>> | https://github.com/elastic/elasticsearch-serverless-js[Repository]
20-
* <<elasticsearch-php-client-getting-started,PHP>> | https://github.com/elastic/elasticsearch-serverless-php[Repository]
21-
* <<elasticsearch-python-client-getting-started,Python>> | https://github.com/elastic/elasticsearch-serverless-python[Repository]
22-
* <<elasticsearch-ruby-client-getting-started,Ruby>> | https://github.com/elastic/elasticsearch-serverless-ruby[Repository]
9+
* <<elasticsearch-go-client-getting-started,Go>>
10+
* <<elasticsearch-java-client-getting-started,Java>>
11+
* <<elasticsearch-dot-net-client-getting-started,.NET>>
12+
* <<elasticsearch-nodejs-client-getting-started,Node.JS>>
13+
* <<elasticsearch-php-client-getting-started,PHP>>
14+
* <<elasticsearch-python-client-getting-started,Python>>
15+
* <<elasticsearch-ruby-client-getting-started,Ruby>>
2316

2417
[TIP]
2518
====

0 commit comments

Comments
 (0)