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 3d444ec  WIP.
3d444ec is described below

commit 3d444ec6e49c2b72ba1f8a2d97966dd616c8c6ef
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Sep 20 17:41:30 2020 -0700

    WIP.
---
 _scss/misc.scss             |   4 ++--
 images/intent_matching1.png | Bin 0 -> 34539 bytes
 intent-matching.html        |   7 +++++++
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/_scss/misc.scss b/_scss/misc.scss
index 66a2131..16dbca9 100644
--- a/_scss/misc.scss
+++ b/_scss/misc.scss
@@ -395,12 +395,12 @@ code {
 }
 
 .img-fluid {
-    max-width: 800px !important;
+    max-width: 900px !important;
     width: 100% !important;
 }
 
 .img-fluid-no-border {
-    max-width: 800px !important;
+    max-width: 900px !important;
     border-radius: 4px;
     padding: 0 !important;
 }
diff --git a/images/intent_matching1.png b/images/intent_matching1.png
new file mode 100644
index 0000000..75911dc
Binary files /dev/null and b/images/intent_matching1.png differ
diff --git a/intent-matching.html b/intent-matching.html
index e724956..1d7ced9 100644
--- a/intent-matching.html
+++ b/intent-matching.html
@@ -229,6 +229,13 @@ id: intent_matching
             </li>
         </ul>
     </section>
+    <section id="logic">
+        <h2 class="section-title">Intent Matching Logic</h2>
+        <figure>
+            <img class="img-fluid" src="/images/intent_matching1.png" alt="">
+            <figcaption><b>Fig. 1</b> Intent Matching Workflow</figcaption>
+        </figure>
+    </section>
     <section id="syntax">
         <h2 class="section-title">Intent DSL</h2>
         <p>

Reply via email to