Skip to content

Commit b9ef72c

Browse files
committed
Making docs dropdown in alphabetical order.
Fixes googleapis#1091.
1 parent b4a8d75 commit b9ef72c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/_templates/layout.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,19 @@ <h1 class="logo">
7373
Node.js
7474
</a>
7575
</li>
76+
<li>
77+
<a href="#" title="Python docs page">
78+
<img src="{{ pathto('_static/images/icon-lang-python.svg', 1) }}" alt="Python icon" class="menu-icon" />
79+
Python
80+
</a>
81+
</li>
7682
<li>
7783
<a href="
7884
http://googlecloudplatform.github.io/gcloud-ruby/docs/latest" title="Ruby docs page">
7985
<img src="{{ pathto('_static/images/icon-lang-ruby.svg', 1) }}" alt="Ruby icon" class="menu-icon" />
8086
Ruby
8187
</a>
8288
</li>
83-
<li>
84-
<a href="#" title="Python docs page">
85-
<img src="{{ pathto('_static/images/icon-lang-python.svg', 1) }}" alt="Python icon" class="menu-icon" />
86-
Python
87-
</a>
88-
</li>
8989
</ul>
9090
</nav><!-- end of .main-nav -->
9191
{%- if show_source and has_source and pagename %}

0 commit comments

Comments
 (0)