1site_name: Okio 2repo_name: Okio 3repo_url: https://github.com/square/okio 4site_description: "A modern I/O library for Android, Kotlin, and Java." 5site_author: Square, Inc. 6remote_branch: gh-pages 7edit_uri: "" 8 9copyright: 'Copyright © 2019 Square, Inc.' 10 11theme: 12 name: 'material' 13 favicon: images/icon-square.png 14 logo: images/icon-square.png 15 palette: 16 primary: 'deep purple' 17 accent: 'white' 18 icon: 19 repo: fontawesome/brands/github 20 21extra: 22 social: 23 - icon: fontawesome/brands/twitter 24 link: https://twitter.com/squareeng 25 - icon: fontawesome/brands/stack-overflow 26 link: https://stackoverflow.com/questions/tagged/okio?sort=active 27 28extra_css: 29 - 'css/app.css' 30 31markdown_extensions: 32 - smarty 33 - codehilite: 34 guess_lang: false 35 - footnotes 36 - meta 37 - toc: 38 permalink: true 39 - pymdownx.betterem: 40 smart_enable: all 41 - pymdownx.caret 42 - pymdownx.inlinehilite 43 - pymdownx.magiclink 44 - pymdownx.smartsymbols 45 - pymdownx.superfences 46 - pymdownx.tabbed 47 - pymdownx.tilde 48 - tables 49 50nav: 51 - 'Overview': index.md 52 - 'Stack Overflow ⏏': https://stackoverflow.com/questions/tagged/okio?sort=active 53 - '2.x API': 2.x/okio/okio/index.html 54 - '1.x API ⏏': https://square.github.io/okio/1.x/okio/ 55 - 'Change Log': changelog.md 56 - 'Multiplatform': multiplatform.md 57 - 'Contributing': contributing.md 58 - 'Code of Conduct': code_of_conduct.md 59 60