Skip to content

Commit

Permalink
autogen(docs): generate cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 8, 2021
1 parent fd14798 commit 4d6bdb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/concepts/ui-user-interface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1330,8 +1330,8 @@ will be overwritten!
"text": "Remove security key \"{name}\"",
"type": "info",
"context": {
"display_name": "{name}",
"added_at": "2020-01-01T00:59:59Z"
"added_at": "2020-01-01T00:59:59Z",
"display_name": "{name}"
}
}
```
Expand Down Expand Up @@ -1559,8 +1559,8 @@ will be overwritten!
"text": "\"{value}\" is not valid \"{format}\"",
"type": "error",
"context": {
"expected_format": "{format}",
"actual_value": "{value}"
"actual_value": "{value}",
"expected_format": "{format}"
}
}
```
Expand Down

0 comments on commit 4d6bdb7

Please sign in to comment.