File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
11
11
Resources to get you started:
12
12
13
13
- [ API Documentation] ( https://neo4j.com/docs/api/javascript-driver/current/ )
14
- - [ Neo4j Manual] ( https://neo4j.com/docs/ )
15
- - [ Neo4j Refcard ] ( https ://neo4j.com/docs/cypher-refcard/current /)
14
+ - [ Neo4j Driver Manual] ( https://neo4j.com/docs/javascript-manual/current / )
15
+ - [ Neo4j Cypher Cheatsheet ] ( http ://neo4j.com/docs/cypher-cheat-sheet /)
16
16
17
17
## What's New in 5.x
18
18
@@ -530,4 +530,4 @@ To access the data in a retrieved Vector you can do the following:
530
530
var retrievedTypedArray = neo4jVector .asTypedArray () // This will return a TypedArray of the same type as the Vector
531
531
532
532
var retrievedArray = Array .from (retrievedTypedArray) // This will convert the TypedArray to a regular array of Numbers. (Not safe for Int64 arrays)
533
- ```
533
+ ```
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
17
17
Resources to get you started:
18
18
19
19
- [ API Documentation] ( https://neo4j.com/docs/api/javascript-driver/current/ )
20
- - [ Neo4j Manual] ( https://neo4j.com/docs/ )
21
- - [ Neo4j Refcard ] ( https ://neo4j.com/docs/cypher-refcard/current /)
20
+ - [ Neo4j Driver Manual] ( https://neo4j.com/docs/javascript-manual/current / )
21
+ - [ Neo4j Cypher Cheatsheet ] ( http ://neo4j.com/docs/cypher-cheat-sheet /)
22
22
- [ TLS] ( #tls )
23
23
24
24
## What's New in 5.x
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
14
14
Resources to get you started:
15
15
16
16
- [ API Documentation] ( https://neo4j.com/docs/api/javascript-driver/current/ )
17
- - [ Neo4j Manual] ( https://neo4j.com/docs/ )
18
- - [ Neo4j Refcard ] ( https ://neo4j.com/docs/cypher-refcard/current /)
17
+ - [ Neo4j Driver Manual] ( https://neo4j.com/docs/javascript-manual/current / )
18
+ - [ Neo4j Cypher Cheatsheet ] ( http ://neo4j.com/docs/cypher-cheat-sheet /)
19
19
20
20
## What's New in 5.x
21
21
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
11
11
Resources to get you started:
12
12
13
13
- [ API Documentation] ( https://neo4j.com/docs/api/javascript-driver/current/ )
14
- - [ Neo4j Manual] ( https://neo4j.com/docs/ )
15
- - [ Neo4j Refcard ] ( https ://neo4j.com/docs/cypher-refcard/current /)
14
+ - [ Neo4j Driver Manual] ( https://neo4j.com/docs/javascript-manual/current / )
15
+ - [ Neo4j Cypher Cheatsheet ] ( http ://neo4j.com/docs/cypher-cheat-sheet /)
16
16
17
17
## What's New in 5.x
18
18
You can’t perform that action at this time.
0 commit comments