Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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