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/14 07:49:55 UTC

[incubator-nlpcraft-website] branch master updated: Update cheat-sheet.html

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 932b3e5  Update cheat-sheet.html
932b3e5 is described below

commit 932b3e53a5c08662020df3aba022a226a174fb18
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Wed Jan 13 23:49:42 2021 -0800

    Update cheat-sheet.html
---
 cheat-sheet.html | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/cheat-sheet.html b/cheat-sheet.html
index 1030648..1dfbe22 100644
--- a/cheat-sheet.html
+++ b/cheat-sheet.html
@@ -23,14 +23,14 @@ id: cheat_sheet
 
 <div id="cheat-sheet" class="col-md-8 second-column">
     <section>
-        <div class="row">
-            <div class="col-6">
+        <div style="display: flex">
+            <div>
                 <a href="#cs1">Quick Install</a><br/>
                 <a href="#cs2">Start <span class="amp">&amp;</span> Stop REST Server</a><br/>
-                <a href="#cs3">Start <span class="amp">&amp;</span> Stop Standalone Probe</a><br/>
+                <a href="#cs3">Start <span class="amp">&amp;</span> Stop Probe</a><br/>
                 <a href="#cs4">Model Auto-Test</a>
             </div>
-            <div class="col-6">
+            <div style="margin-left: 30px">
                 <a href="#cs5">New Project Stub</a><br/>
                 <a href="#cs6">New Model Stub</a><br/>
                 <a href="#cs7">Testing with REST</a><br/>
@@ -234,7 +234,7 @@ id: cheat_sheet
         </div>
     </section>
     <section id="cs3">
-        <h2 class="section-title">Start <span class="amp">&amp;</span> Stop Standalone Probe</h2>
+        <h2 class="section-title">Start <span class="amp">&amp;</span> Stop Probe</h2>
         <nav>
             <div class="nav nav-tabs" role="tablist">
                 <a class="nav-item nav-link active" data-toggle="tab" href="#nav-probe-script" role="tab" aria-controls="nav-home" aria-selected="true">NLPCraft CLI</a>
@@ -323,7 +323,13 @@ id: cheat_sheet
         <h2 class="section-title">Model Auto-Test</h2>
     </section>
     <section id="cs5">
-        <h2 class="section-title">Quick Install</h2>
+        <h2 class="section-title">New Project Stub</h2>
+    </section>
+    <section id="cs6">
+        <h2 class="section-title">New Model Stub</h2>
+    </section>
+    <section id="cs7">
+        <h2 class="section-title">Testing with REST</h2>
     </section>
 </div>
 <div class="col-md-2 third-column">