diff --git a/Documentation/ImplementorManual/HttpGraphTOC.md b/Documentation/ImplementorManual/HttpGraphTOC.md new file mode 100644 index 0000000000..365d6f3842 --- /dev/null +++ b/Documentation/ImplementorManual/HttpGraphTOC.md @@ -0,0 +1,17 @@ +TOC {#HttpGraphTOC} +=================== + +- @ref HttpGraph + - @ref A_JSF_POST_graph_graph "POST /_api/graph" + - @ref A_JSF_GET_graph_graph "GET /_api/graph" + - @ref A_JSF_DELETE_graph_graph "DELETE /_api/graph" + - @ref A_JSF_POST_graph_vertex "POST /_api/graph/graph-name/vertex" + - @ref A_JSF_GET_graph_vertex "GET /_api/graph/graph-name/vertex" + - @ref A_JSF_PUT_graph_vertex "PUT /_api/graph/graph-name/vertex" + - @ref A_JSF_DELETE_graph_vertex "DELETE /_api/graph/graph-name/vertex" + - @ref A_JSF_POST_graph_vertices "POST /_api/graph/graph-name/vertices" + - @ref A_JSF_POST_graph_edge "POST /_api/graph/graph-name/edge" + - @ref A_JSF_GET_graph_edge "GET /_api/graph/graph-name/edge" + - @ref A_JSF_PUT_graph_edge "PUT /_api/graph/graph-name/edge" + - @ref A_JSF_DELETE_graph_edge "DELETE /_api/graph/graph-name/edge" + - @ref A_JSF_POST_graph_edges "POST /_api/graph/graph-name/edges" diff --git a/Documentation/ImplementorManual/HttpImportTOC.md b/Documentation/ImplementorManual/HttpImportTOC.md new file mode 100644 index 0000000000..97b45fcd72 --- /dev/null +++ b/Documentation/ImplementorManual/HttpImportTOC.md @@ -0,0 +1,6 @@ +TOC {#HttpImportTOC} +==================== + +- @ref HttpImport + - @ref HttpImportSelfContained + - @ref HttpImportHeaderData diff --git a/arangod/Documentation/arangodb_1.0_shell_reference_card.docx b/Documentation/Manual/arangodb_1.0_shell_reference_card.docx similarity index 100% rename from arangod/Documentation/arangodb_1.0_shell_reference_card.docx rename to Documentation/Manual/arangodb_1.0_shell_reference_card.docx diff --git a/arangod/Documentation/arangodb_1.0_shell_reference_card.pdf b/Documentation/Manual/arangodb_1.0_shell_reference_card.pdf similarity index 100% rename from arangod/Documentation/arangodb_1.0_shell_reference_card.pdf rename to Documentation/Manual/arangodb_1.0_shell_reference_card.pdf