Skip to content

Can I give order to multiple Markdown files? #2999

@eunwoo-park-nhn

Description

@eunwoo-park-nhn

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

No one assigned

    Labels

    configurationAn issue/PR related to Dokka's configuration by the userquestionA user question, can be resolved if the question is answered/resolved

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions