elasticsearch/docs/reference/tab-widgets/api-call-widget.asciidoc
James Rodewig b2130249b0
[DOCS] Refactor quick start guide and README (#71331)
Changes:

* Refactors the "Getting Started" content down to one page.
* Refactors the README to reduce duplicated content and better mirror
Kibana's.
* Focuses the quick start on time series data, including data streams
and runtime fields.
* Streamlines self-managed install instructions to Docker.

Co-authored-by: debadair <debadair@elastic.co>
2021-04-20 09:32:21 -04:00

40 lines
894 B
Text

++++
<div class="tabs" data-tab-group="host">
<div role="tablist" aria-label="Make an API call">
<button role="tab"
aria-selected="true"
aria-controls="cloud-tab-api-call"
id="cloud-api-call">
Elasticsearch Service
</button>
<button role="tab"
aria-selected="false"
aria-controls="self-managed-tab-api-call"
id="self-managed-api-call"
tabindex="-1">
Self-managed
</button>
</div>
<div tabindex="0"
role="tabpanel"
id="cloud-tab-api-call"
aria-labelledby="cloud-api-call">
++++
include::api-call.asciidoc[tag=cloud]
++++
</div>
<div tabindex="0"
role="tabpanel"
id="self-managed-tab-api-call"
aria-labelledby="self-managed-api-call"
hidden="">
++++
include::api-call.asciidoc[tag=self-managed]
++++
</div>
</div>
++++