This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c9f97bb  WIP.
c9f97bb is described below

commit c9f97bbbd06efa1f4cdf957e9f93a172abbf314d
Author: Aaron Radzinski <aradizn...@apache.org>
AuthorDate: Mon May 10 18:13:01 2021 -0700

    WIP.
---
 getting-started.html            |  53 ++++++----------------------------------
 images/getting_started_fig1.png | Bin 57818 -> 0 bytes
 images/getting_started_fig2.png | Bin 55077 -> 0 bytes
 images/getting_started_fig3.png | Bin 52237 -> 0 bytes
 4 files changed, 7 insertions(+), 46 deletions(-)

diff --git a/getting-started.html b/getting-started.html
index 46826e1..aeea734 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -57,33 +57,10 @@ id: getting_started
             In this tutorial, we'll use <a 
href="/tools/script.html"><code>nlpcraft.{sh|cmd}</code></a> script that comes 
with NLPCraft
             to manage them. To start REST server and data probe - run the 
following two commands:
         </p>
-        <nav>
-            <div class="nav nav-tabs" role="tablist">
-                <a class="nav-item nav-link active" data-toggle="tab" 
href="#nav-start-cmd" role="tab">Command</a>
-                <a class="nav-item nav-link" data-toggle="tab" 
href="#nav-srv-start" role="tab">REST Server Output <i class="fa fa-desktop 
output"></i></a>
-                <a class="nav-item nav-link" data-toggle="tab" 
href="#nav-probe-start" role="tab">Data Probe Output <i class="fa fa-desktop 
output"></i></a>
-            </div>
-        </nav>
-        <div class="tab-content">
-            <div class="tab-pane fade show active" id="nav-start-cmd" 
role="tabpanel">
-                <pre class="brush: bash">
-                    $ bin/nlpcraft.sh start-server
-                    $ bin/nlpcraft.sh start-probe 
--cp=./build/nlpcraft-examples/weather/nlpcraft-example-weather-{{site.latest_version}}.jar
-                </pre>
-            </div>
-            <div class="tab-pane fade show" id="nav-srv-start" role="tabpanel">
-                <p></p>
-                <p>
-                    <img class="img-fluid" 
src="/images/getting_started_fig1.png" alt="">
-                </p>
-            </div>
-            <div class="tab-pane fade show" id="nav-probe-start" 
role="tabpanel">
-                <p></p>
-                <p>
-                    <img class="img-fluid" 
src="/images/getting_started_fig2.png" alt="">
-                </p>
-            </div>
-        </div>
+        <pre class="brush: bash">
+            $ bin/nlpcraft.sh start-server
+            $ bin/nlpcraft.sh start-probe 
--cp=./build/nlpcraft-examples/weather/nlpcraft-example-weather-{{site.latest_version}}.jar
+        </pre>
         <p>
             At this point data probe and the REST server are started and 
connected.
         </p>
@@ -92,25 +69,9 @@ id: getting_started
             We will be using NLPCraft CLI script to issue REST calls. Let's 
start NLPCraft CLI in interactive REPL mode
             by running <a 
href="/tools/script.html"><code>nlpcraft.{sh|cmd}</code></a> script with no 
argument:
         </p>
-        <nav>
-            <div class="nav nav-tabs" role="tablist">
-                <a class="nav-item nav-link active" data-toggle="tab" 
href="#nav-repl-cmd" role="tab">Command</a>
-                <a class="nav-item nav-link" data-toggle="tab" 
href="#nav-repl-out" role="tab">Output <i class="fa fa-desktop output"></i></a>
-            </div>
-        </nav>
-        <div class="tab-content">
-            <div class="tab-pane fade show active" id="nav-repl-cmd" 
role="tabpanel">
-                <pre class="brush: bash">
-                    $ bin/nlpcraft.sh
-                </pre>
-            </div>
-            <div class="tab-pane fade show" id="nav-repl-out" role="tabpanel">
-                <p></p>
-                <p>
-                    <img class="img-fluid" 
src="/images/getting_started_fig3.png" alt="">
-                </p>
-            </div>
-        </div>
+        <pre class="brush: bash">
+            $ bin/nlpcraft.sh
+        </pre>
         <p>
             <b>NOTES:</b>
         </p>
diff --git a/images/getting_started_fig1.png b/images/getting_started_fig1.png
deleted file mode 100644
index 6477e73..0000000
Binary files a/images/getting_started_fig1.png and /dev/null differ
diff --git a/images/getting_started_fig2.png b/images/getting_started_fig2.png
deleted file mode 100644
index ad39fdf..0000000
Binary files a/images/getting_started_fig2.png and /dev/null differ
diff --git a/images/getting_started_fig3.png b/images/getting_started_fig3.png
deleted file mode 100644
index 325f768..0000000
Binary files a/images/getting_started_fig3.png and /dev/null differ

Reply via email to