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 Jul 11, 2024
1 parent cfc8974 commit e185ba7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 9 deletions.
16 changes: 13 additions & 3 deletions docs/kratos/concepts/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
{
"id": 1010008,
"text": "Use security key",
"text": "Sign in with hardware key",
"type": "info"
},
{
Expand All @@ -54,7 +54,7 @@
},
{
"id": 1010011,
"text": "Continue with security key",
"text": "Sign in with hardware key",
"type": "info"
},
{
Expand All @@ -74,7 +74,7 @@
},
{
"id": 1010015,
"text": "Sign in with code",
"text": "Send sign in code",
"type": "info"
},
{
Expand Down Expand Up @@ -118,6 +118,11 @@
"text": "Sign in with passkey",
"type": "info"
},
{
"id": 1010022,
"text": "Sign in with password",
"type": "info"
},
{
"id": 1040001,
"text": "Sign up",
Expand Down Expand Up @@ -676,6 +681,11 @@
"text": "The provided traits do not match the traits previously associated with this flow.",
"type": "error"
},
{
"id": 4000037,
"text": "This account does not exist or has no login method configured.",
"type": "error"
},
{
"id": 4010001,
"text": "The login flow expired 1.00 minutes ago, please try again.",
Expand Down
32 changes: 26 additions & 6 deletions docs/kratos/concepts/ui-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
}
```

###### Use security key (1010008)
###### Sign in with hardware key (1010008)

```json
{
"id": 1010008,
"text": "Use security key",
"text": "Sign in with hardware key",
"type": "info"
}
```
Expand All @@ -103,12 +103,12 @@
}
```

###### Continue with security key (1010011)
###### Sign in with hardware key (1010011)

```json
{
"id": 1010011,
"text": "Continue with security key",
"text": "Sign in with hardware key",
"type": "info"
}
```
Expand Down Expand Up @@ -143,12 +143,12 @@
}
```

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

```json
{
"id": 1010015,
"text": "Sign in with code",
"text": "Send sign in code",
"type": "info"
}
```
Expand Down Expand Up @@ -224,6 +224,16 @@
}
```

###### Sign in with password (1010022)

```json
{
"id": 1010022,
"text": "Sign in with password",
"type": "info"
}
```

###### Sign up (1040001)

```json
Expand Down Expand Up @@ -1207,6 +1217,16 @@
}
```

###### This account does not exist or has no login method configured. (4000037)

```json
{
"id": 4000037,
"text": "This account does not exist or has no login method configured.",
"type": "error"
}
```

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

```json
Expand Down

0 comments on commit e185ba7

Please sign in to comment.