Skip to content

Commit 6673904

Browse files
Add gRPC demo site reference to documentation (#2966)
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent cb15ebe commit 6673904

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

fern/products/api-def/grpc-pages/overview.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ description: gRPC is a high-performance RPC framework that uses Protocol Buffers
1212
gRPC is a modern, open-source, high-performance Remote Procedure Call (RPC) framework that can run in any environment. It uses Protocol Buffers (protobuf) as the interface definition language and supports multiple programming languages.
1313
Fern is compatible with gRPC services and can generate SDKs and documentation from your `.proto` files.
1414

15-
Below is an example of a gRPC service definition:
15+
For a working example, see the [gRPC demo docs](https://grpc-demo.docs.buildwithfern.com/) and its [GitHub repository](https://github.com/fern-demo/grpc-demo).
16+
17+
Below is an example of a gRPC service definition:
1618

1719
```protobuf user_service.proto
1820
syntax = "proto3";
@@ -230,4 +232,4 @@ fern/
230232
└─ common.proto
231233
```
232234
</Step>
233-
</Steps>
235+
</Steps>

0 commit comments

Comments
 (0)