0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

New translations notifications.md (Chinese Traditional, Hong Kong)

This commit is contained in:
verdacciobot 2018-01-08 07:45:55 +01:00
parent 954b34cf74
commit 7c36cf0d67

View file

@ -44,10 +44,11 @@ notify:
## Configuration
| Property | Type | Required | Support | Default | Description |
| -------------- | ------------ | -------- | ------- | ------- | -------------------------------------------------------------------------------------------- |
| method | string | No | all | | HTTP verb |
| packagePattern | string | No | all | | Only run this notification if the package name matches the regular expression |
| headers | array/object | Yes | all | | If this endpoint requires specific headers, set them here as an array of key: value objects. |
| endpoint | string | Yes | all | | set the URL endpoint for this call |
| content | string | Yes | all | | any Handlebar expressions |
| Property | Type | Required | Support | Default | Description |
| ------------------- | ------------ | -------- | ------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------- |
| method | string | No | all | | HTTP verb |
| packagePattern | string | No | all | | Only run this notification if the package name matches the regular expression |
| packagePatternFlags | string | No | | Any flags to be used with the regular expression | |
| headers | array/object | Yes | all | | If this endpoint requires specific headers, set them here as an array of key: value objects. |
| endpoint | string | Yes | all | | set the URL endpoint for this call |
| content | string | Yes | all | | any Handlebar expressions |