From de96ba9cdb83105f6cc7582b15f9c002ce4f3e86 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 14 Oct 2020 15:48:54 +0800 Subject: [PATCH] add cake, sbt integration --- 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 8b13c774ac23..aa86680b1b75 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/ `}

    ),