1
0
Fork 0

Reordered the new graph module before the old graph module

This commit is contained in:
Michael Hackstein 2014-06-18 11:10:54 +02:00
parent 02f1552b35
commit b228925770
1 changed files with 8 additions and 8 deletions

View File

@ -69,15 +69,15 @@
* [Joins](AqlExamples/Join.md)
* [Grouping](AqlExamples/Grouping.md)
<!-- 13 -->
* [Blueprint Graphs](Blueprint-Graphs/README.md)
* [Graph Constructor](Blueprint-Graphs/GraphConstructor.md)
* [Vertex Methods](Blueprint-Graphs/VertexMethods.md)
* [Edge Methods](Blueprint-Graphs/EdgeMethods.md)
<!-- 14 -->
* [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)
<!-- 14 -->
* [Blueprint Graphs](Blueprint-Graphs/README.md)
* [Graph Constructor](Blueprint-Graphs/GraphConstructor.md)
* [Vertex Methods](Blueprint-Graphs/VertexMethods.md)
* [Edge Methods](Blueprint-Graphs/EdgeMethods.md)
<!-- 15 -->
* [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)