From 7e883d00d67379f0cd3debd6016ec031212b7cdc Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 6 Feb 2025 19:11:03 -0800 Subject: [PATCH] moving to a backend requests section --- docs/manifest.json | 75 +++++++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 34 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 7aa0302625..bb3ea0b20b 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -2656,11 +2656,46 @@ } ] ] - }, + }, { - "title": "Rate limits", - "href": "/docs/rate-limits" + "title": "Webhooks", + "collapse": true, + "items": [ + [ + { + "title": "Overview", + "href": "/docs/webhooks/overview" + }, + { + "title": "Sync Clerk data to your application with webhooks", + "href": "/docs/webhooks/sync-data" + }, + { + "title": "Handling webhooks with Inngest", + "href": "/docs/webhooks/inngest" + }, + { + "title": "Send webhooks to Loops", + "href": "/docs/webhooks/loops" + }, + { + "title": "Debug your webhooks", + "href": "/docs/webhooks/debug-your-webhooks" + } + ] + ] }, + { + "title": "Transfer ownership", + "href": "/docs/guides/transferring-your-app" + } + ] + ] + }, + { + "title": "Backend requests", + "items": [ + [ { "title": "Session Requests", "collapse": true, @@ -2742,34 +2777,6 @@ ] ] }, - { - "title": "Webhooks", - "collapse": true, - "items": [ - [ - { - "title": "Overview", - "href": "/docs/webhooks/overview" - }, - { - "title": "Sync Clerk data to your application with webhooks", - "href": "/docs/webhooks/sync-data" - }, - { - "title": "Handling webhooks with Inngest", - "href": "/docs/webhooks/inngest" - }, - { - "title": "Send webhooks to Loops", - "href": "/docs/webhooks/loops" - }, - { - "title": "Debug your webhooks", - "href": "/docs/webhooks/debug-your-webhooks" - } - ] - ] - }, { "title": "Versioning", "collapse": true, @@ -2787,8 +2794,8 @@ ] }, { - "title": "Transfer ownership", - "href": "/docs/guides/transferring-your-app" + "title": "Rate limits", + "href": "/docs/rate-limits" } ] ] @@ -3747,4 +3754,4 @@ } ] ] -} \ No newline at end of file +}