Skip to content

Commit ba90d9b

Browse files
committed
apply suggestions from review
1 parent 891a28e commit ba90d9b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

modules/ROOT/pages/configuration/plugins.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Neo4j does not offer any technical support for it.
2121
Some of these plugins, such as Bloom and GDS Enterprise require a license activation key.
2222
Reach out to your Neo4j account representative or request a representative to link:https://neo4j.com/contact-us/#sales-inquiry[contact you].
2323

24-
If you want to use your own plugins or any of the other supported plugins, such as Apoc Extended and Neo4j Semantics, ensure that you download and add them to the _plugins_ directory.
24+
If you want to use your own plugins or any of the other supported plugins, such as APOC Extended and Neo4jsemantics, ensure that you download and add them to the _plugins_ directory.
2525
See their respective documentation for more information.
2626

2727
[[supported-plugins]]
@@ -42,7 +42,7 @@ The following plugins are supported:
4242
| APOC Extended
4343
| `apoc-extended`
4444
|
45-
| link:https://neo4j.com/labs/apoc/5/[APOC Extended user guide (Labs project)]
45+
| link:https://neo4j.com/labs/apoc/2025/[APOC Extended user guide (Labs project)]
4646

4747
| Bloom
4848
| `bloom`
@@ -64,10 +64,10 @@ The following plugins are supported:
6464
| {check-mark} footnote:[Graph Data Science is available in both Neo4j CE and EE editions. The Enterprise Edition includes additional features and requires a license key.]
6565
| link:{neo4j-docs-base-uri}/graph-data-science/current/installation/#_installation_methods[Graph Data Science]
6666

67-
| Neo Semantics
67+
| Neosemantics
6868
| `n10s`
6969
|
70-
| link:https://neo4j.com/labs/neosemantics/[Neo Semantics]
70+
| link:https://neo4j.com/labs/neosemantics/[Neosemantics]
7171

7272
|===
7373

@@ -87,7 +87,7 @@ See xref:configuration/file-locations.adoc[Default file locations] for more info
8787
+
8888
[NOTE]
8989
====
90-
Some plugins are not bundled with Neo4j and need to be downloaded separately, such as APOC Extended and Neo Semantics.
90+
Some plugins are not bundled with Neo4j and need to be downloaded separately, such as APOC Extended and Neosemantics.
9191
See <<supported-plugins, Supported plugins and documentation>> for more information and links to the respective documentation.
9292
====
9393

@@ -102,7 +102,7 @@ For more information, see xref:security/securing-extensions.adoc[Securing extens
102102
[source, properties]
103103
----
104104
105-
# to enable APOC:
105+
# to enable APOC core:
106106
# * dbms.security.procedures.unrestricted=apoc.*
107107
# * dbms.security.procedures.allowlist=apoc.*
108108
@@ -134,20 +134,20 @@ For more information, see xref:security/securing-extensions.adoc[Securing extens
134134
# * dbms.security.procedures.unrestricted=genai.*
135135
# * dbms.security.procedures.allowlist=genai.*
136136
137-
# to enable Neo Semantics:
137+
# to enable Neosemantics:
138138
# * dbms.security.procedures.unrestricted=n10s.*
139139
# * dbms.security.procedures.allowlist=n10s.*
140140
----
141141
+
142142
For more information on configuring the plugins, see the respective documentation:
143143
+
144-
* link:https://neo4j.com/docs/apoc/current/installation/[APOC documentation]
145-
* link:https://neo4j.com/labs/apoc/5/installation/[APOC extended documentation]
144+
* link:https://neo4j.com/docs/apoc/current/installation/[APOC Core documentation]
145+
* link:https://neo4j.com/labs/apoc/2025/installation/[APOC Extended documentation]
146146
* link:https://neo4j.com/docs/bloom-user-guide/current/bloom-installation/[Bloom documentation]
147147
* link:https://neo4j.com/docs/aura/fleet-management/setup/[Fleet management documentation]
148148
* link:https://neo4j.com/docs/graph-data-science/current/installation/neo4j-server/[GDS documentation]
149149
* link:https://neo4j.com/docs/cypher-manual/current/genai-integrations/[GenAI documentation]
150-
* link:https://neo4j.com/labs/neosemantics/[Neo Semantics documentation]
150+
* link:https://neo4j.com/labs/neosemantics/[Neosemantics documentation]
151151

152152
. Restart Neo4j for the plugins to be loaded and available for use.
153153
+

0 commit comments

Comments
 (0)