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:
Maria Bermudez 2019-05-25 12:10:03 -07:00 committed by GitHub
parent 9cc76b8373
commit ef4fcc506f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -2216,6 +2216,14 @@ manuals:
title: Create and manage organizations
- path: /ee/dtr/admin/manage-users/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
section:
- path: /ee/dtr/admin/manage-jobs/job-queue/
@ -2299,14 +2307,6 @@ manuals:
path: /ee/dtr/user/audit-repository-events/
- title: Auto-delete repository 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
path: /ee/dtr/user/access-tokens/
- title: Tag pruning

View File

@ -308,4 +308,4 @@ delete subscriptions for repositories which you manage.
## Where to go next
- [Create promotion policies](promotion-policies/index.md)
- [Manage jobs](/ee/dtr/admin/manage-jobs/job-queue/)