Skip to content

Commit 71a7172

Browse files
authored
Add neo4j-spatial doc to main index and nav (#95)
1 parent 1988f9a commit 71a7172

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

antora.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ nav:
2020
- modules/neomodel/nav.adoc
2121
- modules/neosemantics/nav.adoc
2222
- modules/rdflib-neo4j/nav.adoc
23+
- modules/spatial/nav.adoc
2324

2425
asciidoc:
2526
attributes:

modules/ROOT/pages/index.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ Liquibase is an open source project for tracking, managing and applying database
6565

6666
=== xref:neo4j-migrations:index.adoc[Neo4j-Migrations]
6767

68-
xref:neo4j-migrations:index.adoc[Neo4j-Migrations] is a set of tools to make your schema migrations as easy as possible.
68+
xref:neo4j-migrations:index.adoc[Neo4j-Migrations] is a set of tools to make your schema migrations as easy as possible.
6969
It provides a uniform way for applications, the command line and build tools alike to track, manage and apply changes to your database.
70-
It is inspired to a large extend by FlywayDB, so most things evolve around Cypher-Scripts.
70+
It is inspired to a large extend by FlywayDB, so most things evolve around Cypher-Scripts.
7171
Neo4j-Migrations builds directly on top of the official Neo4j-Java-Driver, supports Neo4j from 3.5 up to 4.4, including enterprise features such as multidatabase support and impersonation.
7272

7373
=== xref:neosemantics:index.adoc[Neosemantics]
@@ -76,7 +76,7 @@ xref:neosemantics:index.adoc[Neosemantics] integrates RDF and Linked Data with N
7676
It allows to import a wide variety of RDF formats and to expose Neo4j property graphs as Linked Data.
7777
Ontology and Inference are also partially supported.
7878

79-
=== xref:rdflib-neo4j:index.adoc[Rdflib-Neo4j]
79+
=== xref:rdflib-neo4j:index.adoc[Rdflib-Neo4j]
8080
Integrate Neo4j with RDF and Linked Data by using the famous RDFLib library backed by an implementation of the Neo4j store. It provides a client-side alternative to Neosemantics for cloud-native Neo4j deployments.
8181

8282
=== xref:neodash:index.adoc[NeoDash]
@@ -98,6 +98,9 @@ The xref:cypher-workbench:index.adoc[Cypher Workbench] Cypher Workbench provides
9898
=== xref:keymaker:index.adoc[Keymaker]
9999
xref:keymaker:index.adoc[Keymaker] includes an interface which allows users to build analytical pipelines ( or engines ) using Cypher and automatically makes the results of the analytical pipeline available through a GraphQL API endpoint.
100100

101+
=== xref:spatial:index.adoc[Spatial]
102+
xref:spatial:index.adoc[Neo4j-Spatial] is a library facilitating the import, storage and querying of spatial data in Neo4j.
103+
101104
=== Other Active Projects
102105

103106
* link:https://github.com/neo4j-contrib/neovis.js/[Neovis.js^], a graph visualization toolkit for the web, started out as a labs project but now moved to a community maintained project.
@@ -108,7 +111,7 @@ The following projects were successfully developed, incubated, and validated wit
108111

109112
=== link:/docs/operations-manual/current/kubernetes/[Neo4j-Helm^]
110113

111-
xref:neo4j-helm:index.adoc[Neo4j-Helm] saw great adoption and provided important learnings and insights for the link:/docs/operations-manual/current/kubernetes/[official Kubernetes Support for Neo4j^].
114+
xref:neo4j-helm:index.adoc[Neo4j-Helm] saw great adoption and provided important learnings and insights for the link:/docs/operations-manual/current/kubernetes/[official Kubernetes Support for Neo4j^].
112115
Using the Helm package manager for Kubernetes, makes it simple to specify advanced configurations of Neo4j, both standalone and cluster, and run them with Kubernetes across many cloud platforms.
113116

114117
=== https://neo4j.com/product/graphql-library/[GraphQL^] and GRANDstack
@@ -156,7 +159,7 @@ Current Neo4j Labs projects are being actively worked on by our engineers, and m
156159

157160
=== Can I get assistance?
158161

159-
Whilst Neo4j does NOT offer support for Labs projects, you can get assistance from the Neo4j Professional Services team, who are contributors to many of the Labs projects.
162+
Whilst Neo4j does NOT offer support for Labs projects, you can get assistance from the Neo4j Professional Services team, who are contributors to many of the Labs projects.
160163
Whilst the PS team cannot provide product support with an SLA, they can help you with extending the code of Labs Projects, improve code stability/consistency and help with installation, configuration and scale out of Labs technology.
161164

162165
=== How do I contribute?

0 commit comments

Comments
 (0)