Skip to content

Commit

Permalink
Fix missing link to OpenAPI emitter documentation (#4601)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverice authored Oct 4, 2024
1 parent e80bdce commit 4f649a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending-typespec/emitter-metadata-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you're new to writing emitters, begin with the [emitter basics](./emitters-ba

Next, examine the [REST metadata emitter sample](https://github.com/microsoft/typespec/tree/main/packages/samples/rest-metadata-emitter). This sample uses all of the APIs discussed below to create a simple textual representation. It intentionally avoids splitting types like the OpenAPI emitter to highlight that this is not mandatory. Instead, it includes contextual comments to indicate how data depends on context.

However, if you want your emitter to split types like OpenAPI, you can still use the same API. Cross-referencing with the official [OpenAPI emitter] where these APIs are called can also be helpful.
However, if you want your emitter to split types like OpenAPI, you can still use the same API. Cross-referencing with the official [OpenAPI emitter](../emitters/openapi3/openapi.md) where these APIs are called can also be helpful.

## Key API

Expand Down

0 comments on commit 4f649a9

Please sign in to comment.