From ae810ffde65c06d4f951ab1849d7e0acfd5a7219 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Wed, 22 Jul 2026 14:39:39 -0400 Subject: [PATCH] Track new docs locations from Dokka v2 --- docs/index.md | 14 +++++++------- mkdocs.yml | 15 +++++++++------ 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/docs/index.md b/docs/index.md index 3da3f31c81..9579bbf092 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 8e8b6900b9..a40ce8a43a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -59,7 +59,7 @@ markdown_extensions: - pymdownx.smartsymbols - pymdownx.superfences - pymdownx.tabbed: - alternate_style: true + alternate_style: true - pymdownx.tilde - tables @@ -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