Update generated docs.
diff --git a/docs/dyn/orkut.v2.activities.html b/docs/dyn/orkut.v2.activities.html
index d682ee5..f30ab7a 100644
--- a/docs/dyn/orkut.v2.activities.html
+++ b/docs/dyn/orkut.v2.activities.html
@@ -62,6 +62,54 @@
"title": "A String", # Title of the link.<br>
},<br>
],<br>
+ "community": { # The community which is related with this activity, e.g. a joined community.<br>
+ "category": "A String", # The category of the community.<br>
+ "kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"<br>
+ "member_count": 42, # The count of members on the community.<br>
+ "description": "A String", # The description of the community.<br>
+ "language": "A String", # The official language of the community.<br>
+ "links": [ # List of resources for the community.<br>
+ { # Links to resources related to the parent object.<br>
+ "href": "A String", # URL of the link.<br>
+ "type": "A String", # Media type of the link.<br>
+ "rel": "A String", # Relation between the resource and the parent object.<br>
+ "title": "A String", # Title of the link.<br>
+ },<br>
+ ],<br>
+ "creation_date": "A String", # The time the community was created, in <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> format.<br>
+ "owner": { # The person who owns the community.<br>
+ "url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
+ "image": { # Image data about the actor.<br>
+ "url": "A String", # A URL that points to a thumbnail photo of the author.<br>
+ },<br>
+ "displayName": "A String", # The name of the author, suitable for display.<br>
+ "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
+ },<br>
+ "moderators": [ # The moderator of the community.<br>
+ {<br>
+ "url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
+ "image": { # Image data about the actor.<br>
+ "url": "A String", # A URL that points to a thumbnail photo of the author.<br>
+ },<br>
+ "displayName": "A String", # The name of the author, suitable for display.<br>
+ "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
+ },<br>
+ ],<br>
+ "location": "A String", # The location of the community.<br>
+ "co_owners": [ # The co-owners of the community.<br>
+ {<br>
+ "url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
+ "image": { # Image data about the actor.<br>
+ "url": "A String", # A URL that points to a thumbnail photo of the author.<br>
+ },<br>
+ "displayName": "A String", # The name of the author, suitable for display.<br>
+ "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
+ },<br>
+ ],<br>
+ "photo_url": "A String", # The photo of the community.<br>
+ "id": 42, # The id of the community.<br>
+ "name": "A String", # The name of the community.<br>
+ },<br>
"content": "A String", # The HTML-formatted content, suitable for display. When updating an activity's content, post the changes to this property, using the value of originalContent as a starting point. If the update is successful, the server adds HTML formatting and responds with this formatted content.<br>
"person": { # The person who is related with this activity, e.g. an Added User.<br>
"name": { # An object that encapsulates the individual components of a person's name.<br>