From d501e03989b546f81d87e057bbc31bf626a0bce0 Mon Sep 17 00:00:00 2001 From: Mahmoud Alkhraishi Date: Fri, 21 Jun 2024 13:00:52 -0400 Subject: [PATCH] removes code gen section --- docs/spec/index.html | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/docs/spec/index.html b/docs/spec/index.html index 471d35e10f..65db2f7e40 100644 --- a/docs/spec/index.html +++ b/docs/spec/index.html @@ -475,27 +475,6 @@

OAS Implementation

clientCredentials: tokenUrl: https://conformant-platform.example.com/oauth/token -

Code Generation

-

- The openapi-typescript-codegen project provides - a means for generating typescript clients based on OpenAPI specifications. -

-
-      # Install openapi-typescript-codegen globally
-      npm install -g openapi-typescript-codegen
-
-      # Produce a dereferenced openapi specification JSON file from this repo.
-      npm run preserve
-
-      # Generate a typescript client from the dereferenced openapi specification JSON file.
-      npx openapi-typescript-codegen --input ./docs/openapi/openapi.json
-    
-

- Please refer to the `openapi-typescript-codegen` project page for more detailed - installation - and usage - instructions. -