mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
docs(fix): fix quickstart image not being displayed.
The issue was that the image link was encased in an extra set of brackets. However, the extra bracket set was added because docusaurus wouldn't compile otherwise. Instead it complained about an unterminated string literal in the alt text. As it turns out, this had nothing to do with the contents of the alt text, but rather with the fact that the alt text was split over multiple lines.
This commit is contained in:
parent
897824179b
commit
ae885b3eff
@ -255,9 +255,7 @@ Follow steps outlined in the [Run Unleash with Docker](#run-unleash-with-docker)
|
|||||||
|
|
||||||
To get an API key, access your Unleash instance in a web browser. First, navigate to the API access screen.
|
To get an API key, access your Unleash instance in a web browser. First, navigate to the API access screen.
|
||||||
|
|
||||||
[![The Unleash UI showing a dropdown menu under the Configure menu
|
![The Unleash UI showing a dropdown menu under the Configure menu entry. The dropdown menu's API Access option is highlighted and you're told to navigate there.](/img/api_access_navigation.png 'Navigate to the API access page.')
|
||||||
entry. The dropdown menu's API Access option is highlighted and
|
|
||||||
you're told to navigate there.]](/img/api_access_navigation.png 'Navigate to the API access page.')
|
|
||||||
|
|
||||||
Next, create an API key with these details
|
Next, create an API key with these details
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user