Skip to content

Commit

Permalink
Add javadoc links to maven site
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Kannan committed Oct 8, 2015
1 parent b40bf53 commit 22f1839
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/site/apt/gcloud-java-core/index.apt
Original file line number Diff line number Diff line change
@@ -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}}

16 changes: 16 additions & 0 deletions src/site/apt/gcloud-java-datastore/index.apt
Original file line number Diff line number Diff line change
@@ -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}}

11 changes: 11 additions & 0 deletions src/site/apt/gcloud-java-examples/index.apt
Original file line number Diff line number Diff line change
@@ -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}}

16 changes: 16 additions & 0 deletions src/site/apt/gcloud-java-storage/index.apt
Original file line number Diff line number Diff line change
@@ -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}}

0 comments on commit 22f1839

Please sign in to comment.