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 747febb commit 2f3e6ecCopy full SHA for 2f3e6ec
themes/mongodb/pagenav.html
@@ -16,8 +16,6 @@ <h3><a href="{{ pathto(master_doc) }}">{{ _('Contents') }}</a></h3>
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
- <li><strong>Home:</strong> <a href="{{ pathto('index') }}">{{ project|e }} Manual Home</a></li>
20
- <li><strong>Index:</strong> <a href="{{ pathto('genindex') }}">{{ project|e }} Manual Index</a></li>
21
</ul>
22
23
<div id="searchbox" style="display: none">
0 commit comments