diff --git a/create-applications/antora.yml b/create-applications/antora.yml new file mode 100644 index 00000000..a17c1cd7 --- /dev/null +++ b/create-applications/antora.yml @@ -0,0 +1,6 @@ +name: create-applications +title: Neo4j Drivers +version: '5' +start_page: ROOT:index.adoc +nav: +- modules/ROOT/content-nav.adoc diff --git a/create-applications/modules/ROOT/content-nav.adoc b/create-applications/modules/ROOT/content-nav.adoc new file mode 100644 index 00000000..f74eadce --- /dev/null +++ b/create-applications/modules/ROOT/content-nav.adoc @@ -0,0 +1 @@ +* xref:index.adoc[] \ No newline at end of file diff --git a/create-applications/modules/ROOT/pages/index.adoc b/create-applications/modules/ROOT/pages/index.adoc new file mode 100644 index 00000000..e456b816 --- /dev/null +++ b/create-applications/modules/ROOT/pages/index.adoc @@ -0,0 +1,78 @@ += Create applications with Neo4j +:page-role: create-applications +:page-layout: docs-home +:page-toclevels: -1 + + + +[NOTE] +-- +This page is published only as part of local builds and PR previews. +It is not included in the published Neo4j drivers documentation. +-- + + +[.display] +== Language libraries + + +=== Neo4j Python Driver + +[.category] +Drivers + +[.icon] +image:{neo4j-docs-base-uri}/_images/python-logo.svg[] + +[.link] +xref:python-manual:ROOT:index.adoc[Guide] + + +=== Neo4j Go Driver + +[.category] +Drivers + +[.icon] +image:{neo4j-docs-base-uri}/_images/go-logo.svg[] + +[.link] +xref:go-manual:ROOT:index.adoc[Guide] + + +=== Neo4j Java Driver + +[.category] +Drivers + +[.icon] +image:{neo4j-docs-base-uri}/_images/java-logo.svg[] + +[.link] +xref:java-manual:ROOT:index.adoc[Guide] + + +=== Neo4j JavaScript Driver + +[.category] +Drivers + +[.icon] +image:{neo4j-docs-base-uri}/_images/js-logo.svg[] + +[.link] +xref:javascript-manual:ROOT:index.adoc[Guide] + + +=== Neo4j .NET Driver + +[.category] +Drivers + +[.icon] +image:{neo4j-docs-base-uri}/_images/dotnet-logo.svg[] + +[.link] +xref:dotnet-manual:ROOT:index.adoc[Guide] + + diff --git a/preview.yml b/preview.yml index b6fd3a2a..76e1d9c1 100644 --- a/preview.yml +++ b/preview.yml @@ -1,7 +1,7 @@ site: title: Neo4j Docs url: https://neo4j.com/docs -# start_page: python-manual::index.adoc + start_page: create-applications::index.adoc content: sources: @@ -9,6 +9,7 @@ content: branches: ['HEAD'] edit_url: https://github.com/neo4j/docs-drivers/tree/{refname}/{path} start_paths: + - create-applications - go-manual - javascript-manual - python-manual