Skip to content

Commit

Permalink
fix jrpc and grpc doc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alidevjimmy committed Nov 22, 2024
1 parent 01dbe17 commit ce1e06a
Show file tree
Hide file tree
Showing 14 changed files with 487 additions and 1,764 deletions.
4 changes: 3 additions & 1 deletion www/grpc/buf/grpc-md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: GRPC API Reference
weight: 1
---

Each node in the Pactus network can be configured to use the [gRPC](https://grpc.io/) protocol for communication.
Each node in the Pactus network
can be configured to use the
[gRPC](https://grpc.io/) protocol for communication.
Here you can find the list of all gRPC methods and messages.

All the amounts and values in gRPC endpoints are in NanoPAC units, which are atomic and the smallest unit in the Pactus blockchain.
Expand Down
4 changes: 3 additions & 1 deletion www/grpc/buf/json-rpc-md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: JSON-RPC API Reference
weight: 2
---

Each node in the Pactus network can be configured to use the [JSON-RPC](https://www.jsonrpc.org/specification) protocol for communication.
Each node in the Pactus network can be configured
to use the [JSON-RPC](https://www.jsonrpc.org/specification)
protocol for communication.
Here, you can find the list of all JSON-RPC methods and messages.

All the amounts and values in JSON-RPC endpoints are in NanoPAC units,
Expand Down
4 changes: 3 additions & 1 deletion www/grpc/gen/docs/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: GRPC API Reference
weight: 1
---

Each node in the Pactus network can be configured to use the [gRPC](https://grpc.io/) protocol for communication.
Each node in the Pactus network
can be configured to use the
[gRPC](https://grpc.io/) protocol for communication.
Here you can find the list of all gRPC methods and messages.

All the amounts and values in gRPC endpoints are in NanoPAC units, which are atomic and the smallest unit in the Pactus blockchain.
Expand Down
4 changes: 3 additions & 1 deletion www/grpc/gen/docs/json-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: JSON-RPC API Reference
weight: 2
---

Each node in the Pactus network can be configured to use the [JSON-RPC](https://www.jsonrpc.org/specification) protocol for communication.
Each node in the Pactus network can be configured
to use the [JSON-RPC](https://www.jsonrpc.org/specification)
protocol for communication.
Here, you can find the list of all JSON-RPC methods and messages.

All the amounts and values in JSON-RPC endpoints are in NanoPAC units,
Expand Down
Loading

0 comments on commit ce1e06a

Please sign in to comment.