-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add index page for local preview (#432)
Added a new index page that can be used as the `start_page` in the preview playbook. The page uses the same style and path as the Create Applications page at neo4j.com/docs/create-applications/. This ensures that localhost:8000 returns a useful page when building local and PR preview.
- Loading branch information
Showing
4 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: create-applications | ||
title: Neo4j Drivers | ||
version: '5' | ||
start_page: ROOT:index.adoc | ||
nav: | ||
- modules/ROOT/content-nav.adoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* xref:index.adoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters