cdev
08/22/2024, 12:25 PMREADME.md
file into dokka and can't figure it out. This is an android project, so using gradle and dokka v1.9.20.
tasks.dokkaHtml {
dokkaSourceSets {
configureEach {
includes.from("../README.md")
outputDirectory.set(file("../docs"))
}
}
}
where the README.md
's first line is
# Module kotlin-demo
...
After running ./gradlew dokkaHtml
the docs are generated but the index.html
does not include any md.
Could someone help me out pls?CLOVIS
08/22/2024, 12:30 PMREADME.md
file?CLOVIS
08/22/2024, 12:30 PMcdev
08/22/2024, 12:39 PMDid you override the module name anywhere?I haven't done anything extra other than what I wrote.
cdev
08/22/2024, 12:39 PMcdev
08/22/2024, 12:39 PMCLOVIS
08/22/2024, 12:49 PMkotlin-demo
cdev
08/22/2024, 12:49 PMcdev
08/22/2024, 12:49 PMCLOVIS
08/22/2024, 12:49 PM# Module vesper-sdk
…
since that's your module namecdev
08/22/2024, 12:50 PMcdev
08/22/2024, 12:50 PMcdev
08/22/2024, 12:52 PMcdev
08/22/2024, 12:52 PMCLOVIS
08/22/2024, 12:54 PMit is possible to have the packages on the left sideDo you mean the large white margin on the left that's empty? It's a bug in local development that makes it empty IIRC. When you deploy it for real, it looks like: https://opensavvy.gitlab.io/groundwork/prepared/api-docs/suite/index.html Compare with the README file : https://gitlab.com/opensavvy/groundwork/prepared/-/blob/main/suite/README.md?ref_type=heads
cdev
08/22/2024, 12:55 PMCLOVIS
08/22/2024, 12:56 PMcdev
08/22/2024, 3:37 PMCLOVIS
08/22/2024, 3:38 PMtasks.dokkaHtml {
dokkaSourceSets {
configureEach {
this.HERE?
}
}
}
there's probably something like ".hide" or similarCLOVIS
08/22/2024, 3:39 PMcdev
08/22/2024, 3:40 PM