Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Generic Start
** xref:query/operations.adoc[Query operations]
** xref:query/apoc.adoc[APOC support]

* xref:apoc.adoc[APOC support]

* Aura CLI
** xref:aura-cli/index.adoc[Introduction]
** xref:aura-cli/installation.adoc[Installation]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[[aura-apoc-support]]
= APOC support
:descrription: This page lists supported APOC procedures in Neo4j Aura.
:page-aliases: platform/apoc.adoc

APOC (Awesome Procedures on Cypher) is a Neo4j library that provides access to additional procedures and functions, extending the use of the Cypher query language. For more information on APOC, see https://neo4j.com/docs/apoc/[the APOC documentation].

Expand Down