You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/01/04 21:49:12 UTC

[incubator-nlpcraft-website] branch master updated (7c1e876 -> ecb3934)

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

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


    from 7c1e876  Update embedded_probe.html
     new 6490a79  WIP.
     new ecb3934  Removed unused images.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 images/cli3.png   | Bin 78719 -> 0 bytes
 images/cli4.png   | Bin 27019 -> 0 bytes
 images/cli5.png   | Bin 23454 -> 0 bytes
 images/cli6.png   | Bin 27401 -> 0 bytes
 images/cli8.png   | Bin 70581 -> 0 bytes
 images/cli9.png   | Bin 0 -> 17281 bytes
 tools/script.html |  20 +++++++++++++++-----
 7 files changed, 15 insertions(+), 5 deletions(-)
 delete mode 100644 images/cli3.png
 delete mode 100644 images/cli4.png
 delete mode 100644 images/cli5.png
 delete mode 100644 images/cli6.png
 delete mode 100644 images/cli8.png
 create mode 100644 images/cli9.png


[incubator-nlpcraft-website] 01/02: WIP.

Posted by ar...@apache.org.
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

commit 6490a79ba340564d52fd42caab9b934a5fe5ddf5
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Mon Jan 4 13:46:52 2021 -0800

    WIP.
---
 images/cli9.png   | Bin 0 -> 17281 bytes
 tools/script.html |  20 +++++++++++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/images/cli9.png b/images/cli9.png
new file mode 100644
index 0000000..f64a23d
Binary files /dev/null and b/images/cli9.png differ
diff --git a/tools/script.html b/tools/script.html
index 3f9f2bf..2f8f233 100644
--- a/tools/script.html
+++ b/tools/script.html
@@ -129,10 +129,10 @@ id: script
             Runs <code>git pull</code> command in the current directory.
         </p>
         <pre class="brush: plain">
-            > $mvn clean package
+            > $ls -la
         </pre>
         <p style="margin-left: 20px">
-            Runs Maven build in the current directory.
+            Runs <code>ls -la</code> Unix shell command.
         </p>
         <pre class="brush: plain">
             > $cmd /c dir
@@ -172,12 +172,22 @@ id: script
         </p>
         <h2 class="section-sub-title">Using <code>bin/nlpcraft.{sh|cmd}</code> In Scripts</h2>
         <p>
-            All of the commands that utilize REST API produce JSON responses. You can easily parse these JSON responses
-            for your own needs in your scripts. For example, here's the code to get the access token from the <code>signin</code>
-            command (on Linux):
+            All of the commands that utilize REST API produce JSON responses:
+        </p>
+        <p>
+            <img class="non-fluid-img" src="/images/cli9.png" alt="">
+        </p>
+        <p>
+            You can easily parse these JSON responses for your own needs in your scripts. For example, here's the
+            code snippet to get the access token from the <code>signin</code> command (on Linux):
         </p>
         <pre class="brush: bash">
             $ bin/nlpcraft.sh no-ansi no-logo signin --email=admin@admin.com --passwd=admin | tail -n +2 | jq -M '.acsTok' | tr -d '"'
+        </pre>
+        <p>
+        ... and the result access token is:
+        </p>
+        <pre class="brush: bash">
             kkoXBAn8yruEzXrj8Kja5
         </pre>
         <p>


[incubator-nlpcraft-website] 02/02: Removed unused images.

Posted by ar...@apache.org.
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

commit ecb39343d39834fb26838c9e836247f42b0396df
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Mon Jan 4 13:49:02 2021 -0800

    Removed unused images.
---
 images/cli3.png | Bin 78719 -> 0 bytes
 images/cli4.png | Bin 27019 -> 0 bytes
 images/cli5.png | Bin 23454 -> 0 bytes
 images/cli6.png | Bin 27401 -> 0 bytes
 images/cli8.png | Bin 70581 -> 0 bytes
 5 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/images/cli3.png b/images/cli3.png
deleted file mode 100644
index 2134636..0000000
Binary files a/images/cli3.png and /dev/null differ
diff --git a/images/cli4.png b/images/cli4.png
deleted file mode 100644
index 498fd66..0000000
Binary files a/images/cli4.png and /dev/null differ
diff --git a/images/cli5.png b/images/cli5.png
deleted file mode 100644
index 0487257..0000000
Binary files a/images/cli5.png and /dev/null differ
diff --git a/images/cli6.png b/images/cli6.png
deleted file mode 100644
index 3e3e9bd..0000000
Binary files a/images/cli6.png and /dev/null differ
diff --git a/images/cli8.png b/images/cli8.png
deleted file mode 100644
index 448d761..0000000
Binary files a/images/cli8.png and /dev/null differ