Skip to content

Commit 902aa69

Browse files
committed
remove grpc references from overrides page
1 parent 568208e commit 902aa69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fern/products/api-def/pages/overrides.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Overrides
33
description: Customize your API definition using a separate overrides file.
44
---
55

6-
Use an overrides file to customize your OpenAPI, AsyncAPI, OpenRPC, or gRPC definition without modifying the original spec. This is useful when:
6+
Use an overrides file to customize your OpenAPI, AsyncAPI, or OpenRPC definition without modifying the original spec. This is useful when:
77

88
* Your API specification is auto-generated from server code
99
* You need different configurations for SDKs versus documentation
1010

11-
Overrides are available for OpenAPI, AsyncAPI, OpenRPC, and gRPC specifications. They are not needed for [Fern Definition](/api-definitions/ferndef/overview) since you can directly edit those files.
11+
Overrides are available for OpenAPI, AsyncAPI, and OpenRPC specifications. They are not needed for [Fern Definition](/api-definitions/ferndef/overview) since you can directly edit those files.
1212

1313
<Note>
1414
While you can also embed [Fern extensions](/api-definitions/overview/overrides#definition-specific-extensions) directly in your API specification, using overrides files is the recommended approach as it keeps your original spec clean and separates concerns.
@@ -35,7 +35,7 @@ fern/
3535
</Step>
3636
<Step title="Customize your spec with Fern extensions">
3737

38-
For OpenAPI, AsyncAPI, and OpenRPC, and gRPC, you can use [Fern's extensions](/api-definitions/overview/overrides#definition-specific-extensions) to apply customizations.
38+
For OpenAPI, AsyncAPI, and OpenRPC, you can use [Fern's extensions](/api-definitions/overview/overrides#definition-specific-extensions) to apply customizations.
3939

4040
```yml title="overrides.yml" {4-5}
4141
paths:

0 commit comments

Comments
 (0)