Skip to content

Commit

Permalink
add cake, sbt integration (#7713)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Oct 14, 2020
1 parent b888423 commit 53eb671
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ const callouts = [
<li>Maven Plugin</li>
<li>Gradle Plugin</li>
<li>Bazel Plugin</li>
<li>SBT Plugin</li>
<li>Cake Plugin</li>
<li>CLI via Homebrew</li>
<li>CLI via Docker</li>
<li>CLI via npm</li>
Expand Down Expand Up @@ -158,7 +160,7 @@ const callouts = [
className="href">petstore.yaml</a> doc:</p>

<p><CodeBlock className="bash">{`
openapi-generator generate -i petstore.yaml -g ruby -o /tmp/test/
openapi-generator-cli generate -i petstore.yaml -g ruby -o /tmp/test/
`}</CodeBlock></p>
</>
),
Expand Down

0 comments on commit 53eb671

Please sign in to comment.