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 Aug 29, 2023
1 parent 8f30908 commit 9919f64
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 0 deletions.
68 changes: 68 additions & 0 deletions docs/kratos/concepts/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@
"text": "Continue",
"type": "info"
},
{
"id": 1010014,
"text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the login.",
"type": "info",
"context": {}
},
{
"id": 1010015,
"text": "Sign in with code",
"type": "info"
},
{
"id": 1040001,
"text": "Sign up",
Expand All @@ -106,6 +117,17 @@
"text": "Sign up with security key",
"type": "info"
},
{
"id": 1040005,
"text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the registration.",
"type": "info",
"context": {}
},
{
"id": 1040006,
"text": "Sign up with code",
"type": "info"
},
{
"id": 1050001,
"text": "Your changes have been saved!",
Expand Down Expand Up @@ -315,6 +337,16 @@
"text": "Verification code",
"type": "info"
},
{
"id": 1070012,
"text": "Registration code",
"type": "info"
},
{
"id": 1070013,
"text": "Login code",
"type": "info"
},
{
"id": 1080001,
"text": "An email containing a verification link has been sent to the email address you provided. If you have not received an email, check the spelling of the address and make sure to use the address you registered with.",
Expand Down Expand Up @@ -589,6 +621,18 @@
"breaches": 101
}
},
{
"id": 4000035,
"text": "This account does not exist or has not setup sign in with code.",
"type": "error",
"context": {}
},
{
"id": 4000036,
"text": "The provided traits do not match the traits previously associated with this flow.",
"type": "error",
"context": {}
},
{
"id": 4010001,
"text": "The login flow expired 1.00 minutes ago, please try again.",
Expand Down Expand Up @@ -622,6 +666,18 @@
"text": "Could not find a strategy to verify your account with. Did you fill out the form correctly?",
"type": "error"
},
{
"id": 4010007,
"text": "The request was already completed successfully and can not be retried.",
"type": "error",
"context": {}
},
{
"id": 4010008,
"text": "The login code is invalid or has already been used. Please try again.",
"type": "error",
"context": {}
},
{
"id": 4040001,
"text": "The registration flow expired 1.00 minutes ago, please try again.",
Expand All @@ -630,6 +686,18 @@
"expired_at": "2020-01-01T00:59:59Z"
}
},
{
"id": 4040002,
"text": "The request was already completed successfully and can not be retried.",
"type": "error",
"context": {}
},
{
"id": 4040003,
"text": "The registration code is invalid or has already been used. Please try again.",
"type": "error",
"context": {}
},
{
"id": 4050001,
"text": "The settings flow expired 1.00 minutes ago, please try again.",
Expand Down
128 changes: 128 additions & 0 deletions docs/kratos/concepts/ui-user-interface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,27 @@ The section below is auto-generated. Changing it has no effect as any changes wi
}
```

###### An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the login. (1010014)

```json
{
"id": 1010014,
"text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the login.",
"type": "info",
"context": {}
}
```

###### Sign in with code (1010015)

```json
{
"id": 1010015,
"text": "Sign in with code",
"type": "info"
}
```

###### Sign up (1040001)

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

###### An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the registration. (1040005)

```json
{
"id": 1040005,
"text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the registration.",
"type": "info",
"context": {}
}
```

###### Sign up with code (1040006)

```json
{
"id": 1040006,
"text": "Sign up with code",
"type": "info"
}
```

###### Your changes have been saved! (1050001)

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

###### Registration code (1070012)

```json
{
"id": 1070012,
"text": "Registration code",
"type": "info"
}
```

###### Login code (1070013)

```json
{
"id": 1070013,
"text": "Login code",
"type": "info"
}
```

###### An email containing a verification link has been sent to the email address you provided. If you have not received an email, check the spelling of the address and make sure to use the address you registered with. (1080001)

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

###### This account does not exist or has not setup sign in with code. (4000035)

```json
{
"id": 4000035,
"text": "This account does not exist or has not setup sign in with code.",
"type": "error",
"context": {}
}
```

###### The provided traits do not match the traits previously associated with this flow. (4000036)

```json
{
"id": 4000036,
"text": "The provided traits do not match the traits previously associated with this flow.",
"type": "error",
"context": {}
}
```

###### The login flow expired 1.00 minutes ago, please try again. (4010001)

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

###### The request was already completed successfully and can not be retried. (4010007)

```json
{
"id": 4010007,
"text": "The request was already completed successfully and can not be retried.",
"type": "error",
"context": {}
}
```

###### The login code is invalid or has already been used. Please try again. (4010008)

```json
{
"id": 4010008,
"text": "The login code is invalid or has already been used. Please try again.",
"type": "error",
"context": {}
}
```

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

```json
Expand All @@ -2124,6 +2230,28 @@ The section below is auto-generated. Changing it has no effect as any changes wi
}
```

###### The request was already completed successfully and can not be retried. (4040002)

```json
{
"id": 4040002,
"text": "The request was already completed successfully and can not be retried.",
"type": "error",
"context": {}
}
```

###### The registration code is invalid or has already been used. Please try again. (4040003)

```json
{
"id": 4040003,
"text": "The registration code is invalid or has already been used. Please try again.",
"type": "error",
"context": {}
}
```

###### The settings flow expired 1.00 minutes ago, please try again. (4050001)

```json
Expand Down

0 comments on commit 9919f64

Please sign in to comment.