From e2af64a574a690be2b4a988ddbab5383d381f783 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Thu, 4 May 2017 12:07:50 +0200 Subject: [PATCH] add a little statement that the files here aren't all plain markdown. --- Documentation/Books/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Documentation/Books/README.md diff --git a/Documentation/Books/README.md b/Documentation/Books/README.md new file mode 100644 index 0000000000..ea5127ccff --- /dev/null +++ b/Documentation/Books/README.md @@ -0,0 +1,5 @@ +ArangoDB Documentation +====================== +This folder contains the source for the documentation on [docs.arangodb.com](https://docs.arangodb.com). +However, its heavily preprocessed, and the files contain several extensions to markup. +See [README_maintainers.md](../../blob/devel/README_maintainers.md) for more details.