mirror of https://github.com/docker/docs.git
Follow-up fixes to webhook management changes (#8849)
* Improve webhook management docs UI and API updates Final updates Fix link to event types Standardize word usage Remove old page Add clarification of webhook scope * Incorporate feedback * Update TOC entries and next link
This commit is contained in:
parent
9cc76b8373
commit
ef4fcc506f
|
|
@ -2216,6 +2216,14 @@ manuals:
|
||||||
title: Create and manage organizations
|
title: Create and manage organizations
|
||||||
- path: /ee/dtr/admin/manage-users/permission-levels/
|
- path: /ee/dtr/admin/manage-users/permission-levels/
|
||||||
title: Permission levels
|
title: Permission levels
|
||||||
|
- sectiontitle: Manage webhooks
|
||||||
|
section:
|
||||||
|
- title: Create and manage webhooks
|
||||||
|
path: /ee/dtr/admin/manage-webhooks/
|
||||||
|
- title: Use the web interface
|
||||||
|
path: /ee/dtr/admin/manage-webhooks/use-the-web-ui/
|
||||||
|
- title: Use the API
|
||||||
|
path: /ee/dtr/admin/manage-webhooks/use-the-api/
|
||||||
- sectiontitle: Manage jobs
|
- sectiontitle: Manage jobs
|
||||||
section:
|
section:
|
||||||
- path: /ee/dtr/admin/manage-jobs/job-queue/
|
- path: /ee/dtr/admin/manage-jobs/job-queue/
|
||||||
|
|
@ -2299,14 +2307,6 @@ manuals:
|
||||||
path: /ee/dtr/user/audit-repository-events/
|
path: /ee/dtr/user/audit-repository-events/
|
||||||
- title: Auto-delete repository events
|
- title: Auto-delete repository events
|
||||||
path: /ee/dtr/admin/configure/auto-delete-repo-events/
|
path: /ee/dtr/admin/configure/auto-delete-repo-events/
|
||||||
- sectiontitle: Manage webhooks
|
|
||||||
section:
|
|
||||||
- title: Create and manage webhooks
|
|
||||||
path: /ee/dtr/admin/manage-webhooks/
|
|
||||||
- title: Use the web interface
|
|
||||||
path: /ee/dtr/admin/manage-webhooks/use-the-web-ui
|
|
||||||
- title: Use the API
|
|
||||||
path: /ee/dtr/admin/manage-webhooks/use-the-api
|
|
||||||
- title: Manage access tokens
|
- title: Manage access tokens
|
||||||
path: /ee/dtr/user/access-tokens/
|
path: /ee/dtr/user/access-tokens/
|
||||||
- title: Tag pruning
|
- title: Tag pruning
|
||||||
|
|
|
||||||
|
|
@ -308,4 +308,4 @@ delete subscriptions for repositories which you manage.
|
||||||
|
|
||||||
## Where to go next
|
## Where to go next
|
||||||
|
|
||||||
- [Create promotion policies](promotion-policies/index.md)
|
- [Manage jobs](/ee/dtr/admin/manage-jobs/job-queue/)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue