mirror of https://gitee.com/bigwinds/arangodb
Document dependencies description
This commit is contained in:
parent
bfda3d4bc0
commit
4585f300d9
|
@ -11,6 +11,12 @@ devel
|
|||
* Foxx configuration values for unknown options will be discarded when saving the configuration in production mode using the web interface
|
||||
|
||||
|
||||
v3.1.2 (20XX-XX-XX)
|
||||
-------------------
|
||||
|
||||
* added support for descriptions field in Foxx dependencies
|
||||
|
||||
|
||||
v3.1.1 (XXXX-XX-XX)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -62,6 +62,7 @@ A `dependencies` definition maps the local alias of a given dependency against i
|
|||
"myAuth": {
|
||||
"name": "@foxx/auth",
|
||||
"version": "^1.0.0",
|
||||
"description": "This description is entirely optional.",
|
||||
"required": false
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@ Every service comes with a `manifest.json` file providing metadata. The followin
|
|||
* **configuration**: `Object` (optional)
|
||||
|
||||
An object defining the [configuration options](Configuration.md) this service requires.
|
||||
<!-- TODO: examples -->
|
||||
|
||||
* **defaultDocument**: `string` (optional)
|
||||
|
||||
|
|
Loading…
Reference in New Issue