forked from neo4j-documentation/developer-guides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathantora.yml
29 lines (27 loc) · 997 Bytes
/
antora.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: developer
version: master
title: Developer Guides
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
page-theme: developer
img: https://dist.neo4j.com/wp-content/uploads/
neo4j-version: 4.2.1
neo4j-ogm-version: 3.2.19
spring-boot-version: 2.4.1
spring-data-neo4j-version: 6.0.2
java-driver-version: 4.2.0
javascript-driver-version: 4.2.1
python-driver-version: 4.2.1
dotnet-driver-version: 4.2.0
go-driver-version: 4.2.0
testcontainers-version: 1.15.1
maven-sdn: Package
maven-artifact-info: https://search.maven.org/artifact/org.neo4j.driver/neo4j-java-driver/{java-driver-version}/jar
examples: https://github.com/neo4j-examples
cyphermanual: 'https://neo4j.com/docs/cypher-manual/current'
drivermanual: 'https://neo4j.com/docs/driver-manual/current'
opsmanual: 'https://neo4j.com/docs/operations-manual/current'
github: 'https://github.com/neo4j-contrib/developer-resources/tree/gh-pages'
name: '{name}'