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 1301f68 commit 437cc99
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": {
"added_at": "2020-01-01T00:59:59Z",
"display_name": "{name}"
"display_name": "{name}",
"added_at": "2020-01-01T00:59:59Z"
}
}
```
Expand Down Expand Up @@ -1559,8 +1559,8 @@ will be overwritten!
"text": "\"{value}\" is not valid \"{format}\"",
"type": "error",
"context": {
"actual_value": "{value}",
"expected_format": "{format}"
"expected_format": "{format}",
"actual_value": "{value}"
}
}
```
Expand Down

0 comments on commit 437cc99

Please sign in to comment.