From 9f7ecf21c3200e9e5e02f157127ad080ba42ca0a Mon Sep 17 00:00:00 2001 From: Jay Cormier Date: Mon, 5 Aug 2024 12:49:24 +0200 Subject: [PATCH 1/2] Add login page customization to Help Center --- src/_help/customization-options/login.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/_help/customization-options/login.md diff --git a/src/_help/customization-options/login.md b/src/_help/customization-options/login.md new file mode 100644 index 00000000..5004712f --- /dev/null +++ b/src/_help/customization-options/login.md @@ -0,0 +1,11 @@ +--- +title: Login page +--- + +- TOC +{:toc} + +[Organizations](/help/organizations/) using one or more [SSO connections](/help/organizations/organization-access-management/#sso) for access to their documentation and hubs can customize the SSO login page. + +It is possible to display their logo but also to customize the connection buttons and their description (adding text to them). +These customization options are available upon request. \ No newline at end of file From 4ed8b777177c8941c35a37381d304d9fd8b03b45 Mon Sep 17 00:00:00 2001 From: Jay Cormier Date: Mon, 5 Aug 2024 12:52:52 +0200 Subject: [PATCH 2/2] added link to the sidebar --- src/_data/sidebar.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/_data/sidebar.yml b/src/_data/sidebar.yml index 9a8c163d..7b64ff59 100644 --- a/src/_data/sidebar.yml +++ b/src/_data/sidebar.yml @@ -63,6 +63,8 @@ help: link: /customization-options/custom-domains/ - label: Color, logo and meta images link: /customization-options/color-logo-meta-images/ + - label: Login page + link: /customization-options/login/ - label: Operations & Navigation link: /customization-options/operations-navigation/ - type: category