Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed Oct 17, 2024
1 parent f208925 commit 7218507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/website/references/cli/defradb_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Execute queries, add schema types, obtain node info, etc.
* [defradb client collection](defradb_client_collection.md) - Interact with a collection.
* [defradb client dump](defradb_client_dump.md) - Dump the contents of DefraDB node-side
* [defradb client index](defradb_client_index.md) - Manage collections' indexes of a running DefraDB instance
* [defradb client node_identity](defradb_client_node_identity.md) - Get information about the node's identity
* [defradb client node_identity](defradb_client_node_identity.md) - Get the information public about the node's identity
* [defradb client p2p](defradb_client_p2p.md) - Interact with the DefraDB P2P system
* [defradb client purge](defradb_client_purge.md) - Delete all persisted data and restart
* [defradb client query](defradb_client_query.md) - Send a DefraDB GraphQL query request
Expand Down
4 changes: 2 additions & 2 deletions docs/website/references/cli/defradb_client_node_identity.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## defradb client node_identity

Get information about the node's identity
Get the information public about the node's identity

### Synopsis

Get information about the node's identity.
Get the information public about the node's identity.

Node uses the identity to be able to exchange encryption keys with other nodes.

Expand Down

0 comments on commit 7218507

Please sign in to comment.