Skip to content

Commit 5f8a72c

Browse files
update docs for modular usage
1 parent 650e8be commit 5f8a72c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ This client supports the following Google Cloud Platform services:
2828

2929
If you need support for other Google APIs, check out the [Google Node.js API Client library][googleapis].
3030

31-
## :warning: These docs are for master. If you are using `gcloud` from npm...
32-
33-
See the documentation for `0.37.0` at https://googlecloudplatform.github.io/gcloud-node/#/docs/v0.37.0/gcloud.
34-
3531
## Where did `gcloud-node` go?
3632

3733
`gcloud-node` lives on under a new name, `google-cloud`. Your code will behave

docs/authentication.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ var config = {
77
projectId: 'grape-spaceship-123',
88
keyFilename: '/path/to/keyfile.json'
99
};
10-
11-
var gcloud = require('google-cloud')(config);
1210
```
1311

1412
### The `config` object

0 commit comments

Comments
 (0)