Skip to content

Commit 22f1839

Browse files
author
Ajay Kannan
committed
Add javadoc links to maven site
1 parent b40bf53 commit 22f1839

File tree

4 files changed

+55
-0
lines changed

4 files changed

+55
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
GCloud Java Core: Common functionality for GCloud Java services.
2+
3+
This module provides common functionality required by service-specific modules of this library.
4+
This library is in a early stage of its development and may occasionally make backwards-incompatible changes,
5+
but it is already usable.
6+
7+
* Links
8+
9+
* {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-core}GitHub repository}}
10+
11+
* {{{./apidocs/index.html?com/google/gcloud/package-summary.html}Javadocs}}
12+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
GCloud Java Datastore: Idiomatic Java Client for Google Cloud Datastore.
2+
3+
This is a Java Client for accessing Google Cloud Datastore.
4+
This library is in a early stage of its development and may occasionally make backwards-incompatible changes,
5+
but it is already usable.
6+
7+
* Features
8+
9+
* {{{https://cloud.google.com/datastore/}Google Cloud Datastore}}
10+
11+
* Links
12+
13+
* {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-datastore}GitHub repository}}
14+
15+
* {{{./apidocs/index.html?com/google/gcloud/datastore/package-summary.html}Javadocs}}
16+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
GCloud Java Examples: Examples using GCloud Java services
2+
3+
This library is in a early stage of its development and may occasionally make backwards-incompatible changes,
4+
but it is already usable.
5+
6+
* Links
7+
8+
* {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-examples}GitHub repository}}
9+
10+
* {{{./apidocs/index.html?com/google/gcloud/examples/package-summary.html}Javadocs}}
11+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
GCloud Java Storage: Idiomatic Java Client for Google Cloud Storage.
2+
3+
This is a Java Client for accessing Google Cloud Storage.
4+
This library is in a early stage of its development and may occasionally make backwards-incompatible changes,
5+
but it is already usable.
6+
7+
* Features
8+
9+
* {{{https://cloud.google.com/storage/}Google Cloud Storage}}
10+
11+
* Links
12+
13+
* {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-storage}GitHub repository}}
14+
15+
* {{{./apidocs/index.html?com/google/gcloud/storage/package-summary.html}Javadocs}}
16+

0 commit comments

Comments
 (0)