This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-513
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
The following commit(s) were added to refs/heads/NLPCRAFT-513 by this push:
new 49f6f2f WIP
49f6f2f is described below
commit 49f6f2f8f23d7258d5110b88c6b0776daafb5455
Author: Aaron Radzinski <[email protected]>
AuthorDate: Thu Oct 27 09:43:59 2022 -0700
WIP
---
_includes/quick-links.html | 10 +---------
_layouts/default.html | 3 ---
built-in-overview.html | 2 +-
examples/pizzeria.html | 4 ++--
installation.html | 17 +++++++----------
5 files changed, 11 insertions(+), 25 deletions(-)
diff --git a/_includes/quick-links.html b/_includes/quick-links.html
index b575e8f..e838212 100644
--- a/_includes/quick-links.html
+++ b/_includes/quick-links.html
@@ -20,14 +20,11 @@
<i class="fab fa-fw fa-github mr-2"></i><a target="github"
href="https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples">Examples</a>
</li>
<li>
- <i class="fab fa-fw fa-java mr-2"></i><a target="_"
href="/apis/latest/index.html">Javadoc</a>
+ <i class="fas fa-fw fa-book mr-2"></i><a target="_"
href="/apis/latest/index.html">Scaladoc</a>
</li>
<li>
<i class="fas fa-fw fa-download mr-2"></i><a
href="/download.html">Download</a>
</li>
-<li>
- <i class="fas fa-fw fa-calendar-alt mr-2"></i><a
href="/resources.html">News <i class="amp">&</i> Events</a>
-</li>
<li class="side-nav-title">Support</li>
<li>
<nobr>
@@ -59,10 +56,5 @@
<i class="fab fa-fw fa-twitter mr-2"></i><a target="twitter"
href="https://twitter.com/ApacheNLPCraft">Twitter</a>
</nobr>
</li>
-<li>
- <nobr>
- <i class="fab fa-fw fa-youtube mr-2"></i><a target="youtube"
href="https://www.youtube.com/channel/UCzEImY6BfDqCBMDDrdwNo2w">YouTube</a>
- </nobr>
-</li>
diff --git a/_layouts/default.html b/_layouts/default.html
index 2602c36..3b48e9a 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -104,9 +104,6 @@ layout: compress
<li class="nav-item">
<a class="nav-link" href="/docs.html">Docs</a>
</li>
- <li class="nav-item">
- <a class="nav-link" href="/resources.html">Resources</a>
- </li>
<li class="nav-item">
<a class="nav-link" href="/community.html">Community</a>
</li>
diff --git a/built-in-overview.html b/built-in-overview.html
index a13cf5c..4309382 100644
--- a/built-in-overview.html
+++ b/built-in-overview.html
@@ -40,7 +40,7 @@ id: built-in-overview
<a
href="apis/latest/org/apache/nlpcraft/NCEntityParser.html">NCEntityParser</a>.
</li>
<li>
- Following pipeline components cannot have build implementation
because their logic are depend on concrete user model:
+ Following pipeline components cannot have build implementation
because their logic are depended on concrete user model:
<a
href="apis/latest/org/apache/nlpcraft/NCTokenValidator.html">NCTokenValidator</a>,
<a
href="apis/latest/org/apache/nlpcraft/NCEntityEnricher.html">NCEntityEnricher</a>,
<a
href="apis/latest/org/apache/nlpcraft/NCEntityValidator.html">NCEntityValidator</a>,
diff --git a/examples/pizzeria.html b/examples/pizzeria.html
index 50e8727..9c9f4f7 100644
--- a/examples/pizzeria.html
+++ b/examples/pizzeria.html
@@ -62,7 +62,7 @@ fa_icon: fa-cube
<li><code>PizzeriaOrder.scala</code> - Pizza order state
representation.</li>
<li><code>PizzeriaModelPipeline.scala</code> - Model pipeline
definition class.</li>
<li><code>PizzeriaOrderMapper.scala</code> - <a
href="../apis/latest/org/apache/nlpcraft/NCEntityMapper.html">NCEntityMapper</a>
custom implementation.</li>
- <li><code>PizzeriaOrderValidator.scala</code> - <a
href="../apis/latest/org/apache/nlpcraft/NCEntityValidator.html">NCEntityValidator</a>>
custom implementation.</li>
+ <li><code>PizzeriaOrderValidator.scala</code> - <a
href="../apis/latest/org/apache/nlpcraft/NCEntityValidator.html">NCEntityValidator</a>
custom implementation.</li>
<li><code>PizzeriaModelSpec.scala</code> - Test that allows to
test your model.</li>
</ul>
<pre class="brush: plain, highlight: [7, 11, 12, 13, 14, 15, 19]">
@@ -529,7 +529,7 @@ fa_icon: fa-cube
<li>
<code>Lines 143 and 145, 147 and 148, 158 and 159, 168 and
170</code> annotate intents
<code>stop</code>, <code>status</code>, <code>finish</code>
and <code>menu</code> intents
- with related callbacks. They are order management commands,
their actions are depend on current order state.
+ with related callbacks. They are order management commands,
their actions are depended on current order state.
</li>
<li>
<code>Line 201</code> annotates <code>onRejection</code> method
diff --git a/installation.html b/installation.html
index f958e6b..f21262e 100644
--- a/installation.html
+++ b/installation.html
@@ -28,19 +28,16 @@ id: installation
Apache NLPCraft requires <b>no special installation</b> operations:
</p>
<ul>
- <li>If you <a href="/download.html">downloaded</a> binary ZIP
archive -
+ <li>
+ If you <a href="/download.html">downloaded</a> binary ZIP
archive -
<a target="asf"
href="https://www.apache.org/dyn/closer.cgi#verify">verify</a> it and unzip it.
</li>
- <li>If you <a href="/download.html">cloned</a> GitHub repository
or downloaded source archive compile
- it via <code>SBT</code> command:
- <pre class="brush: scala, highlight: []">
- $ sbt clean compile
- </pre>
+ <li>
+ If you <a href="/download.html">cloned</a> GitHub repository
or downloaded source archive compile
+ it via <code>SBT</code>: <code class="script">$ sbt clean
compile</code>
</li>
- <li>Also you can use <code>maven</code> command and get same
result:
- <pre class="brush: scala, highlight: []">
- $ mvn -B clean package -P stanford-core,examples
- </pre>
+ <li>
+ If you prefer to use <code>maven</code>: <code
class="script">$ mvn -B clean package -P stanford-core,examples</code>
</li>
</ul>
<p>