From b228925770454d5776f2e8f79e8b34b7fc24ecc6 Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Wed, 18 Jun 2014 11:10:54 +0200 Subject: [PATCH] Reordered the new graph module before the old graph module --- Documentation/Books/Users/SUMMARY.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/Books/Users/SUMMARY.md b/Documentation/Books/Users/SUMMARY.md index 75aee80d43..f06fe32155 100644 --- a/Documentation/Books/Users/SUMMARY.md +++ b/Documentation/Books/Users/SUMMARY.md @@ -69,15 +69,15 @@ * [Joins](AqlExamples/Join.md) * [Grouping](AqlExamples/Grouping.md) -* [Blueprint Graphs](Blueprint-Graphs/README.md) - * [Graph Constructor](Blueprint-Graphs/GraphConstructor.md) - * [Vertex Methods](Blueprint-Graphs/VertexMethods.md) - * [Edge Methods](Blueprint-Graphs/EdgeMethods.md) - * [General Graphs](General-Graphs/README.md) * [Graph Management](General-Graphs/Management.md) * [Graph Functions](General-Graphs/Functions.md) * [Fluent Query Interface](General-Graphs/FluentAQLInterface.md) + +* [Blueprint Graphs](Blueprint-Graphs/README.md) + * [Graph Constructor](Blueprint-Graphs/GraphConstructor.md) + * [Vertex Methods](Blueprint-Graphs/VertexMethods.md) + * [Edge Methods](Blueprint-Graphs/EdgeMethods.md) * [Traversals](Traversals/README.md) * [Starting from Scratch](Traversals/StartingFromScratch.md) @@ -167,13 +167,13 @@ * [Geo](HttpIndexes/Geo.md) * [Fulltext](HttpIndexes/Fulltext.md) * [Transactions](HttpTransaction/README.md) - * [Graphs](HttpGraphs/README.md) - * [Vertex](HttpGraphs/Vertex.md) - * [Edges](HttpGraphs/Edge.md) * [General Graph](HttpGharial/README.md) * [Management](HttpGharial/Management.md) * [Vertices](HttpGharial/Vertices.md) * [Edges](HttpGharial/Edges.md) + * [Graphs](HttpGraphs/README.md) + * [Vertex](HttpGraphs/Vertex.md) + * [Edges](HttpGraphs/Edge.md) * [Traversals](HttpTraversal/README.md) * [Replication](HttpReplications/README.md) * [Replication Dump](HttpReplications/ReplicationDump.md)