From c4f2fee022c6a503db718115a13d54526ffaccd3 Mon Sep 17 00:00:00 2001 From: Yuri Mikhin Date: Mon, 16 Mar 2026 08:07:44 +0300 Subject: [PATCH] docs: update NestJS plugin documentation for clarity and versioning. --- docs/openapi-ts/plugins/nest.md | 64 +- pnpm-lock.yaml | 1233 +++++++++++++++++++++---------- 2 files changed, 864 insertions(+), 433 deletions(-) diff --git a/docs/openapi-ts/plugins/nest.md b/docs/openapi-ts/plugins/nest.md index 219e2fdf6..7fc9b3bcb 100644 --- a/docs/openapi-ts/plugins/nest.md +++ b/docs/openapi-ts/plugins/nest.md @@ -1,6 +1,6 @@ --- title: NestJS Plugin -description: Generate NestJS controller interfaces from OpenAPI with type safety. Fully compatible with all core features. +description: Generate NestJS controller method types from OpenAPI specs. Type-safe controllers via implements. ---