From 33ae1164fe9238446487f25755e3d38a92432e30 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Tue, 16 Apr 2019 08:56:06 +0200 Subject: Added some notes about internal/external plugins --- docs/pages/9 - Contrib Modules.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/pages/9 - Contrib Modules.md b/docs/pages/9 - Contrib Modules.md index cd0647a0..f0c07cd0 100644 --- a/docs/pages/9 - Contrib Modules.md +++ b/docs/pages/9 - Contrib Modules.md @@ -1,5 +1,7 @@ ## Contrib Modules +The plugins in this section are developed/maintained in the mill git tree. + ### BuildInfo Generate scala code from your buildfile. @@ -617,6 +619,13 @@ object app extends ScalaModule with RouterModule { ## Thirdparty Mill Plugins +The plugins in this section are developed/maintained outside the mill git tree. + +Besides the documentation provided here, we urge you to consult the respective linked plugin documentation pages. +The usage examples given here are most probably outdated and incomplete. + +If you develop or maintain a mill plugin, please create a [pull request](https://github.com/lihaoyi/mill/pulls) to get your plugin listed here. + ### DGraph Show transitive dependencies of your build in your browser. -- cgit v1.2.3