Adding contents menu in reference documentation

I have been investing in Kotlin since the announcement of it being officially supported by Android.
I have brought up the reference section on Kotlin website which is great, but a little bit fuzzy (I could not come with a better word).

Reference articles are a bit long without contents menu ( like the one in wikipedia) per article…

an example for illustration: classes documentation can have a contents menu like the following ( each element has link to its paragraph )

  • Classes
  • Constructors
    • Secondary Constructors
  • Creating instances of classes
  • Class Members
  • Inheritance

and so on allowing users for a faster reach. especially the current circumstances will attract many developers to investigate Kotlin.

Thanks for your feedback! Looks like this will indeed be useful; I’ve filed a feature request to add this.