1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-18 20:40:58 +03:00
Files
okhttp/mkdocs.yml
Jesse Wilson 70cd67c75d Tweak the MkDocs build
Retain the 3.x docs by doing a dirty MkDocs build
Build more Dokka projects
2019-06-20 00:01:47 -04:00

67 lines
2.1 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 © 2016 Square, Inc.'
theme:
name: 'material'
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:
- 'Calls': calls.md
- 'Concurrency': concurrency.md
- 'Connections': connections.md
- 'Events': events.md
- 'Https': https.md
- 'Interceptors': interceptors.md
- 'Recipes': recipes.md
- 'Security': security.md
- 'TLS Configuration History': tls_configuration_history.md
- 'Upgrading to OkHttp 4': upgrading_to_okhttp_4.md
- 'Works with OkHttp': works_with_okhttp.md
- 'Stack Overflow': https://stackoverflow.com/questions/tagged/okhttp?sort=active
- '4.x API':
- 'okhttp': api/okhttp/okhttp3/index.md
- 'dnsoverhttps': api/okhttp-dnsoverhttps/okhttp3.dnsoverhttps/index.md
- 'logging-interceptor': api/okhttp-logging-interceptor/okhttp3.logging/index.md
- 'sse': api/okhttp-sse/okhttp3.sse/index.md
- 'tls': api/okhttp-tls/okhttp3.tls/index.md
- 'urlconnection': api/okhttp-urlconnection/okhttp3/index.md
- 'mockwebserver': api/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/