Skip to content

Commit 7e883d0

Browse files
committed
moving to a backend requests section
1 parent c7a9659 commit 7e883d0

File tree

1 file changed

+41
-34
lines changed

1 file changed

+41
-34
lines changed

docs/manifest.json

Lines changed: 41 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,11 +2656,46 @@
26562656
}
26572657
]
26582658
]
2659-
},
2659+
},
26602660
{
2661-
"title": "Rate limits",
2662-
"href": "/docs/rate-limits"
2661+
"title": "Webhooks",
2662+
"collapse": true,
2663+
"items": [
2664+
[
2665+
{
2666+
"title": "Overview",
2667+
"href": "/docs/webhooks/overview"
2668+
},
2669+
{
2670+
"title": "Sync Clerk data to your application with webhooks",
2671+
"href": "/docs/webhooks/sync-data"
2672+
},
2673+
{
2674+
"title": "Handling webhooks with Inngest",
2675+
"href": "/docs/webhooks/inngest"
2676+
},
2677+
{
2678+
"title": "Send webhooks to Loops",
2679+
"href": "/docs/webhooks/loops"
2680+
},
2681+
{
2682+
"title": "Debug your webhooks",
2683+
"href": "/docs/webhooks/debug-your-webhooks"
2684+
}
2685+
]
2686+
]
26632687
},
2688+
{
2689+
"title": "Transfer ownership",
2690+
"href": "/docs/guides/transferring-your-app"
2691+
}
2692+
]
2693+
]
2694+
},
2695+
{
2696+
"title": "Backend requests",
2697+
"items": [
2698+
[
26642699
{
26652700
"title": "Session Requests",
26662701
"collapse": true,
@@ -2742,34 +2777,6 @@
27422777
]
27432778
]
27442779
},
2745-
{
2746-
"title": "Webhooks",
2747-
"collapse": true,
2748-
"items": [
2749-
[
2750-
{
2751-
"title": "Overview",
2752-
"href": "/docs/webhooks/overview"
2753-
},
2754-
{
2755-
"title": "Sync Clerk data to your application with webhooks",
2756-
"href": "/docs/webhooks/sync-data"
2757-
},
2758-
{
2759-
"title": "Handling webhooks with Inngest",
2760-
"href": "/docs/webhooks/inngest"
2761-
},
2762-
{
2763-
"title": "Send webhooks to Loops",
2764-
"href": "/docs/webhooks/loops"
2765-
},
2766-
{
2767-
"title": "Debug your webhooks",
2768-
"href": "/docs/webhooks/debug-your-webhooks"
2769-
}
2770-
]
2771-
]
2772-
},
27732780
{
27742781
"title": "Versioning",
27752782
"collapse": true,
@@ -2787,8 +2794,8 @@
27872794
]
27882795
},
27892796
{
2790-
"title": "Transfer ownership",
2791-
"href": "/docs/guides/transferring-your-app"
2797+
"title": "Rate limits",
2798+
"href": "/docs/rate-limits"
27922799
}
27932800
]
27942801
]
@@ -3747,4 +3754,4 @@
37473754
}
37483755
]
37493756
]
3750-
}
3757+
}

0 commit comments

Comments
 (0)