Skip to content

Commit

Permalink
Merge pull request #661 from w3c-ccg/remove_code_gen_section
Browse files Browse the repository at this point in the history
removes code gen section
  • Loading branch information
nissimsan authored Jun 27, 2024
2 parents f288e27 + d501e03 commit eb196b8
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions docs/spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,27 +475,6 @@ <h2>OAS Implementation</h2>
clientCredentials:
tokenUrl: https://conformant-platform.example.com/oauth/token
</pre>
<h3>Code Generation</h3>
<p>
The <a href=""><code>openapi-typescript-codegen</code></a> project provides
a means for generating typescript clients based on OpenAPI specifications.
</p>
<pre class="example">
# 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
</pre>
<p>
Please refer to the `openapi-typescript-codegen` project page for more detailed
<a href="https://github.com/ferdikoomen/openapi-typescript-codegen/tree/master#install">installation</a>
and <a href="https://github.com/ferdikoomen/openapi-typescript-codegen/tree/master#usage">usage</a>
instructions.
</p>
</section>

<section class="normative">
Expand Down

0 comments on commit eb196b8

Please sign in to comment.