summaryrefslogtreecommitdiff
path: root/docs/pages/9 - Contrib Modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pages/9 - Contrib Modules.md')
-rw-r--r--docs/pages/9 - Contrib Modules.md9
1 files changed, 9 insertions, 0 deletions
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.