Skip to content

Commit 8ad7991

Browse files
committed
docs: add resolvers to typescript plugin
1 parent 7bd29b0 commit 8ad7991

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/openapi-ts/plugins/concepts/resolvers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Understand the concepts behind plugins.
77

88
Sometimes the default plugin behavior isn't what you need or expect. Resolvers let you patch plugins in a safe and performant way, without forking or reimplementing core logic.
99

10-
Currently available for [Valibot](/openapi-ts/plugins/valibot) and [Zod](/openapi-ts/plugins/zod).
10+
Currently available for [TypeScript](/openapi-ts/plugins/typescript), [Valibot](/openapi-ts/plugins/valibot), and [Zod](/openapi-ts/plugins/zod).
1111

1212
## Examples
1313

docs/openapi-ts/plugins/typescript.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ export default {
166166

167167
:::
168168

169+
## Resolvers
170+
171+
You can further customize this plugin's behavior using [resolvers](/openapi-ts/plugins/concepts/resolvers).
172+
169173
## API
170174

171175
You can view the complete list of options in the [UserConfig](https://github.com/hey-api/openapi-ts/blob/main/packages/openapi-ts/src/plugins/@hey-api/typescript/types.ts) interface.

0 commit comments

Comments
 (0)