diff --git a/docs/reference/modules/plugins.asciidoc b/docs/reference/modules/plugins.asciidoc index f208a2f14aa..4df3af4496f 100644 --- a/docs/reference/modules/plugins.asciidoc +++ b/docs/reference/modules/plugins.asciidoc @@ -231,10 +231,12 @@ You can disable that check using `plugins.check_lucene: false`. ==== Scripting Plugins .Supported by Elasticsearch -* https://github.com/hiredman/elasticsearch-lang-clojure[Clojure Language Plugin] (by Kevin Downey) * https://github.com/elasticsearch/elasticsearch-lang-groovy[Groovy lang Plugin] * https://github.com/elasticsearch/elasticsearch-lang-javascript[JavaScript language Plugin] * https://github.com/elasticsearch/elasticsearch-lang-python[Python language Plugin] + +.Supported by the community +* https://github.com/hiredman/elasticsearch-lang-clojure[Clojure Language Plugin] (by Kevin Downey) * https://github.com/NLPchina/elasticsearch-sql/[SQL language Plugin] (by nlpcn) [float]