Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: individual package support #1479

Merged
merged 10 commits into from
Aug 11, 2016
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
4 changes: 2 additions & 2 deletions docs/authentication.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## With `google-cloud`
## Authenticating with this module

With `google-cloud` it's incredibly easy to get authenticated and start using Google's APIs. You can set your credentials on a global basis as well as on a per-API basis. See each individual API section below to see how you can auth on a per-API-basis. This is useful if you want to use different accounts for different Google Cloud services.
It's incredibly easy to get authenticated and start using Google's APIs. You can set your credentials on a global basis as well as on a per-API basis. See each individual API section below to see how you can auth on a per-API-basis. This is useful if you want to use different accounts for different Google Cloud services.

```js
var config = {
Expand Down
6 changes: 3 additions & 3 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## How do I use `gcloud-node` with Google Compute Engine?
## How do I use this module with Google Compute Engine?

If you are running this client on Google Compute Engine, we handle authentication for you with no configuration. You just need to make sure that when you [set up the GCE instance][gce-how-to], you add the correct scopes for the APIs you want to access.

Expand All @@ -8,7 +8,7 @@ If you are running this client on Google Compute Engine, we handle authenticatio
If you are not running this client on Google Compute Engine, you need a Google Developers service account. To create a service account, please see our [Authentication][auth-guide] guide.


## How do I use `gcloud-node` with AWS Lambda?
## How do I use this module with AWS Lambda?

Our library uses some native libraries, which must be recompiled against the platform running your application. For AWS Lambda, we recommend using [lambda-packager](https://github.com/tomdale/lambda-packager) prior to deploying your code.

Expand All @@ -17,7 +17,7 @@ Reference Issues: [#1287](https://github.com/GoogleCloudPlatform/gcloud-node/iss

## Does this replace [Google Cloud Node.js Client][googleapis]?

Google Cloud Node.js Client is a client library for using the broad set of Google APIs. `gcloud-node` 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 together.
Google Cloud Node.js Client is a client library for using the broad set of Google APIs. This module 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 together.

[dev-console]: https://console.developers.google.com/project
[gce-how-to]: https://developers.google.com/compute/docs/authentication#using
Expand Down
2 changes: 1 addition & 1 deletion docs/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h4 class="latest-release subtle" ng-if="home.latestRelease">
<div class="container">
<ul class="featuring-links">
<li>
<a href="#/docs/{{home.latestRelease.name}}/gcloud" title="gcloud-node docs" class="btn btn-docs">
<a href="#/docs/{{home.module.name}}/{{home.module.version}}/{{home.module.service}}" title="gcloud-node docs" class="btn btn-docs">
<img src="src/images/icon-lang-node-cta.svg" alt="Node.js icon" />
Read the Docs
</a>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
162 changes: 117 additions & 45 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,125 @@
"lang": "node",
"friendlyLang": "Node.js",
"markdown": "javascript",
"versions": [
"v0.37.0",
"v0.36.0",
"v0.35.0",
"v0.34.0",
"v0.33.0",
"v0.32.0",
"v0.31.0",
"v0.30.3",
"v0.30.2",
"v0.30.1",
"v0.30.0",
"v0.29.0",
"v0.28.0",
"v0.27.0",
"v0.26.0",
"v0.25.1",
"v0.25.0",
"v0.24.1",
"v0.24.0",
"v0.23.0",
"v0.22.0",
"v0.21.0",
"v0.20.0",
"v0.19.1",
"v0.19.0",
"v0.18.0",
"v0.17.0",
"v0.16.0",
"v0.15.0",
"v0.14.0",
"v0.13.2",
"v0.13.1",
"v0.12.0",
"v0.11.0",
"v0.10.0",
"v0.9.0",
"v0.8.1",
"v0.8.0",
"v0.7.1",
"v0.7.0",
"v0.6.0",
"v0.5.0",
"master"
],
"content": "json",
"home": "home.html",
"titleDelimiter": " » ",
"defaultModule": "google-cloud",
"modules": [
{
"id": "google-cloud",
"name": "google-cloud",
"defaultService": "google-cloud",
"versions": [
"master"
]
},
{
"id": "bigquery",
"name": "@google-cloud/bigquery",
"defaultService": "bigquery",
"versions": [
"master"
]
},
{
"id": "bigtable",
"name": "@google-cloud/bigtable",
"defaultService": "bigtable",
"versions": [
"v0.1.0",
"master"
]
},
{
"id": "compute",
"name": "@google-cloud/compute",
"defaultService": "compute",
"versions": [
"master"
]
},
{
"id": "datastore",
"name": "@google-cloud/datastore",
"defaultService": "datastore",
"versions": [
"master"
]
},
{
"id": "dns",
"name": "@google-cloud/dns",
"defaultService": "dns",
"versions": [
"master"
]
},
{
"id": "language",
"name": "@google-cloud/language",
"defaultService": "language",
"versions": [
"master"
]
},
{
"id": "logging",
"name": "@google-cloud/logging",
"defaultService": "logging",
"versions": [
"master"
]
},
{
"id": "prediction",
"name": "@google-cloud/prediction",
"defaultService": "prediction",
"versions": [
"master"
]
},
{
"id": "pubsub",
"name": "@google-cloud/pubsub",
"defaultService": "pubsub",
"versions": [
"master"
]
},
{
"id": "resource",
"name": "@google-cloud/resource",
"defaultService": "resource",
"versions": [
"master"
]
},
{
"id": "storage",
"name": "@google-cloud/storage",
"defaultService": "storage",
"versions": [
"master"
]
},
{
"id": "translate",
"name": "@google-cloud/translate",
"defaultService": "translate",
"versions": [
"master"
]
},
{
"id": "vision",
"name": "@google-cloud/vision",
"defaultService": "vision",
"versions": [
"master"
]
}
],
"package": {
"title": "npm",
"href": "https://www.npmjs.com/package/gcloud"
Expand Down
23 changes: 0 additions & 23 deletions docs/overview.html

This file was deleted.

Loading