Skip to content

Commit 549ce3b

Browse files
authored
remove the table with supported plugins from docker and link to the plugins page (#927)
Cherry-picked from #925
1 parent 723695b commit 549ce3b

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

modules/ROOT/pages/docker/operations.adoc

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -273,39 +273,7 @@ To use plugins in production with Neo4j Docker containers, see xref:docker/opera
273273
====
274274

275275
The `NEO4J_PLUGINS` environment variable can be used to specify the plugins to install using this method.
276-
This should be set to a JSON-formatted list of supported plugins.
277-
278-
The following plugins are supported:
279-
280-
.Supported Neo4j plugins
281-
[options="header",cols="d,m,a"]
282-
|===
283-
|Name |Key |Further information
284-
285-
| APOC Core
286-
| `apoc`
287-
| link:{neo4j-docs-base-uri}/apoc[APOC Core]
288-
289-
| APOC Extended
290-
| `apoc-extended`
291-
| link:https://neo4j.com/labs/apoc/[APOC Extended]
292-
293-
| Bloom
294-
| `bloom`
295-
| link:{neo4j-docs-base-uri}/bloom-user-guide[Neo4j Bloom]
296-
297-
| Streams
298-
| `streams`
299-
| link:{neo4j-docs-base-uri}/kafka-streams[Neo4j Streaming Data Integrations User Guide]
300-
301-
| Graph Data Science
302-
| `graph-data-science`
303-
| link:{neo4j-docs-base-uri}/graph-data-science[Graph Data Science]
304-
305-
| Neo Semantics
306-
| `n10s`
307-
| https://neo4j.com/labs/nsmtx-rdf/
308-
|===
276+
This should be set to a JSON-formatted list of the xref:configuration/plugins.adoc[supported plugins].
309277

310278
[NOTE]
311279
====

0 commit comments

Comments
 (0)