From ae885b3effde9a630318c22a11f624c6a229d7f9 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 20 Dec 2021 08:33:46 +0100 Subject: [PATCH] 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. --- website/docs/user_guide/quickstart.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/user_guide/quickstart.md b/website/docs/user_guide/quickstart.md index a975312a3b..5ea0d6481b 100644 --- a/website/docs/user_guide/quickstart.md +++ b/website/docs/user_guide/quickstart.md @@ -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. - [![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.') + ![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.') Next, create an API key with these details