Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39f8177

Browse files
tacaswellMeeseeksDev[bot]
authored andcommitted
Backport PR #13867: Rename "docs" to "contents" in navigation bar
1 parent 2d099c8 commit 39f8177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h3>{{ _('Navigation') }}</h3>
4141
<li><a href="{{ pathto('gallery/index') }}">examples</a>|&nbsp;</li>
4242
<li><a href="{{ pathto('tutorials/index') }}">tutorials</a>|&nbsp;</li>
4343
<li><a href="{{ pathto('api/api_overview') }}">API</a>|&nbsp;</li>
44-
<li><a href="{{ pathto('contents') }}">docs</a> &raquo;</li>
44+
<li><a href="{{ pathto('contents') }}">contents</a> &raquo;</li>
4545

4646
{%- for parent in parents %}
4747
<li><a href="{{ parent.link|e }}" {% if loop.last %}{{

0 commit comments

Comments
 (0)