|
9 | 9 | :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
|
10 | 10 | :license: BSD, see LICENSE for details.
|
11 | 11 | #}
|
12 |
| -<h3>{{ _('Manual') }}</h3> |
13 |
| -{{ toctree(maxdepth=1) }} |
| 12 | +<h3><a href="{{ pathto(master_doc) }}">{{ _('Contents') }}</a></h3> |
| 13 | + |
| 14 | +{{ toctree(maxdepth=-1) }} |
| 15 | + |
14 | 16 | <ul class="this-page-menu">
|
15 |
| - <li><strong>Home:</strong> <a href="{{ pathto('index') }}">{{ project|e }} Manual Home</a></li> |
16 |
| - <li><strong>Contents:</strong> <a href="{{ pathto(master_doc) }}">{{ project|e }} Manual Contents</a></li> |
17 |
| - <li><strong>Index:</strong> <a href="{{ pathto('genindex') }}">{{ project|e }} Manual Index</a></li> |
| 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 %} |
18 | 19 | </ul>
|
| 20 | + |
19 | 21 | <div id="searchbox" style="display: none">
|
20 | 22 | <h3>{{ _('Search') }}</h3>
|
21 | 23 | <p class="searchtip">{{ _('Search <strong>this</strong> manual.') }}
|
@@ -49,7 +51,7 @@ <h3>Translations</h3>
|
49 | 51 | <ul class="translation-menu">
|
50 | 52 | <li><a href="http://jp.docs.mongodb.org/{{theme_manual_path}}/{%- if pagename == "index" %}{%- else %}{{pagename}}{%- endif %}" rel="nofollow">Japanese</a></li>
|
51 | 53 | <li><a href="http://cn.docs.mongodb.org/{{theme_manual_path}}/{%- if pagename == "index" %}{%- else %}{{pagename}}{%- endif %}" rel="nofollow">Chinese</a></li>
|
52 |
| - <li><a href="http://docs.mongodb.org/{{theme_manual_path}}/{%- if pagename == "index" %}{%- else %}{{pagename}}{%- endif %}" rel="nofollow">English</a></li> |
| 54 | + <!-- <li><a href="http://docs.mongodb.org/{{theme_manual_path}}/{%- if pagename == "index" %}{%- else %}{{pagename}}{%- endif %}" rel="nofollow">English</a></li> --> |
53 | 55 | </ul>
|
54 | 56 |
|
55 | 57 | <h3>Knowledge Base </h3>
|
|
0 commit comments