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 Oct 22, 2021
1 parent 763dd00 commit 9dfde7d
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 @@ -1535,8 +1535,8 @@ will be overwritten!
"text": "Length must be \u003e= 1, but got 2.",
"type": "error",
"context": {
"actual_length": 2,
"expected_length": 1
"expected_length": 1,
"actual_length": 2
}
}
```
Expand Down

0 comments on commit 9dfde7d

Please sign in to comment.