From 22f1839238f66c39e67ed4dfdcd273b1ae2e8444 Mon Sep 17 00:00:00 2001 From: Ajay Kannan Date: Thu, 8 Oct 2015 15:16:56 -0700 Subject: [PATCH] Add javadoc links to maven site --- src/site/apt/gcloud-java-core/index.apt | 12 ++++++++++++ src/site/apt/gcloud-java-datastore/index.apt | 16 ++++++++++++++++ src/site/apt/gcloud-java-examples/index.apt | 11 +++++++++++ src/site/apt/gcloud-java-storage/index.apt | 16 ++++++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 src/site/apt/gcloud-java-core/index.apt create mode 100644 src/site/apt/gcloud-java-datastore/index.apt create mode 100644 src/site/apt/gcloud-java-examples/index.apt create mode 100644 src/site/apt/gcloud-java-storage/index.apt diff --git a/src/site/apt/gcloud-java-core/index.apt b/src/site/apt/gcloud-java-core/index.apt new file mode 100644 index 000000000000..1dbbe002bd1b --- /dev/null +++ b/src/site/apt/gcloud-java-core/index.apt @@ -0,0 +1,12 @@ +GCloud Java Core: Common functionality for GCloud Java services. + + This module provides common functionality required by service-specific modules of this library. + This library is in a early stage of its development and may occasionally make backwards-incompatible changes, + but it is already usable. + +* Links + + * {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-core}GitHub repository}} + + * {{{./apidocs/index.html?com/google/gcloud/package-summary.html}Javadocs}} + diff --git a/src/site/apt/gcloud-java-datastore/index.apt b/src/site/apt/gcloud-java-datastore/index.apt new file mode 100644 index 000000000000..193fd958fda1 --- /dev/null +++ b/src/site/apt/gcloud-java-datastore/index.apt @@ -0,0 +1,16 @@ +GCloud Java Datastore: Idiomatic Java Client for Google Cloud Datastore. + + This is a Java Client for accessing Google Cloud Datastore. + This library is in a early stage of its development and may occasionally make backwards-incompatible changes, + but it is already usable. + +* Features + + * {{{https://cloud.google.com/datastore/}Google Cloud Datastore}} + +* Links + + * {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-datastore}GitHub repository}} + + * {{{./apidocs/index.html?com/google/gcloud/datastore/package-summary.html}Javadocs}} + diff --git a/src/site/apt/gcloud-java-examples/index.apt b/src/site/apt/gcloud-java-examples/index.apt new file mode 100644 index 000000000000..349b06016d39 --- /dev/null +++ b/src/site/apt/gcloud-java-examples/index.apt @@ -0,0 +1,11 @@ +GCloud Java Examples: Examples using GCloud Java services + + This library is in a early stage of its development and may occasionally make backwards-incompatible changes, + but it is already usable. + +* Links + + * {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-examples}GitHub repository}} + + * {{{./apidocs/index.html?com/google/gcloud/examples/package-summary.html}Javadocs}} + diff --git a/src/site/apt/gcloud-java-storage/index.apt b/src/site/apt/gcloud-java-storage/index.apt new file mode 100644 index 000000000000..5af2eb07133e --- /dev/null +++ b/src/site/apt/gcloud-java-storage/index.apt @@ -0,0 +1,16 @@ +GCloud Java Storage: Idiomatic Java Client for Google Cloud Storage. + + This is a Java Client for accessing Google Cloud Storage. + This library is in a early stage of its development and may occasionally make backwards-incompatible changes, + but it is already usable. + +* Features + + * {{{https://cloud.google.com/storage/}Google Cloud Storage}} + +* Links + + * {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-storage}GitHub repository}} + + * {{{./apidocs/index.html?com/google/gcloud/storage/package-summary.html}Javadocs}} +