We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0565bdd commit 08b79b7Copy full SHA for 08b79b7
themes/mongodb/pagenav.html
@@ -13,11 +13,6 @@ <h3><a href="{{ pathto(master_doc) }}">{{ _('Contents') }}</a></h3>
13
14
{{ toctree(maxdepth=-1) }}
15
16
-<ul class="this-page-menu">
17
- {%- if prev %}<li><strong>Previous:</strong> <a href="{{ prev.link|e }}" title="{{ _('previous chapter') }}">{{ prev.title }}</a></li>{%- endif %}
18
- {%- if next %}<li><strong>Next:</strong> <a href="{{ next.link|e }}" title="{{ _('next chapter') }}">{{ next.title }}</a></li>{%- endif %}
19
-</ul>
20
-
21
<div id="searchbox" style="display: none">
22
<h3>{{ _('Search') }}</h3>
23
<p class="searchtip">{{ _('Search <strong>this</strong> manual.') }}
0 commit comments