Skip to content

Commit 9b0b2a4

Browse files
authored
Merge pull request #2008 from daspecster/fix-dropdown-nav-order
Fix dropdown nav order
2 parents 47bfd0a + 1960a4d commit 9b0b2a4

2 files changed

Lines changed: 60 additions & 6 deletions

File tree

Lines changed: 47 additions & 0 deletions
Loading

docs/_templates/layout.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ <h1 class="logo">
6666
<nav class="main-nav">
6767
<div class="nav-current">Python</div>
6868
<ul class="menu">
69+
<li>
70+
<a href="http://googlecloudplatform.github.io/google-cloud-dotnet" title=".NET docs page">
71+
<img src="{{ pathto('_static/images/icon-lang-dotnet.svg', 1)}}" alt=".NET icon" class="menu-icon" />
72+
.NET
73+
</a>
74+
</li>
6975
<li>
7076
<a href="
7177
https://googlecloudplatform.github.io/gcloud-java/" title="gcloud-java page">
@@ -80,6 +86,13 @@ <h1 class="logo">
8086
Node.js
8187
</a>
8288
</li>
89+
<li>
90+
<a href="
91+
https://googlecloudplatform.github.io/gcloud-php/" title="PHP docs page">
92+
<img src="{{ pathto('_static/images/icon-lang-php.svg', 1) }}" alt="PHP icon" class="menu-icon" />
93+
PHP
94+
</a>
95+
</li>
8396
<li>
8497
<a href="#" title="Python docs page">
8598
<img src="{{ pathto('_static/images/icon-lang-python.svg', 1) }}" alt="Python icon" class="menu-icon" />
@@ -93,12 +106,6 @@ <h1 class="logo">
93106
Ruby
94107
</a>
95108
</li>
96-
<li>
97-
<a href="http://googlecloudplatform.github.io/google-cloud-dotnet" title=".NET docs page">
98-
<img src="{{ pathto('_static/images/icon-lang-dotnet.svg', 1)}}" alt=".NET icon" class="menu-icon" />
99-
.NET
100-
</a>
101-
</li>
102109
</ul>
103110
</nav><!-- end of .main-nav -->
104111
{%- if show_source and has_source and pagename %}

0 commit comments

Comments
 (0)