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 @@ ///