elastic / elasticsearch-serverless-python

Official Python client for Elasticsearch Serverless
Apache License 2.0
9 stars 4 forks source link

[DOCS] Adds new sections to the serverless getting started page #1

Closed szabosteve closed 1 year ago

szabosteve commented 1 year ago

Overview

This PR adds four new sections to the getting started page: Getting a document, Updating a document, Deleting a document, and Deleting an index. This way, the serverless getting started page covers the same operations as the getting started page of the fully-managed client.