From 4693fa44d2a88cadb1e2ea0635c9bf441d8927bf Mon Sep 17 00:00:00 2001 From: maxkernbach Date: Tue, 31 Jul 2018 13:09:12 +0200 Subject: [PATCH] Doc: fix build (fix links + anchors) (#6034) --- Documentation/Books/Manual/Foxx/Reference/Modules/Auth.md | 7 ++++++- Documentation/Books/Manual/Views/ArangoSearch/README.md | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Documentation/Books/Manual/Foxx/Reference/Modules/Auth.md b/Documentation/Books/Manual/Foxx/Reference/Modules/Auth.md index 95b460bf20..3a6d46cbd8 100644 --- a/Documentation/Books/Manual/Foxx/Reference/Modules/Auth.md +++ b/Documentation/Books/Manual/Foxx/Reference/Modules/Auth.md @@ -36,7 +36,12 @@ Creates an authenticator. * `"sha512"` * `"pbkdf2"` - **Note**: PBKDF2 is more secure but also takes considerably more resources to compute, which will impact ArangoDB performance, especially when verifying/hashing multiple passwords at a time. If you need a secure authentication mechanism consider performing authentication outside the database or using a third-party identity provider that [supports OAuth 1.0a](OAuth1.md) or [OAuth 2.0](OAuth2.md). + **Note**: PBKDF2 is more secure but also takes considerably more resources + to compute, which will impact ArangoDB performance, especially when + verifying/hashing multiple passwords at a time. If you need a secure + authentication mechanism consider performing authentication outside the database + or using a third-party identity provider that [supports OAuth 1.0a](OAuth1.md) + or [OAuth 2.0](OAuth2.md). * **saltLength**: `number` (Default: `16`) diff --git a/Documentation/Books/Manual/Views/ArangoSearch/README.md b/Documentation/Books/Manual/Views/ArangoSearch/README.md index 1a779bc8a6..c85fdd6cb3 100644 --- a/Documentation/Books/Manual/Views/ArangoSearch/README.md +++ b/Documentation/Books/Manual/Views/ArangoSearch/README.md @@ -150,14 +150,14 @@ During view creation the following directives apply: * id: (optional) the desired view identifier * name: (required) the view name * type: \ the value "arangosearch" - any of the directives from the section [View properties](#view-properties-modifiable) + any of the directives from the section [View properties](#view-properties-updatable) During view modification the following directives apply: * links: (optional) a mapping of collection-name/collection-identifier to one of: * link creation - link definition as per the section [Link properties](#link-properties) * link removal - JSON keyword *null* (i.e. nullify a link if present) - any of the directives from the section [modifiable view properties ](#view-properties-modifiable) + any of the directives from the section [modifiable view properties](#view-properties-updatable) ### View properties (non-updatable)