mirror of https://gitee.com/bigwinds/arangodb
Slightly improve order of HTTP docs
This commit is contained in:
parent
4110e5b3f1
commit
f1a58751d5
|
@ -6,13 +6,21 @@
|
||||||
* [To-Endpoint](Database/DatabaseEndpoint.md)
|
* [To-Endpoint](Database/DatabaseEndpoint.md)
|
||||||
* [Management](Database/DatabaseManagement.md)
|
* [Management](Database/DatabaseManagement.md)
|
||||||
* [Notes on Databases](Database/NotesOnDatabases.md)
|
* [Notes on Databases](Database/NotesOnDatabases.md)
|
||||||
|
* [Collections](Collection/README.md)
|
||||||
|
* [Creating](Collection/Creating.md)
|
||||||
|
* [Getting Information](Collection/Getting.md)
|
||||||
|
* [Modifying](Collection/Modifying.md)
|
||||||
* [Documents](Document/README.md)
|
* [Documents](Document/README.md)
|
||||||
* [Basics and Terminology](Document/AddressAndEtag.md)
|
* [Basics and Terminology](Document/AddressAndEtag.md)
|
||||||
* [Working with Documents](Document/WorkingWithDocuments.md)
|
* [Working with Documents](Document/WorkingWithDocuments.md)
|
||||||
* [Edges](Edge/README.md)
|
* [Edges](Edge/README.md)
|
||||||
* [Address and ETag](Edge/AddressAndEtag.md)
|
* [Address and ETag](Edge/AddressAndEtag.md)
|
||||||
* [Working with Edges](Edge/WorkingWithEdges.md)
|
* [Working with Edges](Edge/WorkingWithEdges.md)
|
||||||
* [Exporting data](Export/README.md)
|
* [General Graph](Gharial/README.md)
|
||||||
|
* [Management](Gharial/Management.md)
|
||||||
|
* [Vertices](Gharial/Vertices.md)
|
||||||
|
* [Edges](Gharial/Edges.md)
|
||||||
|
* [Traversals](Traversal/README.md)
|
||||||
* [AQL Query Cursors](AqlQueryCursor/README.md)
|
* [AQL Query Cursors](AqlQueryCursor/README.md)
|
||||||
* [Query Results](AqlQueryCursor/QueryResults.md)
|
* [Query Results](AqlQueryCursor/QueryResults.md)
|
||||||
* [Accessing Cursors](AqlQueryCursor/AccessingCursors.md)
|
* [Accessing Cursors](AqlQueryCursor/AccessingCursors.md)
|
||||||
|
@ -20,10 +28,12 @@
|
||||||
* [AQL Query Cache](AqlQueryCache/README.md)
|
* [AQL Query Cache](AqlQueryCache/README.md)
|
||||||
* [AQL User Functions Management](AqlUserFunctions/README.md)
|
* [AQL User Functions Management](AqlUserFunctions/README.md)
|
||||||
* [Simple Queries](SimpleQuery/README.md)
|
* [Simple Queries](SimpleQuery/README.md)
|
||||||
* [Collections](Collection/README.md)
|
* [Async Result Handling](AsyncResultsManagement/README.md)
|
||||||
* [Creating](Collection/Creating.md)
|
* [Bulk Import / Export](BulkImports/README.md)
|
||||||
* [Getting Information](Collection/Getting.md)
|
* [JSON Documents](BulkImports/ImportingSelfContained.md)
|
||||||
* [Modifying](Collection/Modifying.md)
|
* [Headers & Values](BulkImports/ImportingHeadersAndValues.md)
|
||||||
|
* [Batch Requests](BatchRequest/README.md)
|
||||||
|
* [Exporting data](Export/README.md)
|
||||||
* [Indexes](Indexes/README.md)
|
* [Indexes](Indexes/README.md)
|
||||||
* [Working with Indexes](Indexes/WorkingWith.md)
|
* [Working with Indexes](Indexes/WorkingWith.md)
|
||||||
* [Hash](Indexes/Hash.md)
|
* [Hash](Indexes/Hash.md)
|
||||||
|
@ -31,24 +41,14 @@
|
||||||
* [Geo](Indexes/Geo.md)
|
* [Geo](Indexes/Geo.md)
|
||||||
* [Fulltext](Indexes/Fulltext.md)
|
* [Fulltext](Indexes/Fulltext.md)
|
||||||
* [Transactions](Transaction/README.md)
|
* [Transactions](Transaction/README.md)
|
||||||
* [General Graph](Gharial/README.md)
|
|
||||||
* [Management](Gharial/Management.md)
|
|
||||||
* [Vertices](Gharial/Vertices.md)
|
|
||||||
* [Edges](Gharial/Edges.md)
|
|
||||||
* [Traversals](Traversal/README.md)
|
|
||||||
* [Replication](Replications/README.md)
|
* [Replication](Replications/README.md)
|
||||||
* [Replication Dump](Replications/ReplicationDump.md)
|
* [Replication Dump](Replications/ReplicationDump.md)
|
||||||
* [Replication Logger](Replications/ReplicationLogger.md)
|
* [Replication Logger](Replications/ReplicationLogger.md)
|
||||||
* [Replication Applier](Replications/ReplicationApplier.md)
|
* [Replication Applier](Replications/ReplicationApplier.md)
|
||||||
* [Other Replication Commands](Replications/OtherReplication.md)
|
* [Other Replication Commands](Replications/OtherReplication.md)
|
||||||
* [Tasks](Tasks/README.md)
|
|
||||||
* [Monitoring](AdministrationAndMonitoring/README.md)
|
|
||||||
* [User Management](UserManagement/README.md)
|
|
||||||
* [Async Result Handling](AsyncResultsManagement/README.md)
|
|
||||||
* [Endpoints](Endpoints/README.md)
|
|
||||||
* [Sharding](ShardingInterface/README.md)
|
* [Sharding](ShardingInterface/README.md)
|
||||||
|
* [Monitoring](AdministrationAndMonitoring/README.md)
|
||||||
|
* [Endpoints](Endpoints/README.md)
|
||||||
|
* [User Management](UserManagement/README.md)
|
||||||
|
* [Tasks](Tasks/README.md)
|
||||||
* [Miscellaneous functions](MiscellaneousFunctions/README.md)
|
* [Miscellaneous functions](MiscellaneousFunctions/README.md)
|
||||||
* [Bulk Import / Export](BulkImports/README.md)
|
|
||||||
* [JSON Documents](BulkImports/ImportingSelfContained.md)
|
|
||||||
* [Headers & Values](BulkImports/ImportingHeadersAndValues.md)
|
|
||||||
* [Batch Requests](BatchRequest/README.md)
|
|
||||||
|
|
Loading…
Reference in New Issue