From 53eb67166b8db35c1d2c174e89ddb74b2e5bf94e Mon Sep 17 00:00:00 2001
From: William Cheng
Date: Wed, 14 Oct 2020 16:51:27 +0800
Subject: [PATCH] add cake, sbt integration (#7713)
---
website/src/pages/index.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 8b13c774ac2..aa86680b1b7 100755
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -91,6 +91,8 @@ const callouts = [
Maven Plugin
Gradle Plugin
Bazel Plugin
+ SBT Plugin
+ Cake Plugin
CLI via Homebrew
CLI via Docker
CLI via npm
@@ -158,7 +160,7 @@ const callouts = [
className="href">petstore.yaml doc:
{`
- openapi-generator generate -i petstore.yaml -g ruby -o /tmp/test/
+ openapi-generator-cli generate -i petstore.yaml -g ruby -o /tmp/test/
`}
>
),