Skip to content

Commit da5ca12

Browse files
committed
autogen(docs): generate cli docs
1 parent ef4b51d commit da5ca12

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/kratos/concepts/messages.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,5 +905,10 @@
905905
"context": {
906906
"reason": "{reason}"
907907
}
908+
},
909+
{
910+
"id": 5000002,
911+
"text": "No authentication methods are available. Please contact the system administrator.",
912+
"type": "error"
908913
}
909914
]

docs/kratos/concepts/ui-messages.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,4 +1627,14 @@
16271627
}
16281628
```
16291629

1630+
###### No authentication methods are available. Please contact the system administrator. (5000002)
1631+
1632+
```json
1633+
{
1634+
"id": 5000002,
1635+
"text": "No authentication methods are available. Please contact the system administrator.",
1636+
"type": "error"
1637+
}
1638+
```
1639+
16301640
<!-- END MESSAGE TABLE -->

0 commit comments

Comments
 (0)