OrchidDocs


About

The Orchid Docs bundle is your one-stop-shop to get started documenting your projects with Orchid! It includes the most common plugins needed to create landing pages and wikis with rich content, perfect for diagramming and documenting your code projects. It also comes with the Editorial theme so you can jump right in and just start documenting without worrying about picking or customizing theme templates.

This bundle also works well when combined with any of the OrchidJavadoc, OrchidKotlindoc, or OrchidSwiftdoc plugins, or all three!

Installation

dependencies {
    orchidRuntime("io.github.javaeden.orchid:OrchidDocs:0.21.2")
}
<dependency>
    <groupId>io.github.javaeden.orchid</groupId>
    <artifactId>OrchidDocs</artifactId>
    <version>0.21.2</version>
    <type>pom</type>
</dependency>
libraryDependencies += "io.github.javaeden.orchid" % "OrchidDocs" % "0.21.2"
@file:DependsOn("io.github.javaeden.orchid:OrchidDocs:0.21.2")

Included In This Bundle