From 542c95043dc1ba1136d0ce36cb2c7451bfc98634 Mon Sep 17 00:00:00 2001
From: nesdis <nesdis@gmail.com>
Date: Sat, 29 Aug 2020 09:46:19 +0200
Subject: [PATCH] Updates to doc structures

---
 docs/_includes/tire_column                               | 2 ++
 .../different-ways-to-integrate-django-with-mongodb.md   | 1 +
 docs/docs/get-started.md                                 | 2 +-
 docs/docs/home.md                                        | 3 ++-
 docs/docs/sponsor.md                                     | 9 +++------
 5 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/docs/_includes/tire_column b/docs/_includes/tire_column
index 0913241..2ea5228 100644
--- a/docs/_includes/tire_column
+++ b/docs/_includes/tire_column
@@ -1,6 +1,7 @@
 
   <div class="tire__container">
     {% for s in page.tires %}
+      {% unless s.invisible %}
         <div class="tire_item__box">
           <div class="tire_item__title">{{ s.title }}</div>
           <div class="tire_item__price">${{ s.price }}</div>
@@ -14,6 +15,7 @@
             </ul>
           </div>
         </div>
+      {% endunless %}
     {% endfor %}
   </div>
   <div class="tire__disclaimer">
diff --git a/docs/docs/different-ways-to-integrate-django-with-mongodb.md b/docs/docs/different-ways-to-integrate-django-with-mongodb.md
index 12e824b..3e3c3e6 100644
--- a/docs/docs/different-ways-to-integrate-django-with-mongodb.md
+++ b/docs/docs/different-ways-to-integrate-django-with-mongodb.md
@@ -1,6 +1,7 @@
 ---
 title: Djongo vs Others
 permalink: /djongo-comparison/
+description: This page describes how to integrate MongoDB with Django with focus on Djongo. It describes the Django ORM internal implementation that is not covered by the Django documentation.
 ---
 
 This page describes how to integrate MongoDB with Django with focus on Djongo. It describes the Django ORM internal implementation that is not covered by the [Django documentation](https://docs.djangoproject.com/en/dev/). If you have not yet checked out the [introduction to Djongo](https://nesdis.github.io/djongo/), be sure to do so first! 
diff --git a/docs/docs/get-started.md b/docs/docs/get-started.md
index e7cfc38..65adb8e 100644
--- a/docs/docs/get-started.md
+++ b/docs/docs/get-started.md
@@ -179,7 +179,7 @@ e.save()
 
 ## DjongoNxt
 
-Features supported in DjongoNxt are not a part of the standard Djongo package. Visit the [sponsors page][sponsor_page] for more information.
+Features under development at DjongoNxt are not a part of the standard Djongo package. Visit the [sponsors page][sponsor_page] for more information.
 {: .notice--info}
 
 DjongoNxt is a Django and MongoDB connector for full featured database usage. It provides many features of MongoDB enabled through Django. It comes with support for:
diff --git a/docs/docs/home.md b/docs/docs/home.md
index 153c537..cf1429a 100644
--- a/docs/docs/home.md
+++ b/docs/docs/home.md
@@ -74,8 +74,9 @@ advert_row:
 
 {% include feature_row id="punchline" type="center" %}
 
+<!--
 {% include advert_row %}
-
+-->
 {% include feature_row id="feature_row1" %}
 
 {% include feature_row id="addendum_row1" type="center" %}
diff --git a/docs/docs/sponsor.md b/docs/docs/sponsor.md
index 7f754ab..ca1d637 100644
--- a/docs/docs/sponsor.md
+++ b/docs/docs/sponsor.md
@@ -20,7 +20,7 @@ tires:
     btn_id: price_4
     price_id: price_1HIKi6LbyDBUaJVj7FvgB3gx
     benefits:
-      - Take a look at your **one question**.
+      - Your questions are answered as soon as possible.
       - You support the long term sustainability of the project.
 
   - title: Generous Supporter
@@ -28,7 +28,7 @@ tires:
     btn_id: price_7
     price_id: price_1HIKkyLbyDBUaJVj8XbaHS8O
     benefits:
-      - Your questions are answered within 24 hours on Discord priority-support.
+      - Your questions are answered within 24 hours.
       - Your name is mentioned in the source code.
       - You support the long term sustainability of the project.
   
@@ -38,7 +38,7 @@ tires:
     price_id: price_1HIKphLbyDBUaJVjQylkb7QE
     benefits:
       - You **get access to the djongoNxt** repository.
-      - Your questions are **immediately** taken up for consideration on Discord priority-support.
+      - Your questions are **immediately** taken up for consideration as priority-support.
       - You support the long term sustainability of the project.
   
   - title: Advertise on Djongo
@@ -59,7 +59,4 @@ disclaimer:
 
 {% include tire_column %}
 
-
-
-
 {% include vendors/stripe.html %}
-- 
GitLab