Skip to content

Commit

Permalink
Merge pull request #2008 from daspecster/fix-dropdown-nav-order
Browse files Browse the repository at this point in the history
Fix dropdown nav order
  • Loading branch information
daspecster authored Jul 21, 2016
2 parents 47bfd0a + 1960a4d commit 9b0b2a4
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 6 deletions.
47 changes: 47 additions & 0 deletions docs/_static/images/icon-lang-php.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 13 additions & 6 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ <h1 class="logo">
<nav class="main-nav">
<div class="nav-current">Python</div>
<ul class="menu">
<li>
<a href="http://googlecloudplatform.github.io/google-cloud-dotnet" title=".NET docs page">
<img src="{{ pathto('_static/images/icon-lang-dotnet.svg', 1)}}" alt=".NET icon" class="menu-icon" />
.NET
</a>
</li>
<li>
<a href="
https://googlecloudplatform.github.io/gcloud-java/" title="gcloud-java page">
Expand All @@ -80,6 +86,13 @@ <h1 class="logo">
Node.js
</a>
</li>
<li>
<a href="
https://googlecloudplatform.github.io/gcloud-php/" title="PHP docs page">
<img src="{{ pathto('_static/images/icon-lang-php.svg', 1) }}" alt="PHP icon" class="menu-icon" />
PHP
</a>
</li>
<li>
<a href="#" title="Python docs page">
<img src="{{ pathto('_static/images/icon-lang-python.svg', 1) }}" alt="Python icon" class="menu-icon" />
Expand All @@ -93,12 +106,6 @@ <h1 class="logo">
Ruby
</a>
</li>
<li>
<a href="http://googlecloudplatform.github.io/google-cloud-dotnet" title=".NET docs page">
<img src="{{ pathto('_static/images/icon-lang-dotnet.svg', 1)}}" alt=".NET icon" class="menu-icon" />
.NET
</a>
</li>
</ul>
</nav><!-- end of .main-nav -->
{%- if show_source and has_source and pagename %}
Expand Down

0 comments on commit 9b0b2a4

Please sign in to comment.