@@ -9,8 +9,8 @@ on Google Cloud Platform.
9
9
10
10
[ slack_badge ] : https://img.shields.io/badge/slack-nodejs%20on%20gcp-E01563.svg
11
11
[ slack_link ] : https://gcp-slack.appspot.com/
12
- [ build_badge ] : https://img.shields.io/travis/ GoogleCloudPlatform/nodejs-docs-samples.svg?style=flat
13
- [ build_link ] : https://travis-ci.org /GoogleCloudPlatform/nodejs-docs-samples
12
+ [ build_badge ] : https://img.shields.io/circleci/project/github/ GoogleCloudPlatform/nodejs-docs-samples/master .svg?style=flat
13
+ [ build_link ] : https://circleci.com/gh /GoogleCloudPlatform/nodejs-docs-samples
14
14
[ cov_badge ] : https://img.shields.io/codecov/c/github/GoogleCloudPlatform/nodejs-docs-samples/master.svg?style=flat
15
15
[ cov_link ] : https://codecov.io/github/GoogleCloudPlatform/nodejs-docs-samples?branch=master
16
16
[ cloud ] : https://cloud.google.com/
@@ -32,22 +32,22 @@ on Google Cloud Platform.
32
32
* [ Google Container Engine] ( #google-container-engine )
33
33
* [ Google Cloud Functions (Alpha)] ( #google-cloud-functions-alpha )
34
34
* [ ** Storage and Databases** ] ( #storage-and-databases )
35
- * [ Google Cloud Datastore (Beta) ] ( #google-cloud-datastore-beta )
35
+ * [ Google Cloud Datastore] ( #google-cloud-datastore )
36
36
* [ Google Cloud Storage] ( #google-cloud-storage )
37
37
* [ ** Big Data** ] ( #big-data )
38
38
* [ Google BigQuery] ( #google-bigquery )
39
39
* [ Google Cloud Pub/Sub] ( #google-cloud-pubsub )
40
40
* [ ** Machine Learning** ] ( #machine-learning )
41
- * [ Google Cloud Natural Language API (Beta) ] ( #google-cloud-natural-language-api-beta )
41
+ * [ Google Cloud Natural Language API] ( #google-cloud-natural-language-api )
42
42
* [ Google Cloud Prediction API] ( #google-cloud-prediction-api )
43
43
* [ Google Cloud Speech API (Beta)] ( #google-cloud-speech-api-beta )
44
44
* [ Google Translate API] ( #google-translate-api )
45
45
* [ Google Cloud Vision API] ( #google-cloud-vision-api )
46
46
* [ ** Management Tools** ] ( #management-tools )
47
- * [ Stackdriver Debugger (Beta) ] ( #stackdriver-debugger-beta )
48
- * [ Stackdriver Logging (Beta) ] ( #stackdriver-logging-beta )
49
- * [ Stackdriver Monitoring (Beta) ] ( #stackdriver-monitoring-beta )
50
- * [ Stackdriver Trace (Beta) ] ( #stackdriver-trace-beta )
47
+ * [ Stackdriver Debugger] ( #stackdriver-debugger )
48
+ * [ Stackdriver Logging] ( #stackdriver-logging )
49
+ * [ Stackdriver Monitoring] ( #stackdriver-monitoring )
50
+ * [ Stackdriver Trace] ( #stackdriver-trace )
51
51
* [ ** Networking** ] ( #management-tools )
52
52
* [ Google Cloud DNS] ( #google-cloud-dns )
53
53
* [ Other sample applications] ( #other-sample-applications )
@@ -261,7 +261,7 @@ View the [Cloud Functions Node.js samples][functions_samples].
261
261
262
262
### Storage and Databases
263
263
264
- #### Google Cloud Datastore (Beta)
264
+ #### Google Cloud Datastore
265
265
266
266
[ Cloud Datastore] [ datastore_docs ] is a NoSQL document database built for
267
267
automatic scaling, high performance, and ease of application development.
@@ -305,7 +305,7 @@ View the [Cloud Pub/Sub Node.js samples][pubsub_samples].
305
305
306
306
### Machine Learning
307
307
308
- #### Google Cloud Natural Language API (Beta)
308
+ #### Google Cloud Natural Language API
309
309
310
310
[ Cloud Natural Language API] [ language_docs ] provides natural language
311
311
understanding technologies to developers, including sentiment analysis, entity
@@ -361,7 +361,7 @@ View the [Cloud Vision API Node.js samples][vision_samples].
361
361
362
362
### Management Tools
363
363
364
- #### Stackdriver Debugger (Beta)
364
+ #### Stackdriver Debugger
365
365
366
366
[ Stackdriver Debugger] [ debugger_docs ] makes it easier to view the application
367
367
state without adding logging statements.
@@ -371,7 +371,7 @@ View the [Stackdriver Debugger Node.js sample][debugger_sample].
371
371
[ debugger_docs ] : https://cloud.google.com/debugger/docs/
372
372
[ debugger_sample ] : debugger
373
373
374
- #### Stackdriver Logging (Beta)
374
+ #### Stackdriver Logging
375
375
376
376
[ Stackdriver Logging] [ logging_docs ] allows you to store, search, analyze,
377
377
monitor, and alert on log data and events from Google Cloud Platform and Amazon
@@ -382,7 +382,7 @@ View the [Stackdriver Logging Node.js samples][logging_samples].
382
382
[ logging_docs ] : https://cloud.google.com/logging/docs/
383
383
[ logging_samples ] : logging
384
384
385
- #### Stackdriver Monitoring (Beta)
385
+ #### Stackdriver Monitoring
386
386
387
387
[ Stackdriver Monitoring] [ monitoring_docs ] collects metrics, events, and metadata
388
388
from Google Cloud Platform, Amazon Web Services (AWS), hosted uptime probes,
@@ -394,7 +394,7 @@ View the [Stackdriver Monitoring Node.js samples][monitoring_samples].
394
394
[ monitoring_docs ] : https://cloud.google.com/monitoring/docs/
395
395
[ monitoring_samples ] : monitoring
396
396
397
- #### Stackdriver Trace (Beta)
397
+ #### Stackdriver Trace
398
398
399
399
[ Stackdriver Trace] [ trace_docs ] is a distributed tracing system for Google Cloud
400
400
Platform that collects latency data from App Engine applications and displays it
0 commit comments