diff --git a/docs/source/index.rst b/docs/source/index.rst index 5b5f2a7e..d8a8a7e5 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -26,6 +26,8 @@ Having trouble? We’d like to help! - Looking for specific information? Try the :ref:`genindex`, :ref:`modindex`, or the detailed :doc:`table of contents `. +- The :doc:`howto/index` section has step-by-step guides for common tasks. + - Didn't find an answer? You're welcome to ask questions or give feedback on the `MongoDB Community Forum `_. @@ -42,10 +44,12 @@ Models - :doc:`ref/models/indexes` - :doc:`ref/database` - :doc:`ref/contrib/gis` +- :doc:`ref/django-admin` **Topic guides:** - :doc:`topics/embedded-models` +- :doc:`topics/transactions` Forms ===== diff --git a/docs/source/ref/contrib/gis.rst b/docs/source/ref/contrib/gis.rst index 0cc97b09..8a63e221 100644 --- a/docs/source/ref/contrib/gis.rst +++ b/docs/source/ref/contrib/gis.rst @@ -22,7 +22,7 @@ All fields have a :doc:`2dsphere index The :ref:`geospatial aggregation stage ` only supports one operator: :doc:`$geoNear `. -You can use it :meth:`.raw_aggregate` queries. +You can use it in :meth:`.raw_aggregate` queries. The :ref:`geospatial query operators ` aren't supported.