diff --git a/Documentation/Books/AQL/book.json b/Documentation/Books/AQL/book.json index 31cb54110f..f052b96ff6 100644 --- a/Documentation/Books/AQL/book.json +++ b/Documentation/Books/AQL/book.json @@ -1,6 +1,7 @@ { "gitbook": "^3.2.2", "title": "ArangoDB VERSION_NUMBER AQL Documentation", + "version": "VERSION_NUMBER", "author": "ArangoDB GmbH", "description": "Official AQL manual for ArangoDB - the native multi-model NoSQL database", "language": "en", diff --git a/Documentation/Books/Cookbook/book.json b/Documentation/Books/Cookbook/book.json index 25a7adfcb3..e67049b78e 100644 --- a/Documentation/Books/Cookbook/book.json +++ b/Documentation/Books/Cookbook/book.json @@ -1,6 +1,7 @@ { "gitbook": "^3.2.2", - "title": "ArangoDB Cookbook", + "title": "ArangoDB VERSION_NUMBER Cookbook", + "version": "VERSION_NUMBER", "author": "ArangoDB GmbH", "description": "Recipes for ArangoDB - the native multi-model NoSQL database", "language": "en", diff --git a/Documentation/Books/HTTP/book.json b/Documentation/Books/HTTP/book.json index 36356b483c..8736ec1db9 100644 --- a/Documentation/Books/HTTP/book.json +++ b/Documentation/Books/HTTP/book.json @@ -1,6 +1,7 @@ { "gitbook": "^3.2.2", "title": "ArangoDB VERSION_NUMBER HTTP API Documentation", + "version": "VERSION_NUMBER", "author": "ArangoDB GmbH", "description": "Official HTTP API manual for ArangoDB - the native multi-model NoSQL database", "language": "en", diff --git a/Documentation/Books/Manual/book.json b/Documentation/Books/Manual/book.json index eb8d6f41bf..c207f4372d 100644 --- a/Documentation/Books/Manual/book.json +++ b/Documentation/Books/Manual/book.json @@ -1,6 +1,7 @@ { "gitbook": "^3.2.2", "title": "ArangoDB VERSION_NUMBER Documentation", + "version": "VERSION_NUMBER", "author": "ArangoDB GmbH", "description": "Official manual for ArangoDB - the native multi-model NoSQL database", "language": "en",