diff --git a/website/pages/docs/sdk/swagger.mdx b/website/pages/docs/sdk/swagger.mdx index e50addd79..87166d8a6 100644 --- a/website/pages/docs/sdk/swagger.mdx +++ b/website/pages/docs/sdk/swagger.mdx @@ -87,7 +87,7 @@ export default NESTIA_CONFIG; # BUILD SWAGGER DOCUUMET ONLY npx nestia swagger -# BUILD SWAGGER/OPENAI/SDK/E2E AT THE SAME TIME +# BUILD SWAGGER/SDK/E2E AT THE SAME TIME npx nestia all ``` @@ -95,7 +95,7 @@ npx nestia all Otherwise you want to generate a swagger file by CLI (Command Line Interface), configure `nestia.config.ts` file and run the `npx nestia swagger` command. Then, `@nestia/sdk` will analyze your NestJS backend server code, and generate `swagger.json` file. -When you want to build not only Swagger Document file, but also [OpenAI function calling schema](./openai), [SDK (Software Development Kit) library](./sdk) and [automated E2E (End-to-End) test functions](./e2e) at the same time, run `npx nestia all` command instead. +When you want to build not only Swagger Document file, but also [SDK (Software Development Kit) library](./sdk) and [automated E2E (End-to-End) test functions](./e2e) at the same time, run `npx nestia all` command instead. @@ -1788,4 +1788,4 @@ const main = async (): Promise => { main().catch(console.error); ``` - \ No newline at end of file +