Rob Zienert
10/05/2020, 8:51 PMRob Zienert
10/05/2020, 8:54 PMindex.html
as another section (e.g. another heading similar to Packages
).Marcin Aman
10/06/2020, 9:33 AMsources
field in Documentables. From there you can get the descriptor/PSI (depending on the language) and see their supertypes.
I'd suggest creating a new extra for keeping the data.
As for the actual table of content, i think it should be a PageTransformer plugged either in CoreExtensions.pageTransformer
or (if it is only relevant for 1 output format) in preprocessors.Rob Zienert
10/06/2020, 11:52 PMbuildSrc
, but I’m struggling to figure out how to connect it in the dependencies. Seems like adding a dokkaHtmlPlugin
in dependencies
is the right thing to do, but I don’t know how to reference buildSrc
from there. Do I have to create this plugin as a totally separate repository and artifact?Rob Zienert
10/06/2020, 11:58 PMbuildSrc
.Rob Zienert
10/07/2020, 12:01 AMMarcin Aman
10/07/2020, 7:59 AMMarcin Aman
10/07/2020, 8:12 AMorg.jetbrains.dokka.plugability.DokkaPlugin
file