diff --git a/source/applications.txt b/source/applications.txt index 9bbd5e20a99..c915036d151 100644 --- a/source/applications.txt +++ b/source/applications.txt @@ -42,10 +42,8 @@ Application Development .. _aggregation-framework: -Aggregation Framework ---------------------- - -.. versionadded:: 2.1 +Aggregation +----------- .. toctree:: :maxdepth: 3 diff --git a/themes/mongodb/localtoc.html b/themes/mongodb/localtoc.html index ffe4b7786a9..bd560579bce 100644 --- a/themes/mongodb/localtoc.html +++ b/themes/mongodb/localtoc.html @@ -8,12 +8,3 @@ :license: BSD, see LICENSE for details. #} -{%- if pagename != "search" %} -

{{ _('Contents') }}

-{{ toc }} -{% endif %} - - diff --git a/themes/mongodb/pagenav.html b/themes/mongodb/pagenav.html index 8a26dd14bc0..4683e47e97b 100644 --- a/themes/mongodb/pagenav.html +++ b/themes/mongodb/pagenav.html @@ -9,13 +9,15 @@ :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} -

{{ _('Manual') }}

-{{ toctree(maxdepth=1) }} +

{{ _('Contents') }}

+ +{{ toctree(maxdepth=-1) }} + +