Fixed doc generation
+ rollback the (now) unecessary changes Signed-off-by: Olivier Gambier <olivier@docker.com>
This commit is contained in:
parent
f89e584aa5
commit
4e95367e55
4 changed files with 6 additions and 6 deletions
|
@ -17,7 +17,7 @@ The Registry supports sending webhook notifications in response to events
|
|||
happening within the registry. Notifications are sent in response to manifest
|
||||
pushes and pulls and layer pushes and pulls. These actions are serialized into
|
||||
events. The events are queued into a registry-internal broadcast system which
|
||||
queues and dispatches events to endpoints.
|
||||
queues and dispatches events to [_Endpoints_](#endpoints).
|
||||
|
||||

|
||||
|
||||
|
@ -54,7 +54,7 @@ The above would configure the registry with an endpoint to send events to
|
|||
5 failures happen consecutively, the registry will backoff for 1 second before
|
||||
trying again.
|
||||
|
||||
For details on the fields, please see the [configuration documentation](configuration.md).
|
||||
For details on the fields, please see the [configuration documentation](configuration.md#notifications).
|
||||
|
||||
A properly configured endpoint should lead to a log message from the registry
|
||||
upon startup:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue