From cfa9c636273c416978ce393ada031c3cd9cbfb20 Mon Sep 17 00:00:00 2001 From: Drew Powers Date: Mon, 8 Apr 2024 17:48:19 -0600 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9Cintro=20to=20OpenAPI=E2=80=9D=20?= =?UTF-8?q?link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/introduction.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/introduction.md b/docs/introduction.md index 6e45a402c..b05ff64a5 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -15,6 +15,12 @@ openapi-typescript turns [OpenAPI 3.0 & 3.1](https://spec.openapis.org/oas/lates The code is [MIT-licensed](https://github.com/drwpow/openapi-typescript/blob/main/packages/openapi-typescript/LICENSE") and free for use. +::: tip + +New to OpenAPI? Speakeasy’s [Intro to OpenAPI](https://www.speakeasyapi.dev/openapi) is an accessible guide to newcomers that explains the “why” and “how” of OpenAPI. + +::: + ## Features - ✅ Supports OpenAPI 3.0 and 3.1 (including advanced features like [discriminators](https://spec.openapis.org/oas/v3.1.0#discriminator-object)