Skip to content

Commit 57fd1d8

Browse files
authored
docs: include HTTP Transport page in navigation, add support page (#854)
* docs: include HTTP Transport page in navigation * docs: add support page * docs: fix casing, typo
1 parent 5253c6c commit 57fd1d8

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

docs/_data/navigation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ toc:
99
url: android.html
1010
- page: Google App Engine
1111
url: google-app-engine.html
12+
- page: HTTP Transport
13+
url: http-transport.html
1214
- page: JSON
1315
url: json.html
1416
- page: Exponential Backoff
1517
url: exponential-backoff.html
1618
- page: Unit Testing
17-
url: unit-testing.html
19+
url: unit-testing.html
20+
- page: Support
21+
url: support.html

docs/http-transport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ HttpRequestFactory requestFactory = transport.createRequestFactory(new MyInitial
125125
[http-url-connection]: http://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html
126126
[apache-http-transport]: https://googleapis.dev/java/google-http-client/latest/index.html?com/google/api/client/http/apache/v2/ApacheHttpTransport.html
127127
[apache-http-client]: http://hc.apache.org/httpcomponents-client-ga/index.html
128-
[url=fetch-transport]: https://googleapis.dev/java/google-http-client/latest/index.html?com/google/api/client/extensions/appengine/http/UrlFetchTransport.html
128+
[url-fetch-transport]: https://googleapis.dev/java/google-http-client/latest/index.html?com/google/api/client/extensions/appengine/http/UrlFetchTransport.html
129129
[url-fetch]: https://cloud.google.com/appengine/docs/java/javadoc/com/google/appengine/api/urlfetch/package-summary
130130
[logger]: https://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html
131131
[logging-properties]: https://github.com/google/google-http-java-client/blob/master/samples/googleplus-simple-cmdline-sample/logging.properties

docs/support.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Support
3+
---
4+
5+
# Support
6+
7+
## The Google HTTP Client Library for Java Community
8+
9+
### Ask development questions
10+
11+
Ask questions on StackOverflow:
12+
13+
* Use the [google-api][so-google-api] tag, and optionally [java][so-java] or [android][so-android]
14+
or [java google-app-engine][so-java-gae].
15+
* You can also use the [google-http-java-client][so-http-client] tag.
16+
* For tips on asking StackOverflow questions, see [How to Ask][so-how-to-ask].
17+
18+
**Note:** Please do not email the project contributors directly.
19+
20+
### File feature requests and defects
21+
22+
You can suggest features and report issues on our public [Issue Tracker][issues]. This is a great
23+
place for the community to discuss and track implementations of features or resolution of bug fixes,
24+
as well as share workarounds and patches.
25+
26+
If you find a bug:
27+
28+
* View [known bugs][issues], and if a known bug corresponds to the issue you are seeing, "star" it
29+
or comment on it.
30+
* If the issue you are seeing has not yet been reported, [file a bug report][new-issue].
31+
32+
### Contribute
33+
34+
This is an [open-source][http-client] library, and [contributions][contributions] are welcome.
35+
36+
[so-google-api]: http://stackoverflow.com/questions/tagged/google-api
37+
[so-java]: http://stackoverflow.com/questions/tagged/google-api+java
38+
[so-android]: http://stackoverflow.com/questions/tagged/google-api+android
39+
[so-java-gae]: http://stackoverflow.com/questions/tagged/google-api+java+google-app-engine
40+
[so-http-client]: http://stackoverflow.com/questions/tagged/google-http-java-client
41+
[so-how-to-ask]: http://stackoverflow.com/questions/ask
42+
[issues]: https://github.com/googleapis/google-http-java-client/issues
43+
[new-issue]: https://github.com/google/google-http-java-client/issues/new
44+
[http-client]: https://github.com/googleapis/google-http-java-client
45+
[contributions]: https://github.com/googleapis/google-http-java-client/blob/master/CONTRIBUTING.md

0 commit comments

Comments
 (0)