Skip to content

Commit 820f2ac

Browse files
committed
Update site and fix typos.
1 parent d606735 commit 820f2ac

File tree

5 files changed

+28
-7
lines changed

5 files changed

+28
-7
lines changed

docs/json/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1>gcloud</h1>
99
</div>
1010

1111
<div class="quote-box--supplementary">
12-
<pre class="skip-highlight"><code class="subtle--blue">$</code> npm install <code class="subtle--blue">--save</code> <strong>gcloud</strong></pre>
12+
<pre class="skip-highlight"><code class="subtle--blue">$</code> pip install <code class="subtle--blue">--upgrade</code> <strong>gcloud</strong></pre>
1313
<h4 class="latest-release subtle" ng-if="home.latestRelease">
1414
Latest Release <a ng-href="{{home.latestRelease.link}}" class="latest-release--link white">{{home.latestRelease.name}}</a>
1515
{{home.latestRelease.date|date}}
@@ -23,7 +23,7 @@ <h4 class="latest-release subtle" ng-if="home.latestRelease">
2323
<ul class="featuring-links">
2424
<li>
2525
<a href="#/docs/{{home.latestRelease.name}}/gcloud" title="gcloud-python docs" class="btn btn-docs">
26-
<img src="src/images/icon-lang-python.svg" alt="Python icon" />
26+
<img src="src/images/icon-lang-python-gray.svg" alt="Python icon" />
2727
Read the Docs
2828
</a>
2929
</li>
@@ -48,7 +48,7 @@ <h4 class="latest-release subtle" ng-if="home.latestRelease">
4848
<li>
4949
<a href="https://pypi.python.org/pypi/gcloud" title="gcloud-python on pypi" class="ext-link">
5050
<img src="src/images/icon-link-package-manager.svg" alt="pypi icon" />
51-
npm
51+
PyPI
5252
</a>
5353
</li>
5454
</ul>

docs/json/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html><html><head><meta charset="utf-8"><title>gcloud</title><meta name="description" content="Google Cloud Platform's client library documentation"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="shortcut icon" href="https://cloud.google.com/images/gcp-favicon.ico"><link rel="stylesheet" href="src/vendor-d362a4bbd8.css"><link rel="stylesheet" href="src/app-a103c713b2.css"></head><body><!--[if lt IE 10]>
22
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
3-
<![endif]--><main ui-view="" autoscroll="true"></main><script src="src/vendor-7173ada14e.js"></script><script src="src/app-fdd83dcdd8.js"></script><script>
3+
<![endif]--><main ui-view="" autoscroll="true"></main><script src="src/vendor-7173ada14e.js"></script><script src="src/app-4918b7fab6.js"></script><script>
44
(function() {
55
var $injector = angular.injector(['ng']);
66
var $http = $injector.get('$http');

0 commit comments

Comments
 (0)