From 50fdc7130046f565008bf1f721628ca12dbdd6ad Mon Sep 17 00:00:00 2001 From: Simran Date: Fri, 29 Jun 2018 09:29:19 +0200 Subject: [PATCH] Doc - Add versions to Gitbook configs (#5700) --- Documentation/Books/AQL/book.json | 1 + Documentation/Books/Cookbook/book.json | 3 ++- Documentation/Books/HTTP/book.json | 1 + Documentation/Books/Manual/book.json | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) 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",