8000 Merge pull request #967 from dhermes/fix-966 · googleapis/google-cloud-python@2ebc15a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ebc15a

Browse files
committed
Merge pull request #967 from dhermes/fix-966
Adding Ruby to dropdown in docs.
2 parents 5cf311f + ec382a6 commit 2ebc15a

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

docs/_static/images/icon-lang-ruby.svg

100755100644
Lines changed: 15 additions & 15 deletions
Loading

docs/_templates/layout.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,18 @@ <h1 class="logo">
6868
<ul class="menu">
6969
<li>
7070
<a href="
71-
https://googlecloudplatform.github.io/gcloud-node" title="Node.js docs page">
71+
https://googlecloudplatform.github.io/gcloud-node/#/docs" title="Node.js docs page">
7272
<img src="{{ pathto('_static/images/icon-lang-nodejs.svg', 1) }}" alt="Node.js icon" class="menu-icon" />
7373
Node.js
7474
</a>
7575
</li>
76+
<li>
77+
<a href="
78+
http://googlecloudplatform.github.io/gcloud-ruby/docs/latest" title="Ruby docs page">
79+
<img src="{{ pathto('_static/images/icon-lang-ruby.svg', 1) }}" alt="Ruby icon" class="menu-icon" />
80+
Ruby
81+
</a>
82+
</li>
7683
<li>
7784
<a href="#" title="Python docs page">
7885
<img src="{{ pathto('_static/images/icon-lang-python.svg', 1) }}" alt="Python icon" class="menu-icon" />

0 commit comments

Comments
 (0)
0