1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-23 06:42:24 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
Jesse Wilson
93dbbcaef8 Divide up our changelog by major version
The current doc is just so long.

This also sorts older versions by version number instead of release date.
2019-09-03 23:19:07 -04:00
Jesse Wilson
e40915bf77 Merge pull request #5362 from square/jwilson.0813.releasing
Include prerequisites in the releasing guide.
2019-08-21 16:36:37 -04:00
Jesse Wilson
a1994dab34 Update the libraries that work with OkHttp (#5366)
* Update the libraries that work with OkHttp

This prunes a few that haven't been updated and appear obsolete.

* Update works_with_okhttp.md
2019-08-17 21:44:22 -04:00
Jesse Wilson
99b83a3b20 Include prerequisites in the releasing guide.
https://github.com/cashapp/barber/blob/master/docs/releasing.md
2019-08-13 11:14:59 -04:00
Jay Estrella
0b3193d08b Update interceptor docs for response body behaviour (#5310) 2019-07-30 17:17:00 +01:00
Jesse Wilson
752fcd8218 Add a note on Java 8 to the upgrade guide 2019-07-02 11:24:39 -04:00
Jesse Wilson
eee8f6e5b9 Import Square's Open Source Code of Conduct
Source:
https://medium.com/square-corner-blog/open-source-code-of-conduct-e5c4dc56229e
2019-06-24 18:59:06 -07:00
Jesse Wilson
489c92400f Revise the upgrading guide for OkHttp 4.x.
Also change the old OkHttp 3.x Javadoc to set the new docs as canonical.
https://publicobject.com/2017/02/14/canonical-urls-for-javadocs/
2019-06-22 21:30:06 -04:00
Jesse Wilson
50e4c422d2 Move the API docs from /okhttp/api to /okhttp/4.x 2019-06-21 23:23:46 -04:00
Jesse Wilson
a56f483cd2 Use cash-market as the font 2019-06-21 00:06:02 -04:00
Jesse Wilson
108fef3f6a Improve OkHttp documentation.
Combine the marketing page (index.md) with the GitHub README.md.

Fix links pointing to 3.x documentation.

Use Markdown tables instead of HTML tables.
2019-06-20 23:39:27 -04:00
AJ
682db1252c Use MkDocs to generate website
This PR sets up [MkDocs](https://squidfunk.github.io/mkdocs-material/) static site generation for both user documentation and API docs.
2019-06-19 18:14:21 -07:00
Jesse Wilson
b619fa6b4a Move documentation images from the wiki into the main repo
Also address feedback from the initial documentation code review:
https://github.com/square/okhttp/pull/5171
2019-06-07 23:21:26 -04:00