Skip to content

Commit e460ed5

Browse files
authored
Merge pull request #1447 from colleenmcginnis/fix-images-when-assembled
[docs] Fix image paths for docs-assembler
2 parents 9b35e10 + 5e22392 commit e460ed5

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

docs/reference/connecting.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,19 @@ Where <cloud-id> and <api-key> can be retrieved using the Elastic Cloud web UI.
2222

2323
You can get the `Cloud ID` from the `My deployment` page of your dashboard (see the red rectangle reported in the screenshot).
2424

25-
:::{image} images/cloud_id.png
26-
:alt: Elastic Cloud ID
27-
:::
25+
![Elastic Cloud ID](images/cloud_id.png)
2826

2927
You can generate an `API key` in the `Management` page under the section `Security`.
3028

31-
:::{image} images/create_api_key.png
32-
:alt: Create API key
33-
:::
29+
![Create API key](images/create_api_key.png)
3430

3531
When you click on `Create API key` button you can choose a name and set the other options (eg. restrict privileges, expire after time, etc).
3632

37-
:::{image} images/api_key_name.png
38-
:alt: Choose an API name
39-
:::
33+
![Choose an API name](images/api_key_name.png)
4034

4135
After this step you will get the `API key`in the API keys page.
4236

43-
:::{image} images/cloud_api_key.png
44-
:alt: Cloud API key
45-
:::
37+
![Cloud API key](images/cloud_api_key.png)
4638

4739
***IMPORTANT***: you need to copy and store the `API key`in a secure place, since you will not be able to view it again in Elastic Cloud.
4840

docs/reference/getting-started.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,11 @@ $client = ClientBuilder::create()
5353

5454
Your Elasticsearch endpoint can be found on the ***My deployment*** page of your deployment:
5555

56-
:::{image} images/es_endpoint.jpg
57-
:alt: Finding Elasticsearch endpoint
58-
:::
56+
![Finding Elasticsearch endpoint](images/es_endpoint.jpg)
5957

6058
You can generate an API key on the ***Management*** page under Security.
6159

62-
:::{image} images/create_api_key.png
63-
:alt: Create API key
64-
:::
60+
![Create API key](images/create_api_key.png)
6561

6662
For other connection options, refer to the [*Connecting*](/reference/connecting.md) section.
6763

0 commit comments

Comments
 (0)