Skip to content

Commit

Permalink
Add banners
Browse files Browse the repository at this point in the history
  • Loading branch information
marciw committed Nov 14, 2024
1 parent e5d3b43 commit c1b9cea
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 2 deletions.
5 changes: 5 additions & 0 deletions serverless/pages/clients-dot-net-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

preview:[]

[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
.NET client for {es3}, shows you how to initialize the client, and how to perform basic
{es} operations with it.
Expand Down
7 changes: 6 additions & 1 deletion serverless/pages/clients-go-getting-started.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[[elasticsearch-go-client-getting-started]]
= Get started with the serverless Go Client
= Get started with the serverless Go client

// :description: Set up and use the Go client for {es3}.
// :keywords: serverless, elasticsearch, go, how to

preview:[]

[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
{es} operations with it.
Expand Down
5 changes: 5 additions & 0 deletions serverless/pages/clients-java-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

preview:[]

[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 Java
client for {es3}, shows you how to initialize the client, and how to perform basic
{es} operations with it.
Expand Down
5 changes: 5 additions & 0 deletions serverless/pages/clients-nodejs-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

preview:[]

[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 Node.js
client for {es3}, shows you how to initialize the client, and how to perform basic
{es} operations with it.
Expand Down
5 changes: 5 additions & 0 deletions serverless/pages/clients-php-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

preview:[]

[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
PHP client for {es3}, shows you how to initialize the client, and how to perform basic
{es} operations with it.
Expand Down
5 changes: 5 additions & 0 deletions serverless/pages/clients-python-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

preview:[]

[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 Python
client for {es3}, shows you how to initialize the client, and how to perform basic
{es} operations with it.
Expand Down
5 changes: 5 additions & 0 deletions serverless/pages/clients-ruby-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

preview:[]

[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 Ruby
client for {es3}, shows you how to initialize the client, and how to perform basic
{es} operations with it.
Expand Down
8 changes: 7 additions & 1 deletion serverless/pages/clients.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@

preview:[]

{es3} provides official language clients to use {es} REST APIs.
{es3} provides official language clients for {es} REST APIs.

[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]
Expand Down

0 comments on commit c1b9cea

Please sign in to comment.