Skip to content

Commit

Permalink
deploy: 6ce2f3a
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianMacik committed Sep 5, 2023
1 parent 565ea54 commit 7ffacef
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ <h2 id="proc-create-sw-project-kn-cli"><a class="anchor" href="#proc-create-sw-p
<p>After installing the SonataFlow plug-in, you can use the <code>create</code> command with <code>kn workflow</code> to scaffold a new SonataFlow project in your current directory.</p>
</div>
<div class="paragraph">
<p>The <code>create</code> command sets up SonataFlow project containing minimal a "hello world" <code>workflow.sw.json</code> file in your <code>./&lt;project-name&gt;</code> directory.</p>
<p>The <code>create</code> command sets up SonataFlow project containing a minimal "hello world" <code>workflow.sw.json</code> file in your <code>./&lt;project-name&gt;</code> directory.</p>
</div>
<div class="ulist">
<div class="title">Prerequisites</div>
Expand Down Expand Up @@ -788,7 +788,7 @@ <h2 id="proc-deploy-sw-project-kn-cli"><a class="anchor" href="#proc-deploy-sw-p
<li>
<p>A workflow project is created.</p>
<div class="paragraph">
<p>For more information about created a workflow project, see <a href="#proc-create-sw-project-kn-cli">Creating workflow project using Knative CLI</a>.</p>
<p>For more information about creating a workflow project, see <a href="#proc-create-sw-project-kn-cli">Creating workflow project using Knative CLI</a>.</p>
</div>
</li>
<li>
Expand Down Expand Up @@ -841,7 +841,7 @@ <h2 id="proc-create-quarkus-sw-project-kn-cli"><a class="anchor" href="#proc-cre
<p>After installing the SonataFlow plug-in, you can use the <code>quarkus create</code> command with <code>kn workflow</code> to scaffold a new Quarkus Workflow project in your current directory.</p>
</div>
<div class="paragraph">
<p>The <code>quarkus create</code> command sets up SonataFlow project containing minimal extensions to build a workflow project. The <code>create</code> command sets up a Quarkus project containing minimal extensions to build a workflow project. Also, the generated workflow project contains a "hello world" <code>workflow.sw.json</code> file in your <code>./&lt;project-name&gt;/src/main/resources</code> directory.</p>
<p>The <code>quarkus create</code> command sets up a SonataFlow Quarkus project containing minimal extensions to build a workflow project. Also, the generated workflow project contains a "hello world" <code>workflow.sw.json</code> file in your <code>./&lt;project-name&gt;/src/main/resources</code> directory.</p>
</div>
<div class="ulist">
<div class="title">Prerequisites</div>
Expand Down Expand Up @@ -882,7 +882,7 @@ <h2 id="proc-create-quarkus-sw-project-kn-cli"><a class="anchor" href="#proc-cre
<div class="openblock">
<div class="content">
<div class="listingblock">
<div class="title">Create a project with <code>quarkus-jsonp and quarkus-smallrye-openai</code> extensions</div>
<div class="title">Create a project with <code>quarkus-jsonp and quarkus-smallrye-openapi</code> extensions</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">kn workflow quarkus create --extension quarkus-jsonp,quarkus-smallrye-openapi</code></pre>
</div>
Expand Down

0 comments on commit 7ffacef

Please sign in to comment.