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)
|
||||
* [Management](Database/DatabaseManagement.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)
|
||||
* [Basics and Terminology](Document/AddressAndEtag.md)
|
||||
* [Working with Documents](Document/WorkingWithDocuments.md)
|
||||
* [Edges](Edge/README.md)
|
||||
* [Address and ETag](Edge/AddressAndEtag.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)
|
||||
* [Query Results](AqlQueryCursor/QueryResults.md)
|
||||
* [Accessing Cursors](AqlQueryCursor/AccessingCursors.md)
|
||||
|
@ -20,10 +28,12 @@
|
|||
* [AQL Query Cache](AqlQueryCache/README.md)
|
||||
* [AQL User Functions Management](AqlUserFunctions/README.md)
|
||||
* [Simple Queries](SimpleQuery/README.md)
|
||||
* [Collections](Collection/README.md)
|
||||
* [Creating](Collection/Creating.md)
|
||||
* [Getting Information](Collection/Getting.md)
|
||||
* [Modifying](Collection/Modifying.md)
|
||||
* [Async Result Handling](AsyncResultsManagement/README.md)
|
||||
* [Bulk Import / Export](BulkImports/README.md)
|
||||
* [JSON Documents](BulkImports/ImportingSelfContained.md)
|
||||
* [Headers & Values](BulkImports/ImportingHeadersAndValues.md)
|
||||
* [Batch Requests](BatchRequest/README.md)
|
||||
* [Exporting data](Export/README.md)
|
||||
* [Indexes](Indexes/README.md)
|
||||
* [Working with Indexes](Indexes/WorkingWith.md)
|
||||
* [Hash](Indexes/Hash.md)
|
||||
|
@ -31,24 +41,14 @@
|
|||
* [Geo](Indexes/Geo.md)
|
||||
* [Fulltext](Indexes/Fulltext.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 Dump](Replications/ReplicationDump.md)
|
||||
* [Replication Logger](Replications/ReplicationLogger.md)
|
||||
* [Replication Applier](Replications/ReplicationApplier.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)
|
||||
* [Monitoring](AdministrationAndMonitoring/README.md)
|
||||
* [Endpoints](Endpoints/README.md)
|
||||
* [User Management](UserManagement/README.md)
|
||||
* [Tasks](Tasks/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