From 518b9972f4875a445189da36df90fbfbce6b67a9 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Tue, 5 Feb 2013 13:02:14 +0100 Subject: [PATCH] issue #358: moved CORS documentation to a page of its own in implementor manual => advanced topics --- Documentation/Makefile.files | 1 + arangod/Documentation/communication.dox | 2 +- arangod/Documentation/implementor-manual.dox | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/Makefile.files b/Documentation/Makefile.files index 5dc70b463f..2726b22a38 100644 --- a/Documentation/Makefile.files +++ b/Documentation/Makefile.files @@ -54,6 +54,7 @@ WIKI = \ CommandLine \ Compiling \ Communication \ + CommunicationCors \ DbaManual \ DbaManualBasics \ DbaManualAuthentication \ diff --git a/arangod/Documentation/communication.dox b/arangod/Documentation/communication.dox index fff1ec08ad..930411bffd 100644 --- a/arangod/Documentation/communication.dox +++ b/arangod/Documentation/communication.dox @@ -106,7 +106,7 @@ /// Requests using any other HTTP method (such as for example CONNECT, TRACE etc.) /// will be rejected by ArangoDB. /// -/// @section CommunicationCors Cross Origin Resource Sharing (CORS) requests +/// @page CommunicationCors Cross Origin Resource Sharing (CORS) requests /// /// ArangoDB will automatically handle CORS requests as follows: /// - when the client sends an @LIT{Origin} HTTP header, ArangoDB will return diff --git a/arangod/Documentation/implementor-manual.dox b/arangod/Documentation/implementor-manual.dox index 0c895634fb..7b6ca94b04 100644 --- a/arangod/Documentation/implementor-manual.dox +++ b/arangod/Documentation/implementor-manual.dox @@ -83,6 +83,7 @@ ///
  • Advanced Topics ///