mirror of https://gitee.com/bigwinds/arangodb
Reordered the new graph module before the old graph module
This commit is contained in:
parent
02f1552b35
commit
b228925770
|
@ -69,15 +69,15 @@
|
||||||
* [Joins](AqlExamples/Join.md)
|
* [Joins](AqlExamples/Join.md)
|
||||||
* [Grouping](AqlExamples/Grouping.md)
|
* [Grouping](AqlExamples/Grouping.md)
|
||||||
<!-- 13 -->
|
<!-- 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)
|
* [General Graphs](General-Graphs/README.md)
|
||||||
* [Graph Management](General-Graphs/Management.md)
|
* [Graph Management](General-Graphs/Management.md)
|
||||||
* [Graph Functions](General-Graphs/Functions.md)
|
* [Graph Functions](General-Graphs/Functions.md)
|
||||||
* [Fluent Query Interface](General-Graphs/FluentAQLInterface.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 -->
|
<!-- 15 -->
|
||||||
* [Traversals](Traversals/README.md)
|
* [Traversals](Traversals/README.md)
|
||||||
* [Starting from Scratch](Traversals/StartingFromScratch.md)
|
* [Starting from Scratch](Traversals/StartingFromScratch.md)
|
||||||
|
@ -167,13 +167,13 @@
|
||||||
* [Geo](HttpIndexes/Geo.md)
|
* [Geo](HttpIndexes/Geo.md)
|
||||||
* [Fulltext](HttpIndexes/Fulltext.md)
|
* [Fulltext](HttpIndexes/Fulltext.md)
|
||||||
* [Transactions](HttpTransaction/README.md)
|
* [Transactions](HttpTransaction/README.md)
|
||||||
* [Graphs](HttpGraphs/README.md)
|
|
||||||
* [Vertex](HttpGraphs/Vertex.md)
|
|
||||||
* [Edges](HttpGraphs/Edge.md)
|
|
||||||
* [General Graph](HttpGharial/README.md)
|
* [General Graph](HttpGharial/README.md)
|
||||||
* [Management](HttpGharial/Management.md)
|
* [Management](HttpGharial/Management.md)
|
||||||
* [Vertices](HttpGharial/Vertices.md)
|
* [Vertices](HttpGharial/Vertices.md)
|
||||||
* [Edges](HttpGharial/Edges.md)
|
* [Edges](HttpGharial/Edges.md)
|
||||||
|
* [Graphs](HttpGraphs/README.md)
|
||||||
|
* [Vertex](HttpGraphs/Vertex.md)
|
||||||
|
* [Edges](HttpGraphs/Edge.md)
|
||||||
* [Traversals](HttpTraversal/README.md)
|
* [Traversals](HttpTraversal/README.md)
|
||||||
* [Replication](HttpReplications/README.md)
|
* [Replication](HttpReplications/README.md)
|
||||||
* [Replication Dump](HttpReplications/ReplicationDump.md)
|
* [Replication Dump](HttpReplications/ReplicationDump.md)
|
||||||
|
|
Loading…
Reference in New Issue