Is there a way to make reading Kotlin docs more re...
# getting-started
s
Is there a way to make reading Kotlin docs more reader-friendly? For example, it would be nice if there would faster way to find a function or property than either scrolling down or using find (i.e. CMD+F). I’ve always like the Android Docs approach where you can choose between the “On this page” section on the right, and “Summary” section. Screenshot source: https://developer.android.com/reference/android/content/SharedPreferences
👍 1
a
Dokka is being redesigned right now, see https://blog.jetbrains.com/kotlin/2021/11/dokka-beta/ Please share your feedback as described in the blog post.
s
Thank you :)