diff --git a/algo/src/test/java/org/neo4j/gds/similarity/knn/KnnMemoryEstimateDefinitionTest.java b/algo/src/test/java/org/neo4j/gds/similarity/knn/KnnMemoryEstimateDefinitionTest.java index 14fdbc0847..301d2b3d5f 100644 --- a/algo/src/test/java/org/neo4j/gds/similarity/knn/KnnMemoryEstimateDefinitionTest.java +++ b/algo/src/test/java/org/neo4j/gds/similarity/knn/KnnMemoryEstimateDefinitionTest.java @@ -28,9 +28,9 @@ import org.neo4j.gds.core.GraphDimensions; import org.neo4j.gds.core.ImmutableGraphDimensions; import org.neo4j.gds.core.concurrency.Concurrency; +import org.neo4j.gds.mem.Estimate; import org.neo4j.gds.mem.MemoryRange; import org.neo4j.gds.mem.MemoryTree; -import org.neo4j.gds.mem.Estimate; import java.util.stream.Stream; diff --git a/doc/modules/ROOT/content-nav.adoc b/doc/modules/ROOT/content-nav.adoc index 283d708ab7..58931cc763 100644 --- a/doc/modules/ROOT/content-nav.adoc +++ b/doc/modules/ROOT/content-nav.adoc @@ -21,15 +21,15 @@ ** xref:common-usage/debug-sysinfo.adoc[] * xref:management-ops/index.adoc[] ** xref:management-ops/graph-creation/index.adoc[] -*** xref:management-ops/graph-creation/graph-project.adoc[] *** xref:management-ops/graph-creation/graph-project-cypher-projection.adoc[] -*** xref:management-ops/graph-creation/graph-project-cypher-legacy.adoc[] +*** xref:management-ops/graph-creation/graph-project.adoc[] *** xref:management-ops/graph-creation/graph-project-apache-arrow.adoc[] *** xref:management-ops/graph-creation/graph-filter.adoc[] *** xref:management-ops/graph-creation/sampling/index.adoc[] **** xref:management-ops/graph-creation/sampling/rwr.adoc[] **** xref:management-ops/graph-creation/sampling/cnarw.adoc[] *** xref:management-ops/graph-creation/graph-generation.adoc[] +*** xref:management-ops/graph-creation/graph-project-cypher-legacy.adoc[] ** Catalog operations *** xref:management-ops/graph-list.adoc[] *** xref:management-ops/graph-exists.adoc[]