shelbycohen
09/14/2020, 10:23 PMKamil Doległo
09/15/2020, 8:54 AM# Module [module-name]
header?
I assume it does, if it worked before, then the followup question would be whether you can share your project with me or provide some MRE?shelbycohen
09/15/2020, 5:23 PM# Module [module-name]
header. The problem was that it couldn’t parse the markdown in the readme for some reason. Now it shows up by using includes.from(file("$rootDir/moduleName/README.md"))
but it shows up 3 times in the generated index file. Any idea why thats happening?Kamil Doległo
09/15/2020, 5:26 PMshelbycohen
09/15/2020, 5:31 PM0.11.0-dev-59
?shelbycohen
09/15/2020, 5:32 PMincludes.from(files("$rootDir/moduleName/README.md", "$rootDir/moduleName/usage.md"))
? What is the expected behavior when doing this?Kamil Doległo
09/15/2020, 5:40 PMmaven("<https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev>")
with the latest version being 1.4.20-dev-0
shelbycohen
09/15/2020, 5:41 PMKamil Doległo
09/15/2020, 5:41 PMalso can you have multiple markdown files and use includesYes, I believe each file will be parsed and appended to the relevant modules/packages
shelbycohen
09/15/2020, 5:43 PM# Module module-name
at the top of all of them that are in the same module?Kamil Doległo
09/15/2020, 5:45 PM#Module module-name
header just marks the start of documentation for that specific module, if you have several of those markers, then all subsequent lines (until the next header, eg. for package or EOF) will be appended to the module-name
moduleshelbycohen
09/15/2020, 5:46 PM1.4.20-dev-0
and I am having the same issue with markdown file showing up 3 times in index.mdshelbycohen
09/15/2020, 5:49 PMUnexpected classifier #
when I start the doc with a header such as # Usage
Kamil Doległo
09/15/2020, 6:19 PM# Module module-name
header if you have the documentation for the module itself split into several files.
You shouldn’t repeat this header if you have documentation for module’s packages in a several filesshelbycohen
09/15/2020, 6:35 PMKamil Doległo
09/15/2020, 6:37 PMshelbycohen
09/15/2020, 6:44 PMKamil Doległo
09/15/2020, 6:58 PMAndrzej Ratajczak [VL]
09/16/2020, 11:49 AMAndrzej Ratajczak [VL]
09/16/2020, 1:20 PMshelbycohen
09/24/2020, 4:17 PMAndrzej Ratajczak [VL]
09/28/2020, 6:53 AMHtmlRenderer
, so you have full control on certain sections/assests/styles etc.