From df8fe7bf239c64a009f5cfc5aeb45aac10a4daaf Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Wed, 6 Feb 2013 17:40:44 +0100 Subject: [PATCH] converting .dox to .md --- .../ImplementorManual/HttpGraphTOC.md | 17 +++++++++++++++++ .../ImplementorManual/HttpImportTOC.md | 6 ++++++ .../arangodb_1.0_shell_reference_card.docx | Bin .../arangodb_1.0_shell_reference_card.pdf | Bin 4 files changed, 23 insertions(+) create mode 100644 Documentation/ImplementorManual/HttpGraphTOC.md create mode 100644 Documentation/ImplementorManual/HttpImportTOC.md rename {arangod/Documentation => Documentation/Manual}/arangodb_1.0_shell_reference_card.docx (100%) rename {arangod/Documentation => Documentation/Manual}/arangodb_1.0_shell_reference_card.pdf (100%) 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