File tree 4 files changed +87
-1
lines changed
4 files changed +87
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : create-applications
2
+ title : Neo4j Drivers
3
+ version : ' 5'
4
+ start_page : ROOT:index.adoc
5
+ nav :
6
+ - modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
1
+ * xref:index.adoc[]
Original file line number Diff line number Diff line change
1
+ = Create applications with Neo4j
2
+ :page-role: create-applications
3
+ :page-layout: docs-home
4
+ :page-toclevels: -1
5
+
6
+
7
+
8
+ [NOTE]
9
+ --
10
+ This page is published only as part of local builds and PR previews.
11
+ It is not included in the published Neo4j drivers documentation.
12
+ --
13
+
14
+
15
+ [.display]
16
+ == Language libraries
17
+
18
+
19
+ === Neo4j Python Driver
20
+
21
+ [.category]
22
+ Drivers
23
+
24
+ [.icon]
25
+ image:{neo4j-docs-base-uri}/_images/python-logo.svg[]
26
+
27
+ [.link]
28
+ xref:python-manual:ROOT:index.adoc[Guide]
29
+
30
+
31
+ === Neo4j Go Driver
32
+
33
+ [.category]
34
+ Drivers
35
+
36
+ [.icon]
37
+ image:{neo4j-docs-base-uri}/_images/go-logo.svg[]
38
+
39
+ [.link]
40
+ xref:go-manual:ROOT:index.adoc[Guide]
41
+
42
+
43
+ === Neo4j Java Driver
44
+
45
+ [.category]
46
+ Drivers
47
+
48
+ [.icon]
49
+ image:{neo4j-docs-base-uri}/_images/java-logo.svg[]
50
+
51
+ [.link]
52
+ xref:java-manual:ROOT:index.adoc[Guide]
53
+
54
+
55
+ === Neo4j JavaScript Driver
56
+
57
+ [.category]
58
+ Drivers
59
+
60
+ [.icon]
61
+ image:{neo4j-docs-base-uri}/_images/js-logo.svg[]
62
+
63
+ [.link]
64
+ xref:javascript-manual:ROOT:index.adoc[Guide]
65
+
66
+
67
+ === Neo4j .NET Driver
68
+
69
+ [.category]
70
+ Drivers
71
+
72
+ [.icon]
73
+ image:{neo4j-docs-base-uri}/_images/dotnet-logo.svg[]
74
+
75
+ [.link]
76
+ xref:dotnet-manual:ROOT:index.adoc[Guide]
77
+
78
+
Original file line number Diff line number Diff line change 1
1
site :
2
2
title : Neo4j Docs
3
3
url : https://neo4j.com/docs
4
- # start_page: python-manual ::index.adoc
4
+ start_page : create-applications ::index.adoc
5
5
6
6
content :
7
7
sources :
8
8
- url : ./
9
9
branches : ['HEAD']
10
10
edit_url : https://github.com/neo4j/docs-drivers/tree/{refname}/{path}
11
11
start_paths :
12
+ - create-applications
12
13
- go-manual
13
14
- javascript-manual
14
15
- python-manual
You can’t perform that action at this time.
0 commit comments