Skip to content

Commit

Permalink
docs: fix docosaurus admonitions (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol authored Oct 25, 2020
1 parent 41a8eaf commit 281a7c9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/docs/self-service/flows/account-recovery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/self-service/flows/user-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/self-service/flows/user-registration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/self-service/flows/user-settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 281a7c9

Please sign in to comment.