Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
import "./.next/types/root-params.d.ts";
import "./.next/dev/types/routes.d.ts";

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
15 changes: 15 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,21 @@ const config = withMarkdownWebBook({
destination: 'https://l3montree.com/impressum',
permanent: false,
},
{
source: '/how-to-guides/integrations/create-webhook',
destination: '/how-to-guides/integrations/custom-webhooks',
permanent: true,
},
{
source: '/how-to-guides/integrations/webhook-events',
destination: '/how-to-guides/integrations/custom-webhooks',
permanent: true,
},
{
source: '/how-to-guides/integrations/webhook-security',
destination: '/how-to-guides/integrations/custom-webhooks',
permanent: true,
},
]
},
})
Expand Down
5 changes: 1 addition & 4 deletions src/pages/how-to-guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ Manage and analyze your project dependencies:

Connect DevGuard with your development platforms:

- [Create Webhook](/how-to-guides/integrations/create-webhook) — Set up webhooks for real-time notifications.
- [Custom Webhooks](/how-to-guides/integrations/custom-webhooks) — Configure custom webhook integrations.
- [Webhook Events](/how-to-guides/integrations/webhook-events) — Understand available webhook event types.
- [Webhook Security](/how-to-guides/integrations/webhook-security) — Secure your webhook endpoints.
- [Custom Webhooks](/how-to-guides/integrations/custom-webhooks) — Scope, event types, and every webhook action with curl examples, payloads, and security notes.

### GitHub Integration
- [Setup GitHub Integration](/how-to-guides/integrations/github/setup-github-integration) — Manual GitHub integration setup.
Expand Down
3 changes: 0 additions & 3 deletions src/pages/how-to-guides/integrations/_meta.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
export default {
'create-webhook': { title: 'Create Webhook' },
'custom-webhooks': { title: 'Custom Webhooks' },
'webhook-events': { title: 'Webhook Events' },
'webhook-security': { title: 'Webhook Security' },
'devguard-for-vscode': { title: 'DevGuard for VS Code' },
github: { title: 'GitHub Integration' },
gitlab: { title: 'GitLab Integration' },
Expand Down
23 changes: 0 additions & 23 deletions src/pages/how-to-guides/integrations/create-webhook.mdx

This file was deleted.

Loading
Loading