diff --git a/_data/toc.yaml b/_data/toc.yaml index 71d17e6d18..130bf78530 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -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 diff --git a/ee/dtr/admin/manage-webhooks/use-the-api.md b/ee/dtr/admin/manage-webhooks/use-the-api.md index 1066bcaea0..275491b55d 100644 --- a/ee/dtr/admin/manage-webhooks/use-the-api.md +++ b/ee/dtr/admin/manage-webhooks/use-the-api.md @@ -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/)