Skip to content

Commit

Permalink
docs: removing gcloud references (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored and stephenplusplus committed Aug 12, 2016
1 parent 8e496be commit 66ac068
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
35 changes: 17 additions & 18 deletions docs/home.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<section class="hero-banner">
<div class="container clearfix">
<div class="quote-box">
<h1>gcloud-node</h1>
<h1>google-cloud</h1>
<p>Google Cloud Client Library for Node.js
- an idiomatic, intuitive, and natural way for Node.js developers to
integrate with Google Cloud Platform services, like Cloud Datastore
and Cloud Storage.</p>
</div>

<div class="quote-box--supplementary">
<pre class="skip-highlight"><code class="subtle--blue">$</code> npm install <code class="subtle--blue">--save</code> <strong>gcloud</strong></pre>
<pre class="skip-highlight"><code class="subtle--blue">$</code> npm install <code class="subtle--blue">--save</code> <strong>google-cloud</strong></pre>
<h4 class="latest-release subtle" ng-if="home.latestRelease">
Latest Release <a ng-href="{{home.latestRelease.link}}" class="latest-release--link white">{{home.latestRelease.name}}</a>
{{home.latestRelease.date|date}}
Latest Release <a ng-href="https://github.com/GoogleCloudPlatform/gcloud-node/releases/tag/{{home.module.version}}" class="latest-release--link white">{{home.module.version}}</a>
</h4>
</div>
</div><!-- end of .container -->
Expand All @@ -22,31 +21,31 @@ <h4 class="latest-release subtle" ng-if="home.latestRelease">
<div class="container">
<ul class="featuring-links">
<li>
<a href="#/docs/{{home.module.name}}/{{home.module.version}}/{{home.module.service}}" title="gcloud-node docs" class="btn btn-docs">
<a href="#/docs/{{home.module.name}}/{{home.module.version}}/{{home.module.service}}" title="google-cloud docs" class="btn btn-docs">
<img src="src/images/icon-lang-node-cta.svg" alt="Node.js icon" />
Read the Docs
</a>
</li>
<li>
<a href="https://github.com/GoogleCloudPlatform/gcloud-node" title="gcloud-node on GitHub" class="ext-link">
<a href="https://github.com/GoogleCloudPlatform/gcloud-node" title="google-cloud on GitHub" class="ext-link">
<img src="src/images/icon-link-github.svg" alt="GitHub icon" />
GitHub
</a>
</li>
<li>
<a href="https://github.com/GoogleCloudPlatform/gcloud-node/issues" title="gcloud-node issues on Github" class="ext-link">
<a href="https://github.com/GoogleCloudPlatform/gcloud-node/issues" title="google-cloud issues on Github" class="ext-link">
<img src="src/images/icon-link-github.svg" alt="GitHub icon" />
Issues
</a>
</li>
<li>
<a href="http://stackoverflow.com/questions/tagged/gcloud-node" title="gcloud-node on StackOverflow" class="ext-link">
<a href="http://stackoverflow.com/questions/tagged/google-cloud" title="google-cloud on StackOverflow" class="ext-link">
<img src="src/images/icon-link-stackoverflow.svg" alt="StackOverflow icon" />
StackOverflow
</a>
</li>
<li>
<a href="http://npmjs.org/package/gcloud" title="gcloud-node on npm" class="ext-link">
<a href="http://npmjs.org/package/google-cloud" title="google-cloud on npm" class="ext-link">
<img src="src/images/icon-link-package-manager.svg" alt="npm icon" />
npm
</a>
Expand All @@ -60,7 +59,7 @@ <h4 class="latest-release subtle" ng-if="home.latestRelease">
<div class="quote-box">
<h3 class="block-title">What is it?</h3>

<p><code>gcloud-node</code> is a client library for accessing Google
<p><code>google-cloud</code> is a client library for accessing Google
Cloud Platform services that significantly reduces the boilerplate
code you have to write. The library provides high-level API
abstractions so they're easier to understand. It embraces
Expand All @@ -69,7 +68,7 @@ <h3 class="block-title">What is it?</h3>
All this means you spend more time creating code that matters
to you.</p>

<p><code>gcloud-node</code> is configured to access Google Cloud Platform
<p><code>google-cloud</code> is configured to access Google Cloud Platform
services and authenticate (OAuth 2.0) automatically on your behalf.
With a one-line install and a private key, you are up and ready
to go. Better yet, if you are running on a Google Compute Engine
Expand Down Expand Up @@ -134,13 +133,13 @@ <h3 class="block-title">Examples</h3>
<a href="https://cloud.google.com/nodejs">Getting Started with Compute Engine and Node.js</a> (<em><a href="https://github.com/GoogleCloudPlatform/nodejs-getting-started">source</a></em>) - A tutorial for building a web application on Google Cloud Platform.
</li>
<li>
<a href="http://gcloud-todos.appspot.com">TodoMVC</a> (<em><a href="https://github.com/GoogleCloudPlatform/gcloud-node-todos">source</a></em>) - TodoMVC backend using gcloud-node and Express.
<a href="http://gcloud-todos.appspot.com">TodoMVC</a> (<em><a href="https://github.com/GoogleCloudPlatform/gcloud-node-todos">source</a></em>) - TodoMVC backend using google-cloud and Express.
</li>
<li>
<a href="https://github.com/stephenplusplus/gcloud-kvstore">gcloud-kvstore</a> - Use a gcloud-node dataset as a Key/Value store.
<a href="https://github.com/stephenplusplus/gcloud-kvstore">gcloud-kvstore</a> - Use a google-cloud dataset as a Key/Value store.
</li>
<li>
<a href="http://gitnpm.com/">gitnpm</a> (<em><a href="https://github.com/stephenplusplus/gitnpm">source</a></em>) - Easily lookup an npm package's GitHub repo using gcloud-node and Google App Engine.
<a href="http://gitnpm.com/">gitnpm</a> (<em><a href="https://github.com/stephenplusplus/gitnpm">source</a></em>) - Easily lookup an npm package's GitHub repo using google-cloud and Google App Engine.
</li>
<li>
<a href="https://github.com/sebelga/gstore-node">gstore-node</a> - Google Datastore Entities Modeling library.
Expand All @@ -156,22 +155,22 @@ <h3 class="block-title">Examples</h3>
<div class="container clearfix">
<h3 class="block-title">FAQ</h3>

<h4>What is the relationship between the <code>gcloud-node</code> package
<h4>What is the relationship between the <code>google-cloud</code> package
and the <code>gcloud</code> command-line tool?</h4>
<p>Both the <code>gcloud</code> command-line tool and
<code>gcloud-node</code> package are a part of the Google Cloud SDK: a collection
<code>google-cloud</code> package are a part of the Google Cloud SDK: a collection
of tools and libraries that enable you to easily create and manage
resources on the Google Cloud Platform. The <code>gcloud</code> command-line
tool can be used to manage both your development workflow and your
Google Cloud Platform resources while the <code>gcloud</code> package is the
Google Cloud Client Library for Node.js.</p>

<h4>What is the relationship between <code>gcloud-node</code>
<h4>What is the relationship between <code>google-cloud</code>
and the Google APIs Node.js Client?</h4>
<p>The <a href="https://github.com/google/google-api-nodejs-client">
Google APIs Node.js Client</a> is a client library for
using the broad set of Google APIs.
<code>gcloud-node</code> is built specifically for the Google Cloud Platform
<code>google-cloud</code> is built specifically for the Google Cloud Platform
and is the recommended way to integrate Google Cloud APIs into your
Node.js applications. If your application requires both Google Cloud Platform and
other Google APIs, the 2 libraries may be used by your application.</p>
Expand Down
1 change: 1 addition & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"name": "google-cloud",
"defaultService": "google-cloud",
"versions": [
"0.38.3",
"0.37.0",
"0.36.0",
"0.35.0",
Expand Down

0 comments on commit 66ac068

Please sign in to comment.