Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ License
limitations under the License.

[1]: https://github.com/lysine-dev/okhttp
[3]: https://lysine.dev/okio/3.x/okio/okio/okio/-byte-string/index.html
[4]: https://lysine.dev/okio/3.x/okio/okio/okio/-buffer/index.html
[5]: https://lysine.dev/okio/3.x/okio/okio/okio/-source/index.html
[6]: https://lysine.dev/okio/3.x/okio/okio/okio/-sink/index.html
[7]: https://lysine.dev/okio/3.x/okio/okio/okio/-buffered-source/index.html
[8]: https://lysine.dev/okio/3.x/okio/okio/okio/-buffered-sink/index.html
[3]: https://lysine.dev/okio/3.x/okio/okio/-byte-string/
[4]: https://lysine.dev/okio/3.x/okio/okio/-buffer/
[5]: https://lysine.dev/okio/3.x/okio/okio/-source/
[6]: https://lysine.dev/okio/3.x/okio/okio/-sink/
[7]: https://lysine.dev/okio/3.x/okio/okio/-buffered-source/
[8]: https://lysine.dev/okio/3.x/okio/okio/-buffered-sink/
[changelog]: https://lysine.dev/okio/changelog/
[javadoc]: https://lysine.dev/okio/2.x/okio/okio/index.html
[javadoc]: https://lysine.dev/okio/3.x/okio/okio/
[kotlin]: https://kotlinlang.org/
[ok_libraries_talk]: https://www.youtube.com/watch?v=WvyScM_S88c
[ok_libraries_slides]: https://speakerdeck.com/jakewharton/a-few-ok-libraries-droidcon-mtl-2015
Expand Down
15 changes: 9 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ markdown_extensions:
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
alternate_style: true
- pymdownx.tilde
- tables

Expand All @@ -68,11 +68,14 @@ nav:
- 'Stack Overflow ⏏': https://stackoverflow.com/questions/tagged/okio?sort=active
- 'Recipes': recipes.md
- 'java.io Recipes': java_io_recipes.md
- '3.x API':
- 'okio': 3.x/okio/okio/okio/index.html
- 'fakefilesystem': 3.x/okio-fakefilesystem/okio-fakefilesystem/okio.fakefilesystem/-fake-file-system/index.html
- 'nodefilesystem': 3.x/okio-nodefilesystem/okio-nodefilesystem/okio/-node-js-file-system/index.html
- '1.x API ⏏': https://lysine.dev/okio/1.x/okio/
- '3.x API ⏏':
- 'okio': 3.x/okio/okio/index.html
- 'assetfilesystem': 3.x/okio-assetfilesystem/okio.assetfilesystem/
- 'fakefilesystem': 3.x/okio-fakefilesystem/okio.fakefilesystem/
- 'nodefilesystem': 3.x/okio-nodefilesystem/okio/
- 'wasifilesystem': 3.x/okio-wasifilesystem/okio/-wasi-file-system/
- '1.x API ⏏': https://lysine.dev/okio/2.x/okio/okio/
- '2.x API ⏏': https://lysine.dev/okio/1.x/okio/
- 'Change Log': changelog.md
- 'File System': file_system.md
- 'Multiplatform': multiplatform.md
Expand Down
Loading