-
Notifications
You must be signed in to change notification settings - Fork 455
Closed
Labels
configurationAn issue/PR related to Dokka's configuration by the userAn issue/PR related to Dokka's configuration by the userquestionA user question, can be resolved if the question is answered/resolvedA user question, can be resolved if the question is answered/resolved
Description
Question
During the build of DokkaHtmlMultiModule task,
I have multiple Markdown (.md) files, Dokka combining them into a single file when I write like this.
tasks.dokkaHtmlMultiModule {
moduleName.set("Dokka test")
includes.from("README.md", "DeprecatedAPIs.md")
}
However, I'm wondering is there a way to give order to these documents?
Installation
- Operating system: macOS
- Build tool: dokka-gradle-plugin
- Dokka version: 1.8.10
Metadata
Metadata
Assignees
Labels
configurationAn issue/PR related to Dokka's configuration by the userAn issue/PR related to Dokka's configuration by the userquestionA user question, can be resolved if the question is answered/resolvedA user question, can be resolved if the question is answered/resolved