浏览代码

[DOCS] Collapse some content in local dev setup for readability (#112355)

* [DOCS] Collapse some content in local dev setup for readability

* Reword collapsible text
Liam Thompson 1 年之前
父节点
当前提交
3d2ca69b7c
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      docs/reference/quickstart/run-elasticsearch-locally.asciidoc

+ 6 - 0
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