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 2021/01/13 18:02:53 UTC

[incubator-nlpcraft-website] branch master updated: cheat sheet WIP.

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 d0d18f9  cheat sheet WIP.
d0d18f9 is described below

commit d0d18f91d4ad5a647a0ded80697b17a9fb377ead
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Tue Jan 12 19:40:19 2021 -0800

    cheat sheet WIP.
---
 _layouts/documentation.html |  7 +++++++
 cheat-sheet.html            | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index 9e10ce1..6fe4353 100644
--- a/_layouts/documentation.html
+++ b/_layouts/documentation.html
@@ -105,6 +105,13 @@ layout: interior
                 <a href="/integrations.html">Integrations</a>
                 {% endif %}
             </li>
+            <li>
+                {% if page.id == "cheat_sheet" %}
+                <a class="active" href="/cheat-sheet.html">Cheat Sheet&nbsp;&nbsp;<i class="fa fa-ambulance"></i></a>
+                {% else %}
+                <a href="/cheat-sheet.html">Cheat Sheet&nbsp;&nbsp;<i class="fa fa-ambulance"></i></a>
+                {% endif %}
+            </li>
             <li class="side-nav-title">Tools</li>
             <li>
                 {% if page.id == "script" %}
diff --git a/cheat-sheet.html b/cheat-sheet.html
new file mode 100644
index 0000000..627e949
--- /dev/null
+++ b/cheat-sheet.html
@@ -0,0 +1,40 @@
+---
+active_crumb: Cheat Sheet
+layout: documentation
+id: cheat_sheet
+---
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<div id="cheat-sheet" class="col-md-8 second-column">
+    <section id="cs1">
+        <h2 class="section-title">Cheat Sheet</h2>
+    </section>
+
+</div>
+<div class="col-md-2 third-column">
+    <ul class="side-nav">
+        <li class="side-nav-title">On This Page</li>
+        <li><a href="#cs1">Data Model</a></li>
+        {% include quick-links.html %}
+    </ul>
+</div>
+
+
+
+