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 13ae324  WIP.
13ae324 is described below

commit 13ae32479e71eb517dafc1eb6531b88d1fd76250
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Sat Apr 10 08:49:21 2021 -0700

    WIP.
---
 ext/syntaxhighlighter/scripts/shCore.js |  2 +-
 intent-matching.html                    | 18 ++++++++++--------
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/ext/syntaxhighlighter/scripts/shCore.js 
b/ext/syntaxhighlighter/scripts/shCore.js
index 476360b..720863a 100755
--- a/ext/syntaxhighlighter/scripts/shCore.js
+++ b/ext/syntaxhighlighter/scripts/shCore.js
@@ -1596,7 +1596,7 @@ sh.Highlighter.prototype = {
                                        + 
this.getTitleHtml(this.getParam('title'))
                                        + '<tbody>'
                                                + '<tr>'
-                                                       + (gutter ? '<td 
class="gutter">' + this.getLineNumbersHtml(code) + '</td>' : '')
+                                                       + (gutter ? '<td 
class="gutter">' + this.getLineNumbersHtml(code) + '</td>' : 
'<td>&nbsp;&nbsp;</td>')
                                                        + '<td class="code">'
                                                                + '<div 
class="container">'
                                                                        + html
diff --git a/intent-matching.html b/intent-matching.html
index f833325..f0cfd4e 100644
--- a/intent-matching.html
+++ b/intent-matching.html
@@ -519,27 +519,27 @@ id: intent_matching
         </nav>
         <div class="tab-content">
             <div class="tab-pane fade show active" id="fn_text" 
role="tabpanel">
-                <table class="gradient-table">
+                <table style="width: 100%" class="gradient-table">
                     <thead>
                     <tr>
                         <th>Function</th>
-                        <th>Description</th>
-                        <th>Example</th>
+                        <th>Usage</th>
                     </tr>
                     </thead>
                     <tbody>
                     <tr>
                         <td>
                             <p>
-                                <code><b>length</b>(</code><br>
-                                <code style="padding-left: 15px">p: 
{String|List|Map}</code><br>
-                                <code>) ⇒ Int</code>
+                                <code><b>length</b>(p: {String|List|Map}) ⇒ 
Int</code>
                             </p>
                             <p>
-                                Aliases: <code><b>size</b></code>, 
<code><b>count</b></code>
+                                <b>Description:</b><br>
+                                Returns size or length of the given string, 
list or map.
+                            </p>
+                            <p>
+                                <b>Aliases:</b> <code><b>size</b></code>, 
<code><b>count</b></code>
                             </p>
                         </td>
-                        <td>Returns size or length of the given string, list 
or map.</td>
                         <td>
                         <pre class="brush:idl">
                             // Result: 9
@@ -550,6 +550,7 @@ id: intent_matching
                         </pre>
                         </td>
                     </tr>
+                    <!--
                     <tr>
                         <td>
                             <code><b>trim</b>(p: String) ⇒ String</code><br>
@@ -650,6 +651,7 @@ id: intent_matching
                         </pre>
                         </td>
                     </tr>
+                    -->
 
 
 

Reply via email to