diff --git a/docs/_includes/tire_column b/docs/_includes/tire_column index 0913241945cfdc8ad080cb10e7fdc64d8672a2a4..2ea52288097b4d7d35e29c9b4ecfe069d1810e00 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 12e824b964579c5d4427df7948b55e08b594d908..3e3c3e613585eaced6b3738e8f33220ccc3ebdb8 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 e7cfc384f0a521158f5368e891cbd18493cb7fa8..65adb8e8a8d3b6d47c3b1b21f7698bcd20cc450f 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 153c537db8cdca41ef74922c91ab0e782c6be6bf..cf1429a8ba276bcee26e1a1c3c70012981988dca 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 7f754ab1b2ad124d27c098c9cb0b31d10165f8f1..ca1d637ec0a7744cad1f4192b6a21f44f908bcc1 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 %}