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 2020/03/27 18:27:42 UTC

[incubator-nlpcraft] branch master updated: Removed weather bot example doc (for now).

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.git


The following commit(s) were added to refs/heads/master by this push:
     new f4f11bf  Removed weather bot example doc (for now).
f4f11bf is described below

commit f4f11bf90645d5dfb601fe478d7426286931ac33
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Fri Mar 27 11:27:33 2020 -0700

    Removed weather bot example doc (for now).
---
 docs/_layouts/documentation.html | 7 -------
 docs/examples/light_switch.html  | 3 ++-
 docs/first-example.html          | 3 ++-
 3 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/docs/_layouts/documentation.html b/docs/_layouts/documentation.html
index e4573bd..26a8c0c 100644
--- a/docs/_layouts/documentation.html
+++ b/docs/_layouts/documentation.html
@@ -120,13 +120,6 @@ layout: interior
                 <a href="/examples/light_switch.html">Light Switch</a>
                 {% endif %}
             </li>
-            <li>
-                {% if page.id == "weather_bot" %}
-                <a class="active" href="/examples/weather_bot.html">Weather Bot</a>
-                {% else %}
-                <a href="/examples/weather_bot.html">Weather Bot</a>
-                {% endif %}
-            </li>
         </ul>
     </div>
 
diff --git a/docs/examples/light_switch.html b/docs/examples/light_switch.html
index c18a4cf..408eb89 100644
--- a/docs/examples/light_switch.html
+++ b/docs/examples/light_switch.html
@@ -253,7 +253,8 @@ class LightSwitchModel extends NCModelFileAdapter("org/apache/nlpcraft/examples/
         <div class="bq info">
             <p>
                 <b>NOTE:</b> instead of supplying a <a href="/server-and-probe.html">full configuration file</a> we just
-                set one configuration property using configuration override via environment variables.
+                use the default configuration and override one configuration property using
+                configuration override via environment variables.
             </p>
         </div>
         <p>
diff --git a/docs/first-example.html b/docs/first-example.html
index d7fc9d5..fad60d3 100644
--- a/docs/first-example.html
+++ b/docs/first-example.html
@@ -248,7 +248,8 @@ class LightSwitchModel extends NCModelFileAdapter("org/apache/nlpcraft/examples/
         </ul>
         <div class="bq info">
             <p>
-                <b>NOTE:</b> instead of supplying a <a href="server-and-probe.html">full configuration file</a> we just set one configuration property using
+                <b>NOTE:</b> instead of supplying a <a href="server-and-probe.html">full configuration file</a> we
+                just use the default configuration and override one configuration property using
                 configuration override via environment variables.
             </p>
         </div>