add cake, sbt integration (#7713)

This commit is contained in:
William Cheng 2020-10-14 16:51:27 +08:00 committed by GitHub
parent b888423fd8
commit 53eb67166b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
@ -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>
</>
),