diff --git a/serverless/pages/apis-http-apis.asciidoc b/serverless/pages/apis-http-apis.asciidoc index 87873d1..8de2a62 100644 --- a/serverless/pages/apis-http-apis.asciidoc +++ b/serverless/pages/apis-http-apis.asciidoc @@ -4,6 +4,33 @@ // :description: {es} and {kib} expose REST APIs that can be called directly to configure and access {stack} features. // :keywords: serverless, elasticsearch, http, rest, overview -* <>: The {es-serverless} REST APIs have conventions for headers and request bodies. -* <>: The Management APIs for {serverless-short} have request header conventions. -* https://www.elastic.co/docs/api/[API Reference]: Explore the reference information for Elastic Serverless REST APIs +[discrete] +[[elasticsearch-api-references-links]] +== API references + +The following APIs are available for {es-serverless} users. +These links will take you to the autogenerated API reference documentation. + +https://www.elastic.co/docs/api/doc/elasticsearch-serverless[Elasticsearch Serverless APIs →]:: +Use these APIs to index, manage, search, and analyze your data in {es-serverless}. ++ +[TIP] +==== +Learn how to <>. +==== + +https://www.elastic.co/docs/api/doc/serverless[Kibana Serverless APIs →]:: +Use these APIs to manage resources such as connectors, data views, and saved objects for your {serverless-full} project. + +https://www.elastic.co/docs/api/doc/elastic-cloud-serverless[{serverless-full} APIs →]:: +Use these APIs to manage your {serverless-full} projects. + +[discrete] +[[additional-api-details]] +== Additional API information + +<>:: +Reference information about headers and request body conventions for {es-serverless} REST APIs. + +<>:: +Reference information about request header conventions for {serverless-full} REST APIs. diff --git a/serverless/pages/clients.asciidoc b/serverless/pages/clients.asciidoc index e3e42f6..9590ed2 100644 --- a/serverless/pages/clients.asciidoc +++ b/serverless/pages/clients.asciidoc @@ -20,3 +20,8 @@ Currently, the following language clients are supported: * <> | https://github.com/elastic/elasticsearch-serverless-php[Repository] * <> | https://github.com/elastic/elasticsearch-serverless-python[Repository] * <> | https://github.com/elastic/elasticsearch-serverless-ruby[Repository] + +[TIP] +==== +Learn how to <>. +==== diff --git a/serverless/pages/connecting-to-es-endpoint.asciidoc b/serverless/pages/connecting-to-es-endpoint.asciidoc index 02069ee..3474623 100644 --- a/serverless/pages/connecting-to-es-endpoint.asciidoc +++ b/serverless/pages/connecting-to-es-endpoint.asciidoc @@ -1,5 +1,8 @@ [[elasticsearch-connecting-to-es-serverless-endpoint]] -= Connecting to your Elasticsearch Serverless endpoint += Connect to your Elasticsearch Serverless endpoint +++++ +Connect to your endpoint +++++ [TIP] ====