Skip to content

Commit

Permalink
Reorder toc for graph creation
Browse files Browse the repository at this point in the history
Cypher >> native projection
  • Loading branch information
FlorentinD committed Jul 31, 2024
1 parent 3b151c4 commit d188d8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions doc/modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit d188d8e

Please sign in to comment.