docs: update headings for custom login ui (#7453)

update headings for custom login ui
This commit is contained in:
mffap 2024-02-26 12:02:07 +02:00 committed by GitHub
parent da8a79f280
commit ce7ebffa84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
--- ---
title: Handle External Logins in ZITADEL title: Handle External Logins in a Custom Login UI
sidebar_label: External Identity Provider sidebar_label: External Identity Provider
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Logging Out via ZITADEL title: Logging Out via a Custom Login UI
sidebar_label: Logout sidebar_label: Logout
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Multi-Factor Authentication(MFA) in ZITADEL title: Multi-Factor Authentication (MFA) in a Custom Login UI
sidebar_label: Multi-Factor Authentication (MFA) sidebar_label: Multi-Factor Authentication (MFA)
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Support for the OpenID Connect(OIDC) Standard in ZITADEL title: Support for the OpenID Connect(OIDC) Standard in a Custom Login UI
sidebar_label: OIDC Standard sidebar_label: OIDC Standard
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Passkeys in ZITADEL title: Using Passkeys in a Custom Login UI
sidebar_label: Passkeys sidebar_label: Passkeys
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Password Reset/Change in ZITADEL title: Password Reset/Change in a Custom Login UI
sidebar_label: Password Reset/Change sidebar_label: Password Reset/Change
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Select Account title: Select Account in a Custom Login UI
--- ---
import SelectAccount from './_select-account.mdx'; import SelectAccount from './_select-account.mdx';

View File

@ -1,5 +1,5 @@
--- ---
title: Register and Login User with Password in ZITADEL title: Register and Login User with Password in a Custom Login UI
sidebar_label: Username and Password sidebar_label: Username and Password
--- ---

View File

@ -20,7 +20,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
info: { info: {
title: "Session Service"; title: "Session Service";
version: "2.0-beta"; version: "2.0-beta";
description: "This API is intended to manage sessions in a ZITADEL instance. This project is in beta state. It can AND will continue breaking until the services provide the same functionality as the current login."; description: "This API is intended to manage sessions in a ZITADEL instance. Follow the guides on how to [build your own Login UI](/docs/guides/integrate/login-ui) and learn how to use the Session API. This project is in beta state. It can AND will continue breaking until the services provide the same functionality as the current login.";
contact:{ contact:{
name: "ZITADEL" name: "ZITADEL"
url: "https://zitadel.com" url: "https://zitadel.com"