summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTobias Roeser <le.petit.fou@web.de>2019-04-16 08:56:06 +0200
committerTobias Roeser <le.petit.fou@web.de>2019-04-16 08:56:06 +0200
commit33ae1164fe9238446487f25755e3d38a92432e30 (patch)
treee09b028ef8249f0e149c46719b6e79172d92a448 /docs
parentc55ef39149bc93a2f21ae526ba9129b4b119a991 (diff)
downloadmill-33ae1164fe9238446487f25755e3d38a92432e30.tar.gz
mill-33ae1164fe9238446487f25755e3d38a92432e30.tar.bz2
mill-33ae1164fe9238446487f25755e3d38a92432e30.zip
Added some notes about internal/external plugins
Diffstat (limited to 'docs')
-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.