You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.4 KiB
60 lines
1.4 KiB
site_name: Okio
|
|
repo_name: Okio
|
|
repo_url: https://github.com/square/okio
|
|
site_description: "A modern I/O library for Android, Kotlin, and Java."
|
|
site_author: Square, Inc.
|
|
remote_branch: gh-pages
|
|
edit_uri: ""
|
|
|
|
copyright: 'Copyright © 2019 Square, Inc.'
|
|
|
|
theme:
|
|
name: 'material'
|
|
favicon: images/icon-square.png
|
|
logo: images/icon-square.png
|
|
palette:
|
|
primary: 'deep purple'
|
|
accent: 'white'
|
|
icon:
|
|
repo: fontawesome/brands/github
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/twitter
|
|
link: https://twitter.com/squareeng
|
|
- icon: fontawesome/brands/stack-overflow
|
|
link: https://stackoverflow.com/questions/tagged/okio?sort=active
|
|
|
|
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
|
|
- pymdownx.tabbed
|
|
- pymdownx.tilde
|
|
- tables
|
|
|
|
nav:
|
|
- 'Overview': index.md
|
|
- 'Stack Overflow ⏏': https://stackoverflow.com/questions/tagged/okio?sort=active
|
|
- '2.x API': 2.x/okio/okio/index.html
|
|
- '1.x API ⏏': https://square.github.io/okio/1.x/okio/
|
|
- 'Change Log': changelog.md
|
|
- 'Multiplatform': multiplatform.md
|
|
- 'Contributing': contributing.md
|
|
- 'Code of Conduct': code_of_conduct.md
|
|
|