From 9c90f19ab15b5b2546126a8e8dd75d2c7bb2fb23 Mon Sep 17 00:00:00 2001 From: JJ Geewax Date: Sat, 9 May 2015 11:56:33 -0400 Subject: [PATCH] Factored out service overview docs into separate files. --- .../components/docs/bigquery-overview.html | 7 +++ .../components/docs/datastore-overview.html | 8 +++ docs/site/components/docs/docs.html | 52 ++----------------- .../site/components/docs/pubsub-overview.html | 11 ++++ .../components/docs/storage-overview.html | 16 ++++++ 5 files changed, 45 insertions(+), 49 deletions(-) create mode 100644 docs/site/components/docs/bigquery-overview.html create mode 100644 docs/site/components/docs/datastore-overview.html create mode 100644 docs/site/components/docs/pubsub-overview.html create mode 100644 docs/site/components/docs/storage-overview.html diff --git a/docs/site/components/docs/bigquery-overview.html b/docs/site/components/docs/bigquery-overview.html new file mode 100644 index 00000000000..1b532d6e64e --- /dev/null +++ b/docs/site/components/docs/bigquery-overview.html @@ -0,0 +1,7 @@ +

BigQuery Overview

+

+ The object returned from gcloud.bigquery gives you complete access to and control of your BigQuery datasets. You can work with existing ones, by using the dataset method, or create new ones with createDataset. +

+

+ To learn more about BigQuery, see What is BigQuery? +

diff --git a/docs/site/components/docs/datastore-overview.html b/docs/site/components/docs/datastore-overview.html new file mode 100644 index 00000000000..66b56d30b13 --- /dev/null +++ b/docs/site/components/docs/datastore-overview.html @@ -0,0 +1,8 @@ +

Datastore Overview

+

+ The gcloud.datastore object gives you some convenience methods, as well as exposes a dataset function. This will allow you to create a dataset, which is the object from which you will interact with the Google Cloud Datastore. +

+

+ To learn more about Datastore, read the Google Cloud Datastore Concepts Overview. +

+ diff --git a/docs/site/components/docs/docs.html b/docs/site/components/docs/docs.html index 237d9e52ffe..0e547e5dc22 100644 --- a/docs/site/components/docs/docs.html +++ b/docs/site/components/docs/docs.html @@ -64,55 +64,9 @@


-
-

BigQuery Overview

-

- The object returned from gcloud.bigquery gives you complete access to and control of your BigQuery datasets. You can work with existing ones, by using the dataset method, or create new ones with createDataset. -

-

- To learn more about BigQuery, see What is BigQuery? -

-
- -
-

Datastore Overview

-

- The gcloud.datastore object gives you some convenience methods, as well as exposes a dataset function. This will allow you to create a dataset, which is the object from which you will interact with the Google Cloud Datastore. -

-

- To learn more about Datastore, read the Google Cloud Datastore Concepts Overview. -

-
- -
-

Pub/Sub Overview

-

- Google Cloud Pub/Sub is in Alpha status. As a result, it might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. -

-

- The gcloud.pubsub method will return a pubsub object, allowing you to create topics, publish messages, subscribe to topics, and more. -

-

- To learn more about Pub/Sub, see the Google Cloud Pub/Sub overview. -

-
- -
-

Storage Overview

-

- The gcloud.storage object contains a bucket function, which is how you will interact with your Google Cloud Storage bucket. -

-

- To learn more about Cloud Storage, see the Google Cloud Storage overview. -

- -

ACLs

-

- Google Cloud Storage uses access control lists (ACLs) to manage object and bucket access. ACLs are the mechanism you use to share files with other users and allow other users to access your buckets and files. -

-

- To learn more about ACLs, read this overview on Access Control. -

+
Pub/Sub Overview

+

+ Google Cloud Pub/Sub is in Alpha status. As a result, it might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. +

+

+ The gcloud.pubsub method will return a pubsub object, allowing you to create topics, publish messages, subscribe to topics, and more. +

+

+ To learn more about Pub/Sub, see the Google Cloud Pub/Sub overview. +

+ diff --git a/docs/site/components/docs/storage-overview.html b/docs/site/components/docs/storage-overview.html new file mode 100644 index 00000000000..364d5e1c76d --- /dev/null +++ b/docs/site/components/docs/storage-overview.html @@ -0,0 +1,16 @@ +

Storage Overview

+

+ The gcloud.storage object contains a bucket function, which is how you will interact with your Google Cloud Storage bucket. +

+

+ To learn more about Cloud Storage, see the Google Cloud Storage overview. +

+ +

ACLs

+

+ Google Cloud Storage uses access control lists (ACLs) to manage object and bucket access. ACLs are the mechanism you use to share files with other users and allow other users to access your buckets and files. +

+

+ To learn more about ACLs, read this overview on Access Control. +

+