Class MkDocsPlugin
java.lang.Object
io.freefair.gradle.plugins.mkdocs.MkDocsPlugin
Gradle plugin for MkDocs documentation generator.
Provides tasks to build, serve, and package MkDocs-based documentation. Requires MkDocs to be installed and available on the system PATH.
This plugin registers the following tasks:
mkdocs- Builds the documentationmkdocsServe- Starts the development servermkdocsNew- Creates a new MkDocs projectmkdocsZip- Creates a ZIP archive of the built documentationmkdocsTar- Creates a TAR archive of the built documentation
-
Constructor Summary
Constructors -
Method Summary