MarkdownFolder

abstract class MarkdownFolder(source)

A class which represents the metadata associated with a target folder that contains markdown content.

This should be instantiated by MarkdownBlock.createMarkdownFolder to ensure defaults are set up correctly.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:InputFiles
val files: FileTree

A collection of one (or more) directories that should contain markdown files.

Link copied to clipboard
@get:Internal
abstract val roots: ConfigurableFileCollection
Link copied to clipboard
@get:Input
abstract val targetPackage: Property<String>

The target package under which we should generate markdown files under.