diff --git a/arangod/Documentation/implementor-manual.dox b/arangod/Documentation/implementor-manual.dox
index f2147762b2..a3f0a788d4 100644
--- a/arangod/Documentation/implementor-manual.dox
+++ b/arangod/Documentation/implementor-manual.dox
@@ -95,6 +95,25 @@
///
///
///
+///
+/// - @ref HttpBlueprints
+///
+/// - @ref A_JSF_POST_blueprints_graph "POST /_api/blueprints/graph"
+/// - @ref A_JSF_GET_blueprints_graph "GET /_api/blueprints/graph"
+/// - @ref A_JSF_DELETE_blueprints_graph "DELETE /_api/blueprints/graph"
+/// - @ref A_JSF_POST_blueprints_vertex "POST /_api/blueprints/vertex"
+/// - @ref A_JSF_GET_blueprints_vertex "GET /_api/blueprints/vertex"
+/// - @ref A_JSF_PUT_blueprints_vertex "PUT /_api/blueprints/vertex"
+/// - @ref A_JSF_DELETE_blueprints_vertex "DELETE /_api/blueprints/vertex"
+/// - @ref A_JSF_GET_blueprints_vertices "GET /_api/blueprints/vertices"
+/// - @ref A_JSF_POST_blueprints_edge "POST /_api/blueprints/edge"
+/// - @ref A_JSF_GET_blueprints_edge "GET /_api/blueprints/edge"
+/// - @ref A_JSF_PUT_blueprints_edge "PUT /_api/blueprints/edge"
+/// - @ref A_JSF_DELETE_blueprints_edge "DELETE /_api/blueprints/edge"
+/// - @ref A_JSF_GET_blueprints_edges "GET /_api/blueprints/edges"
+///
+///
+///
///
///
/// @endif