We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9d0f4 commit 516b14aCopy full SHA for 516b14a
README.adoc
@@ -16,6 +16,8 @@
16
:rendered-guide: https://guides.neo4j.com/sandbox/{name}/index.html
17
:model: documentation/img/model.png
18
:example: documentation/img/example.png
19
+:nodes: 83847
20
+:relationships: 181995
21
22
:model-guide: documentation/modelling-decisions.adoc
23
:todo: false
@@ -29,6 +31,8 @@ ifeval::[{todo} != false]
29
31
To Do: {todo}
30
32
endif::[]
33
34
+Nodes {nodes} Relationships {relationships}
35
+
36
.Model
37
image::{model}[]
38
@@ -118,4 +122,4 @@ endif::[]
118
122
119
123
=== Feedback
120
124
121
-Feel free to submit issues or pull requests for improvement on this repository.
125
+Feel free to submit issues or pull requests for improvement on this repository.
0 commit comments