From c1b9cea6b18a1d052f24f072255588e2671aeeb8 Mon Sep 17 00:00:00 2001 From: Marci W <333176+marciw@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:14:16 -0500 Subject: [PATCH] Add banners --- serverless/pages/clients-dot-net-getting-started.asciidoc | 5 +++++ serverless/pages/clients-go-getting-started.asciidoc | 7 ++++++- serverless/pages/clients-java-getting-started.asciidoc | 5 +++++ serverless/pages/clients-nodejs-getting-started.asciidoc | 5 +++++ serverless/pages/clients-php-getting-started.asciidoc | 5 +++++ serverless/pages/clients-python-getting-started.asciidoc | 5 +++++ serverless/pages/clients-ruby-getting-started.asciidoc | 5 +++++ serverless/pages/clients.asciidoc | 8 +++++++- 8 files changed, 43 insertions(+), 2 deletions(-) diff --git a/serverless/pages/clients-dot-net-getting-started.asciidoc b/serverless/pages/clients-dot-net-getting-started.asciidoc index 18f02162..b537d59e 100644 --- a/serverless/pages/clients-dot-net-getting-started.asciidoc +++ b/serverless/pages/clients-dot-net-getting-started.asciidoc @@ -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. diff --git a/serverless/pages/clients-go-getting-started.asciidoc b/serverless/pages/clients-go-getting-started.asciidoc index b3612da1..188b61fa 100644 --- a/serverless/pages/clients-go-getting-started.asciidoc +++ b/serverless/pages/clients-go-getting-started.asciidoc @@ -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. diff --git a/serverless/pages/clients-java-getting-started.asciidoc b/serverless/pages/clients-java-getting-started.asciidoc index 81ad5abc..453c0cbb 100644 --- a/serverless/pages/clients-java-getting-started.asciidoc +++ b/serverless/pages/clients-java-getting-started.asciidoc @@ -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. diff --git a/serverless/pages/clients-nodejs-getting-started.asciidoc b/serverless/pages/clients-nodejs-getting-started.asciidoc index 61edade9..137acdec 100644 --- a/serverless/pages/clients-nodejs-getting-started.asciidoc +++ b/serverless/pages/clients-nodejs-getting-started.asciidoc @@ -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. diff --git a/serverless/pages/clients-php-getting-started.asciidoc b/serverless/pages/clients-php-getting-started.asciidoc index 2821f30a..2595eaf0 100644 --- a/serverless/pages/clients-php-getting-started.asciidoc +++ b/serverless/pages/clients-php-getting-started.asciidoc @@ -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. diff --git a/serverless/pages/clients-python-getting-started.asciidoc b/serverless/pages/clients-python-getting-started.asciidoc index 8799db8f..d20d6b72 100644 --- a/serverless/pages/clients-python-getting-started.asciidoc +++ b/serverless/pages/clients-python-getting-started.asciidoc @@ -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. diff --git a/serverless/pages/clients-ruby-getting-started.asciidoc b/serverless/pages/clients-ruby-getting-started.asciidoc index c35f38f8..f631a097 100644 --- a/serverless/pages/clients-ruby-getting-started.asciidoc +++ b/serverless/pages/clients-ruby-getting-started.asciidoc @@ -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. diff --git a/serverless/pages/clients.asciidoc b/serverless/pages/clients.asciidoc index 8f26ec9f..e3c426c6 100644 --- a/serverless/pages/clients.asciidoc +++ b/serverless/pages/clients.asciidoc @@ -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: * <> | https://github.com/elastic/elasticsearch-serverless-go[Repository]