Skip to content

Commit 2bb9cb0

Browse files
committed
Merge pull request #627 from ajkannan/cleanup-site
Site cleanup
2 parents d2dbd99 + ef7c74f commit 2bb9cb0

3 files changed

Lines changed: 32 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Example Applications
5050
- Read more about using this application on the [`gcloud-java-examples` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/DatastoreExample.html).
5151
- [`ResourceManagerExample`](https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/gcloud-java-examples/src/main/java/com/google/gcloud/examples/ResourceManagerExample.java) - A simple command line interface providing some of Cloud Resource Manager's functionality
5252
- Read more about using this application on the [`gcloud-java-examples` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/ResourceManagerExample.html).
53-
- [`SparkDemo`](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/managedvms/sparkjava) - An example of using gcloud-java-datastore from within the SparkJava and App Engine Managed VM frameworks.
54-
- Read about how it works on the example's [README page](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managedvms/sparkjava#how-does-it-work).
53+
- [`SparkDemo`](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/managed_vms/sparkjava) - An example of using gcloud-java-datastore from within the SparkJava and App Engine Managed VM frameworks.
54+
- Read about how it works on the example's [README page](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/sparkjava#how-does-it-work).
5555
- [`StorageExample`](https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/gcloud-java-examples/src/main/java/com/google/gcloud/examples/StorageExample.java) - A simple command line interface providing some of Cloud Storage's functionality
5656
- Read more about using this application on the [`gcloud-java-examples` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/StorageExample.html).
5757

pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@
1111
Java idiomatic client for Google Cloud Platform services.
1212
</description>
1313
<developers>
14+
<developer>
15+
<id>derka</id>
16+
<name>Martin Derka</name>
17+
<email>derka@google.com</email>
18+
<organization>Google</organization>
19+
<roles>
20+
<role>Developer</role>
21+
</roles>
22+
</developer>
23+
<developer>
24+
<id>ajaykannan</id>
25+
<name>Ajay Kannan</name>
26+
<email>ajaykannan@google.com</email>
27+
<organization>Google</organization>
28+
<roles>
29+
<role>Developer</role>
30+
</roles>
31+
</developer>
1432
<developer>
1533
<id>ozarov</id>
1634
<name>Arie Ozarov</name>
@@ -20,6 +38,15 @@
2038
<role>Developer</role>
2139
</roles>
2240
</developer>
41+
<developer>
42+
<id>mziccardi</id>
43+
<name>Marco Ziccardi</name>
44+
<email>mziccardi@google.com</email>
45+
<organization>Google</organization>
46+
<roles>
47+
<role>Developer</role>
48+
</roles>
49+
</developer>
2350
</developers>
2451
<organization>
2552
<name>Google</name>

src/site/resources/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,10 @@ <h3 class="block-title">Examples</h3>
178178

179179
<ul>
180180
<li>
181-
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managedvms/sparkjava"><code>SparkJava demo</code></a> - Use gcloud-java with App Engine Managed VMs, Datastore, and SparkJava.
181+
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/sparkjava"><code>SparkJava demo</code></a> - Uses gcloud-java with App Engine Managed VMs, Datastore, and SparkJava.
182182
</li>
183+
<li>
184+
<a href="https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/bookshelf"><code>Bookshelf</code></a> - An App Engine app that manages a virtual bookshelf using gcloud-java libraries for Datastore and Storage.
183185
</ul>
184186
</div>
185187
</section>

0 commit comments

Comments
 (0)