1
0
Fork 0

Documentation fixes

This commit is contained in:
Simran Brucherseifer 2016-05-02 22:03:43 +02:00
parent f6104e09a3
commit 412ac7b53f
7 changed files with 21 additions and 19 deletions

View File

@ -13,10 +13,10 @@
<li>
<a href="BASE_PATH/Users/index.html">Manual</a>
</li>
<li class="active-tab">
<li>
<a href="BASE_PATH/AQL/index.html">AQL</a>
</li>
<li>
<li class="active-tab">
<a href="BASE_PATH/HTTP/index.html">HTTP</a>
</li>
<li>

View File

@ -0,0 +1 @@
!CHAPTER Deprecated

View File

@ -0,0 +1 @@
!CHAPTER Concepts

View File

@ -1 +1 @@
!CHAPTER Graphs, Vertices and Edges
!CHAPTER Graphs, Vertices & Edges

View File

@ -10,10 +10,10 @@
<gcse:searchbox-only></gcse:searchbox-only>
</div>
<ul id="navmenu">
<li>
<li class="active-tab">
<a href="BASE_PATH/Users/index.html">Manual</a>
</li>
<li class="active-tab">
<li>
<a href="BASE_PATH/AQL/index.html">AQL</a>
</li>
<li>

View File

@ -1,4 +1,4 @@
!SECTION How ArangoDB uses Indexes
!SECTION Index Utilization
In most cases ArangoDB will use a single index per collection in a given query. AQL queries can
use more than one index per collection when multiple FILTER conditions are combined with a

View File

@ -51,8 +51,8 @@
#
* [Indexing](Indexing/README.md)
* [Index Basics](Indexing/IndexBasics.md)
* [Which Index to use when](Indexing/WhichIndex.md)
* [How ArangoDB uses indexes](Indexing/HowArangoDBUsesIndexes.md)
* [Which index to use when](Indexing/WhichIndex.md)
* [Index Utilization](Indexing/IndexUtilization.md)
* [Working with Indexes](Indexing/WorkingWithIndexes.md)
* [Hash Indexes](Indexing/Hash.md)
* [Skiplists](Indexing/Skiplist.md)
@ -152,7 +152,7 @@
* [Troubleshooting](Troubleshooting/README.md)
* [Emergency Console](Troubleshooting/EmergencyConsole.md)
* [Datafile Debugger](Troubleshooting/DatafileDebugger.md)
* [Arangob](Troubleshooting/Arangob.md)
* [Arangobench](Troubleshooting/Arangobench.md)
#
* [Architecture](Architecture/README.md)
* [Write-ahead log](Architecture/WriteAheadLog.md)
@ -178,15 +178,15 @@
#
* [Appendix](Appendix/README.md)
* [JavaScript Modules](Appendix/JavaScriptModules/README.md)
* ["console"](Appendix/Modules/Console.md)
* ["fs"](Appendix/Modules/FS.md)
* ["process"](Appendix/Modules/Process.md)
* ["request"](Appendix/Modules/Request.md)
* ["actions"](Appendix/Modules/Actions.md)
* ["queries"](Appendix/Modules/Queries.md)
* ["planner"](Appendix/Modules/Planner.md)
* [Write-ahead log](Appendix/Modules/WAL.md)
* [Task Management](Appendix/Modules/Tasks.md)
* ["console"](Appendix/JavaScriptModules/Console.md)
* ["fs"](Appendix/JavaScriptModules/FS.md)
* ["process"](Appendix/JavaScriptModules/Process.md)
* ["request"](Appendix/JavaScriptModules/Request.md)
* ["actions"](Appendix/JavaScriptModules/Actions.md)
* ["queries"](Appendix/JavaScriptModules/Queries.md)
* ["planner"](Appendix/JavaScriptModules/Planner.md)
* [Write-ahead log](Appendix/JavaScriptModules/WAL.md)
* [Task Management](Appendix/JavaScriptModules/Tasks.md)
* [Deprecated](Appendix/Deprecated/README.md)
* [Simple Queries](Appendix/Deprecated/SimpleQueries/README.md)
* [Sequential Access](Appendix/Deprecated/SimpleQueries/Access.md)
@ -199,5 +199,5 @@
* [Json Objects](Appendix/Deprecated/Actions/JsonExample.md)
* [Modifying](Appendix/Deprecated/Actions/Modifying.md)
# Link to here from arangosh, actions, foxx, transactions
* [Error codes and meanings](Appendix/ErrorCodes/README.md)
* [Error codes and meanings](Appendix/ErrorCodes.md)
* [Glossary](Appendix/Glossary.md)