mirror of https://gitee.com/bigwinds/arangodb
Doc: fix build (fix links + anchors) (#6034)
This commit is contained in:
parent
22088520b5
commit
4693fa44d2
|
@ -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`)
|
||||
|
||||
|
|
|
@ -150,14 +150,14 @@ During view creation the following directives apply:
|
|||
* id: (optional) the desired view identifier
|
||||
* name: (required) the view name
|
||||
* type: \<required\> 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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue