ru.vyarus.mkdocs
Owner: Vyacheslav Rusakov
Mkdocs documentation generation and publishing plugin
https://github.com/xvik/gradle-mkdocs-plugin
Sources: https://github.com/xvik/gradle-mkdocs-plugin.git
Version 4.0.1 (latest)
4.0.1
Created 15 April 2024.
Mkdocs documentation generation and publishing plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("ru.vyarus.mkdocs") version "4.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ru.vyarus:gradle-mkdocs-plugin:4.0.1") } } apply(plugin = "ru.vyarus.mkdocs")
- Applying plugins to all subprojects .