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

commit d396cf59e6b6839d85305e37a44d013dd83f2999
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Sep 13 17:06:12 2020 -0700

    WIP.
---
 _layouts/documentation.html                      | 6 +++---
 intent-matching.html                             | 2 +-
 tools/{model_inspector.html => model_tools.html} | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index 51b3a61..c2cb1a0 100644
--- a/_layouts/documentation.html
+++ b/_layouts/documentation.html
@@ -128,10 +128,10 @@ layout: interior
                 {% endif %}
             </li>
             <li>
-                {% if page.id == "model_inspector" %}
-                <a class="active" href="/tools/model_inspector.html">Model 
Inspector</a>
+                {% if page.id == "model_tools" %}
+                <a class="active" href="/tools/model_tools.html">Model 
Tools</a>
                 {% else %}
-                <a href="/tools/model_inspector.html">Model Inspector</a>
+                <a href="/tools/model_tools.html">Model Tools</a>
                 {% endif %}
             </li>
             <li class="side-nav-title">Examples</li>
diff --git a/intent-matching.html b/intent-matching.html
index c433ac0..ae37bbf 100644
--- a/intent-matching.html
+++ b/intent-matching.html
@@ -78,7 +78,7 @@ id: intent_matching
                         Optional annotation that provides one or more sample 
of the input that associated intent should match on.
                         Although this annotation is optional it's highly 
recommended to provide at least 5 samples per intent.
                         These samples serve not only documentation purpose but 
also used in built-in model <a 
href="/tools/test_framework.html">auto-validation</a>
-                        and <a href="/tools/model_inspector.html">model 
inspector</a> tool.
+                        and <a href="/tools/model_tools.html">model 
inspector</a> tool.
                     </td>
                 </tr>
             </tbody>
diff --git a/tools/model_inspector.html b/tools/model_tools.html
similarity index 96%
rename from tools/model_inspector.html
rename to tools/model_tools.html
index 18321cf..a65cadc 100644
--- a/tools/model_inspector.html
+++ b/tools/model_tools.html
@@ -1,7 +1,7 @@
 ---
-active_crumb: Model Inspector
+active_crumb: Model Tools
 layout: documentation
-id: model_inspector
+id: model_tools
 ---
 
 <!--

Reply via email to