From 877e830201c19ca1e248cde9c4a7cfe931296edc Mon Sep 17 00:00:00 2001 From: znerol Date: Fri, 23 Oct 2020 17:47:46 +0200 Subject: [PATCH] docs: fix docosaurus admonitions --- docs/docs/self-service/flows/account-recovery.mdx | 2 +- docs/docs/self-service/flows/user-login.mdx | 2 +- docs/docs/self-service/flows/user-registration.mdx | 2 +- docs/docs/self-service/flows/user-settings.mdx | 2 +- .../docs/self-service/flows/verify-email-account-activation.mdx | 2 +- .../version-v0.5/self-service/flows/account-recovery.mdx | 2 +- .../version-v0.5/self-service/flows/user-login.mdx | 2 +- .../version-v0.5/self-service/flows/user-registration.mdx | 2 +- .../version-v0.5/self-service/flows/user-settings.mdx | 2 +- .../self-service/flows/verify-email-account-activation.mdx | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/docs/self-service/flows/account-recovery.mdx b/docs/docs/self-service/flows/account-recovery.mdx index 56575379608d..4bfddeaf9e6b 100644 --- a/docs/docs/self-service/flows/account-recovery.mdx +++ b/docs/docs/self-service/flows/account-recovery.mdx @@ -21,7 +21,7 @@ import { } from './code/recovery' import RenderFlow from '@theme/Code/RenderFlow' -:::information +:::info Please read the [Self-Service Flows](../../self-service) overview before continuing with this document. diff --git a/docs/docs/self-service/flows/user-login.mdx b/docs/docs/self-service/flows/user-login.mdx index 62b13af0173e..124cef8db1e7 100644 --- a/docs/docs/self-service/flows/user-login.mdx +++ b/docs/docs/self-service/flows/user-login.mdx @@ -18,7 +18,7 @@ import { } from './code/login' import RenderFlow from '@theme/Code/RenderFlow' -:::information +:::info Please read the [Self-Service Flows](../../self-service) overview before continuing with this document. diff --git a/docs/docs/self-service/flows/user-registration.mdx b/docs/docs/self-service/flows/user-registration.mdx index a57db4f7ca00..29c500465ba7 100644 --- a/docs/docs/self-service/flows/user-registration.mdx +++ b/docs/docs/self-service/flows/user-registration.mdx @@ -20,7 +20,7 @@ import { } from './code/registration' import RenderFlow from '@theme/Code/RenderFlow' -:::information +:::info Please read the [Self-Service Flows](../../self-service.mdx) overview before continuing with this document. It is also advised to run the diff --git a/docs/docs/self-service/flows/user-settings.mdx b/docs/docs/self-service/flows/user-settings.mdx index 914ebbf6702e..e83ae7f9b0d5 100644 --- a/docs/docs/self-service/flows/user-settings.mdx +++ b/docs/docs/self-service/flows/user-settings.mdx @@ -20,7 +20,7 @@ import { } from './code/settings' import RenderFlow from '@theme/Code/RenderFlow' -:::information +:::info Please read the [Self-Service Flows](../../self-service.mdx) overview before continuing with this document. diff --git a/docs/docs/self-service/flows/verify-email-account-activation.mdx b/docs/docs/self-service/flows/verify-email-account-activation.mdx index f93de0b11580..6fe38099cc0f 100644 --- a/docs/docs/self-service/flows/verify-email-account-activation.mdx +++ b/docs/docs/self-service/flows/verify-email-account-activation.mdx @@ -21,7 +21,7 @@ import { } from './code/verification' import RenderFlow from '@theme/Code/RenderFlow' -:::information +:::info Please read the [Self-Service Flows](../../self-service) overview before continuing with this document. diff --git a/docs/versioned_docs/version-v0.5/self-service/flows/account-recovery.mdx b/docs/versioned_docs/version-v0.5/self-service/flows/account-recovery.mdx index 56575379608d..4bfddeaf9e6b 100644 --- a/docs/versioned_docs/version-v0.5/self-service/flows/account-recovery.mdx +++ b/docs/versioned_docs/version-v0.5/self-service/flows/account-recovery.mdx @@ -21,7 +21,7 @@ import { } from './code/recovery' import RenderFlow from '@theme/Code/RenderFlow' -:::information +:::info Please read the [Self-Service Flows](../../self-service) overview before continuing with this document. diff --git a/docs/versioned_docs/version-v0.5/self-service/flows/user-login.mdx b/docs/versioned_docs/version-v0.5/self-service/flows/user-login.mdx index 62b13af0173e..124cef8db1e7 100644 --- a/docs/versioned_docs/version-v0.5/self-service/flows/user-login.mdx +++ b/docs/versioned_docs/version-v0.5/self-service/flows/user-login.mdx @@ -18,7 +18,7 @@ import { } from './code/login' import RenderFlow from '@theme/Code/RenderFlow' -:::information +:::info Please read the [Self-Service Flows](../../self-service) overview before continuing with this document. diff --git a/docs/versioned_docs/version-v0.5/self-service/flows/user-registration.mdx b/docs/versioned_docs/version-v0.5/self-service/flows/user-registration.mdx index a57db4f7ca00..29c500465ba7 100644 --- a/docs/versioned_docs/version-v0.5/self-service/flows/user-registration.mdx +++ b/docs/versioned_docs/version-v0.5/self-service/flows/user-registration.mdx @@ -20,7 +20,7 @@ import { } from './code/registration' import RenderFlow from '@theme/Code/RenderFlow' -:::information +:::info Please read the [Self-Service Flows](../../self-service.mdx) overview before continuing with this document. It is also advised to run the diff --git a/docs/versioned_docs/version-v0.5/self-service/flows/user-settings.mdx b/docs/versioned_docs/version-v0.5/self-service/flows/user-settings.mdx index 914ebbf6702e..e83ae7f9b0d5 100644 --- a/docs/versioned_docs/version-v0.5/self-service/flows/user-settings.mdx +++ b/docs/versioned_docs/version-v0.5/self-service/flows/user-settings.mdx @@ -20,7 +20,7 @@ import { } from './code/settings' import RenderFlow from '@theme/Code/RenderFlow' -:::information +:::info Please read the [Self-Service Flows](../../self-service.mdx) overview before continuing with this document. diff --git a/docs/versioned_docs/version-v0.5/self-service/flows/verify-email-account-activation.mdx b/docs/versioned_docs/version-v0.5/self-service/flows/verify-email-account-activation.mdx index f93de0b11580..6fe38099cc0f 100644 --- a/docs/versioned_docs/version-v0.5/self-service/flows/verify-email-account-activation.mdx +++ b/docs/versioned_docs/version-v0.5/self-service/flows/verify-email-account-activation.mdx @@ -21,7 +21,7 @@ import { } from './code/verification' import RenderFlow from '@theme/Code/RenderFlow' -:::information +:::info Please read the [Self-Service Flows](../../self-service) overview before continuing with this document.