From cb6d5f5144757767532ab6328ccc6f89d94e4e98 Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Tue, 30 May 2023 14:41:10 +0200 Subject: [PATCH 1/2] set default color for code block in light mode to black --- src/pages/selfhosted/identity-providers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/selfhosted/identity-providers.mdx b/src/pages/selfhosted/identity-providers.mdx index df13dd48..76ededf2 100644 --- a/src/pages/selfhosted/identity-providers.mdx +++ b/src/pages/selfhosted/identity-providers.mdx @@ -918,7 +918,7 @@ In this step, we will generate netbird api token in okta for authorizing calls t Your authority OIDC configuration will be available under: -```bash +``` https://< your_okta_organization_url >/.well-known/openid-configuration ``` From 5e98a1abfd161f7803419b876bc14b2a0c407e4b Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Tue, 30 May 2023 14:41:43 +0200 Subject: [PATCH 2/2] set default color for code block in light mode to black --- src/components/Code.jsx | 2 +- src/pages/selfhosted/identity-providers.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Code.jsx b/src/components/Code.jsx index 8ad39713..d03e2b8c 100644 --- a/src/components/Code.jsx +++ b/src/components/Code.jsx @@ -127,7 +127,7 @@ function CodePanel({ tag, label, code, children }) { label={child.props.label ?? label} />
-
{children}
+
{children}
diff --git a/src/pages/selfhosted/identity-providers.mdx b/src/pages/selfhosted/identity-providers.mdx index 76ededf2..df13dd48 100644 --- a/src/pages/selfhosted/identity-providers.mdx +++ b/src/pages/selfhosted/identity-providers.mdx @@ -918,7 +918,7 @@ In this step, we will generate netbird api token in okta for authorizing calls t Your authority OIDC configuration will be available under: -``` +```bash https://< your_okta_organization_url >/.well-known/openid-configuration ```