From f7bf351818e3300cb92de9730825647ff514ad4b Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:28:35 +0100 Subject: [PATCH] [DOCS] Collapse some content in local dev setup for readability (#112355) * [DOCS] Collapse some content in local dev setup for readability * Reword collapsible text (cherry picked from commit 3d2ca69b7cff8e5e753494606fd58d65d9f03dcc) --- .../reference/quickstart/run-elasticsearch-locally.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/quickstart/run-elasticsearch-locally.asciidoc b/docs/reference/quickstart/run-elasticsearch-locally.asciidoc index 0db395ba34b0a..8c75510ae860f 100644 --- a/docs/reference/quickstart/run-elasticsearch-locally.asciidoc +++ b/docs/reference/quickstart/run-elasticsearch-locally.asciidoc @@ -125,6 +125,10 @@ The service is started with a trial license. The trial license enables all featu To connect to the {es} cluster from a language client, you can use basic authentication with the `elastic` username and the password you set in the environment variable. +.*Expand* for details +[%collapsible] +============== + You'll use the following connection details: * **{es} endpoint**: `http://localhost:9200` @@ -160,6 +164,8 @@ curl -u elastic:$ELASTIC_PASSWORD \ ---- // NOTCONSOLE +============== + [discrete] [[local-dev-next-steps]] === Next steps