Skip to content

Commit 1f7dc43

Browse files
committed
Merge pull request #674 from dhermes/add-versions-link
Adds link to versions on every doc page.
2 parents 129995c + 2324112 commit 1f7dc43

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/_templates/layout.html

+7-9
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<head>
3737
<meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />
3838
<meta http-equiv="X-UA-Compatible" content="IE=edge">
39-
<!-- TODO(silvano): add description -->
39+
<!-- TODO(silvano): add description -->
4040
<meta name="description" content="">
4141
<meta name="viewport" content="width=device-width, initial-scale=1">
4242
{{ metatags }}
@@ -65,9 +65,9 @@ <h1 class="logo">
6565
</h1>
6666
<nav class="main-nav">
6767
<div class="nav-current">Python</div>
68-
<ul class="menu">
68+
<ul class="menu">
6969
<li>
70-
<a href="
70+
<a href="
7171
https://googlecloudplatform.github.io/gcloud-node" 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
@@ -96,15 +96,13 @@ <h1 class="logo">
9696
<h1 class="page-title">Python</h1>
9797

9898
<div class="versions">
99-
<span class="v-current">{{ release|e }}</span>
100-
<!--
101-
<a href="versions.html" class="v-btn">
99+
<a href="/gcloud-python/versions.html" class="v-btn">
102100
<img src="_static/images/icon-arrow-bullet.svg" />
103-
See version History
104-
</a>-->
101+
Version History ({{ release|e }})
102+
</a>
105103
</div><!-- end of .versions -->
106104
</header>
107-
105+
108106
<section class="content">
109107
{% block body %} {% endblock %}
110108
</section><!-- end of .content -->

0 commit comments

Comments
 (0)