From ca1235a21d13837f9d4ab2dd21da1e1aae385aa8 Mon Sep 17 00:00:00 2001 From: Grant Isdale <44140736+grantisdale@users.noreply.github.com> Date: Thu, 10 Dec 2020 21:04:59 +0000 Subject: [PATCH] docs(fix): note not rendering correctly on user-management/auth0 page (#5019) * docs(fix): note not rendering correctly on user-management/auth0 page Add newline under `note` to try fix rendering of note component from my previous commit on user-management/auth0 page of the docs Signed-off-by: Grant Isdale <44140736+grantisdale@users.noreply.github.com> * docs(fix): fix note section at the bottom of Auth0 SSO page Signed-off-by: Grant Isdale <44140736+grantisdale@users.noreply.github.com> --- docs/operator-manual/user-management/auth0.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/operator-manual/user-management/auth0.md b/docs/operator-manual/user-management/auth0.md index c6703520bb..31c447242b 100644 --- a/docs/operator-manual/user-management/auth0.md +++ b/docs/operator-manual/user-management/auth0.md @@ -67,5 +67,7 @@ data: ... ``` +
-!!! note Details on storing your clientSecret securely and correctly can be found on the [User Management Overview page](https://argoproj.github.io/argo-cd/operator-manual/user-management/#sensitive-data-and-sso-client-secrets) \ No newline at end of file +!!! note "Storing Client Secrets" + Details on storing your clientSecret securely and correctly can be found on the [User Management Overview page](https://argoproj.github.io/argo-cd/operator-manual/user-management/#sensitive-data-and-sso-client-secrets). \ No newline at end of file