Skip to content

Commit 1eafef7

Browse files
committed
Move integration page under directory
1 parent 64ba0b8 commit 1eafef7

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

docs/antora/modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
* xref:index.adoc[]
22
* xref:installation.adoc[]
33
* xref:getting-started.adoc[]
4-
* xref:integration.adoc[]
4+
* xref:integration/index.adoc[]
55
* xref:rendering.adoc[]
66
* xref:customizing.adoc[]
77
* link:{tutorials-docs-uri}[Tutorials]

docs/antora/modules/ROOT/pages/customizing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you have not yet created a `VisualizationGraph` object, refer to one of the f
1010
* xref:getting-started.adoc[Getting started] for creating a visualization graph from scratch using `neo4j-viz`
1111
primitives like link:{api-docs-uri}/node/[Node] and link:{api-docs-uri}/relationship/[Relationship] and
1212
link:{api-docs-uri}/visualization-graph[`VisualizationGraph`] directly.
13-
* xref:integration.adoc[] for importing data from a Pandas DataFrame or Neo4j GDS projection.
13+
* xref:integration/index.adoc[] for importing data from a Pandas DataFrame or Neo4j GDS projection.
1414
1515
== Setting node captions
1616

docs/antora/modules/ROOT/pages/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ Now that we have covered the basics of creating and rendering a visualization gr
8686
Here are some suggestions for what to do next:
8787

8888
* Browse the link:{tutorials-docs-uri}[notebook examples] for more examples and use cases
89-
* Learn about the xref:integration.adoc[integrations] with other libraries such as Neo4j GDS and Pandas
89+
* Learn about the xref:integration/index.adoc[integrations] with other libraries such as Neo4j GDS and Pandas
9090
* Check out the xref:rendering.adoc[rendering options] and convenience methods of `VisualizationGraph`
9191
* Read about our link:{api-docs-uri}/[API reference]
File renamed without changes.

docs/antora/modules/ROOT/pages/rendering.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you have not yet created a `VisualizationGraph` object, refer to one of the f
88
* xref:getting-started.adoc[Getting started] for creating a visualization graph from scratch using `neo4j-viz`
99
primitives like link:{api-docs-uri}/node[Node] and link:{api-docs-uri}/relationship[Relationship] and
1010
link:{api-docs-uri}/visualization-graph>[`VisualizationGraph`] directly.
11-
* xref:integration.adoc[] for importing data from a Pandas DataFrame or Neo4j GDS projection.
11+
* xref:integration/index.adoc[] for importing data from a Pandas DataFrame or Neo4j GDS projection.
1212
1313
== The `render` method
1414

0 commit comments

Comments
 (0)