Skip to content

Commit

Permalink
autogen(docs): generate cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Jan 26, 2024
1 parent 2266bc4 commit 4b5fc97
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/kratos/concepts/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,19 @@
"provider": "{provider}"
}
},
{
"id": 1010019,
"text": "Continue with code",
"type": "info"
},
{
"id": 1010020,
"text": "We will send a code to {maskedIdentifier}. To verify that this is your address please enter it here.",
"type": "info",
"context": {
"masked_to": "{maskedIdentifier}"
}
},
{
"id": 1040001,
"text": "Sign up",
Expand Down Expand Up @@ -677,6 +690,11 @@
"text": "Linked credentials do not match.",
"type": "error"
},
{
"id": 4010010,
"text": "The address you entered does not match any known addresses in the current account.",
"type": "error"
},
{
"id": 4040001,
"text": "The registration flow expired 1.00 minutes ago, please try again.",
Expand Down
33 changes: 33 additions & 0 deletions docs/kratos/concepts/ui-user-interface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,29 @@ The section below is auto-generated. Changing it has no effect as any changes wi
}
```

###### Continue with code (1010019)

```json
{
"id": 1010019,
"text": "Continue with code",
"type": "info"
}
```

###### We will send a code to {maskedIdentifier}. To verify that this is your address please enter it here. (1010020)

```json
{
"id": 1010020,
"text": "We will send a code to {maskedIdentifier}. To verify that this is your address please enter it here.",
"type": "info",
"context": {
"masked_to": "{maskedIdentifier}"
}
}
```

###### Sign up (1040001)

```json
Expand Down Expand Up @@ -2231,6 +2254,16 @@ The section below is auto-generated. Changing it has no effect as any changes wi
}
```

###### The address you entered does not match any known addresses in the current account. (4010010)

```json
{
"id": 4010010,
"text": "The address you entered does not match any known addresses in the current account.",
"type": "error"
}
```

###### The registration flow expired 1.00 minutes ago, please try again. (4040001)

```json
Expand Down

0 comments on commit 4b5fc97

Please sign in to comment.