refactor(console): rename the sso connector guide path (#5060)
* refactor(console): rename the sso connector guide path rename the sso connector path * refactor(console): rename the sso guide rename the sso guide
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 254 KiB |
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
Before Width: | Height: | Size: 266 KiB After Width: | Height: | Size: 266 KiB |
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
|
@ -5,11 +5,11 @@ import { lazy, type LazyExoticComponent, type FunctionComponent } from 'react';
|
|||
type GuideComponentType = LazyExoticComponent<FunctionComponent<MDXProps>>;
|
||||
|
||||
const ssoConnectorGuides: Readonly<{ [key in SsoProviderName]?: GuideComponentType }> = {
|
||||
[SsoProviderName.SAML]: lazy(async () => import('./SAML/README.mdx')),
|
||||
[SsoProviderName.OIDC]: lazy(async () => import('./OIDC/README.mdx')),
|
||||
[SsoProviderName.AZURE_AD]: lazy(async () => import('./AzureAD/README.mdx')),
|
||||
[SsoProviderName.GOOGLE_WORKSPACE]: lazy(async () => import('./GoogleWorkspace/README.mdx')),
|
||||
[SsoProviderName.OKTA]: lazy(async () => import('./OKTA/README.mdx')),
|
||||
[SsoProviderName.SAML]: lazy(async () => import('./saml/README.mdx')),
|
||||
[SsoProviderName.OIDC]: lazy(async () => import('./oidc/README.mdx')),
|
||||
[SsoProviderName.AZURE_AD]: lazy(async () => import('./azure-ad/README.mdx')),
|
||||
[SsoProviderName.GOOGLE_WORKSPACE]: lazy(async () => import('./google-workspace/README.mdx')),
|
||||
[SsoProviderName.OKTA]: lazy(async () => import('./okta/README.mdx')),
|
||||
};
|
||||
|
||||
export default ssoConnectorGuides;
|
||||
|
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 130 KiB |