-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathantora.yml
30 lines (28 loc) · 1.04 KB
/
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
30
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/
aura_signup: https://neo4j.com/cloud/aura/?ref=developer-guides
neo4j-version: 4.2.7
neo4j-ogm-version: 4.0.0
spring-boot-version: 2.5.0
spring-data-neo4j-version: 6.1.1
java-driver-version: 5.4.0
javascript-driver-version: 5.4.0
dotnet-driver-version: 5.4.0
go-driver-version: 5.4.0
python-driver-version: 5.4.0
testcontainers-version: 1.17.6
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}'