mirror of
https://github.com/square/okhttp.git
synced 2025-11-24 18:41:06 +03:00
69 lines
2.2 KiB
YAML
69 lines
2.2 KiB
YAML
site_name: OkHttp
|
|
repo_name: OkHttp
|
|
repo_url: https://github.com/square/okhttp
|
|
site_description: "An HTTP & HTTP/2 client for Android and Java applications"
|
|
site_author: Square, Inc.
|
|
remote_branch: gh-pages
|
|
|
|
copyright: 'Copyright © 2019 Square, Inc.'
|
|
|
|
theme:
|
|
name: 'material'
|
|
favicon: images/icon-square.png
|
|
logo: images/icon-square.png
|
|
palette:
|
|
primary: 'teal'
|
|
accent: 'white'
|
|
|
|
extra_css:
|
|
- 'css/app.css'
|
|
|
|
markdown_extensions:
|
|
- smarty
|
|
- codehilite:
|
|
guess_lang: false
|
|
- footnotes
|
|
- meta
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.betterem:
|
|
smart_enable: all
|
|
- pymdownx.caret
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.magiclink
|
|
- pymdownx.smartsymbols
|
|
- pymdownx.superfences
|
|
- tables
|
|
|
|
nav:
|
|
- 'Overview': index.md
|
|
- 'Calls': calls.md
|
|
- 'Connections': connections.md
|
|
- 'Recipes': recipes.md
|
|
- 'Interceptors': interceptors.md
|
|
- 'HTTPS': https.md
|
|
- 'Events': events.md
|
|
- 'Works with OkHttp': works_with_okhttp.md
|
|
- 'Stack Overflow ⏏': https://stackoverflow.com/questions/tagged/okhttp?sort=active
|
|
- '4.x API':
|
|
- 'okhttp': 4.x/okhttp/okhttp3/index.md
|
|
- 'dnsoverhttps': 4.x/okhttp-dnsoverhttps/okhttp3.dnsoverhttps/index.md
|
|
- 'logging-interceptor': 4.x/okhttp-logging-interceptor/okhttp3.logging/index.md
|
|
- 'sse': 4.x/okhttp-sse/okhttp3.sse/index.md
|
|
- 'tls': 4.x/okhttp-tls/okhttp3.tls/index.md
|
|
- 'urlconnection': 4.x/okhttp-urlconnection/okhttp3/index.md
|
|
- 'mockwebserver': 4.x/mockwebserver/okhttp3.mockwebserver/index.md
|
|
- '3.x API':
|
|
- 'okhttp ⏏': https://square.github.io/okhttp/3.x/okhttp/
|
|
- 'dnsoverhttps ⏏': https://square.github.io/okhttp/3.x/okhttp-dnsoverhttps/
|
|
- 'logging-interceptor ⏏': https://square.github.io/okhttp/3.x/logging-interceptor/
|
|
- 'sse ⏏': https://square.github.io/okhttp/3.x/okhttp-sse/
|
|
- 'tls ⏏': https://square.github.io/okhttp/3.x/okhttp-tls/
|
|
- 'urlconnection ⏏': https://square.github.io/okhttp/3.x/okhttp-urlconnection/
|
|
- 'mockwebserver ⏏': https://square.github.io/okhttp/3.x/mockwebserver/
|
|
- 'Change Log': changelog.md
|
|
- 'Upgrading to OkHttp 4': upgrading_to_okhttp_4.md
|
|
- 'Contributing': contributing.md
|
|
- 'Code of Conduct': code_of_conduct.md
|
|
|