Skip to content

Commit 53eb671

Browse files
authored
add cake, sbt integration (#7713)
1 parent b888423 commit 53eb671

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/src/pages/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ const callouts = [
9191
<li>Maven Plugin</li>
9292
<li>Gradle Plugin</li>
9393
<li>Bazel Plugin</li>
94+
<li>SBT Plugin</li>
95+
<li>Cake Plugin</li>
9496
<li>CLI via Homebrew</li>
9597
<li>CLI via Docker</li>
9698
<li>CLI via npm</li>
@@ -158,7 +160,7 @@ const callouts = [
158160
className="href">petstore.yaml</a> doc:</p>
159161

160162
<p><CodeBlock className="bash">{`
161-
openapi-generator generate -i petstore.yaml -g ruby -o /tmp/test/
163+
openapi-generator-cli generate -i petstore.yaml -g ruby -o /tmp/test/
162164
`}</CodeBlock></p>
163165
</>
164166
),

0 commit comments

Comments
 (0)