Skip to content

Commit

Permalink
[KTShrhoz] Fix apoc.systemdb.* documentation (#3743) (#3745)
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 authored Aug 24, 2023
1 parent c9a1893 commit a93dc9a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
¦xref::overview/apoc.systemdb/apoc.systemdb.execute.adoc[apoc.systemdb.execute icon:book[]] +

``
¦label:procedure[]
¦label:apoc-full[]
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
¦xref::overview/apoc.systemdb/apoc.systemdb.graph.adoc[apoc.systemdb.graph icon:book[]] +

``
¦label:procedure[]
¦label:apoc-full[]
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
In Neo4j 4.0 the concept of multi-database was introduced. There's now a database called `system` which contains some
internal information, e.g. configured permissions. Those can be exposed by APOC.

image::apoc.systemdb.graph.png[scaledwidth="100%"]
image::apoc.systemdb.graph.svg[scaledwidth="100%"]

[CAUTION]
====
Expand All @@ -27,7 +27,7 @@ include::example$generated-documentation/apoc.systemdb.execute.adoc[]

|===

.isType example
.Usage examples
[source,cypher]
----
CALL apoc.systemdb.graph() YIELD nodes, relationships RETURN *;
Expand Down
Binary file removed docs/images/apoc.systemdb.graph.png
Binary file not shown.

0 comments on commit a93dc9a

Please sign in to comment.