From 0fd7bc6b670e259f676a57d12bf260d31332d2a0 Mon Sep 17 00:00:00 2001 From: Merul Dhiman <69296233+coodos@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:44:47 +0530 Subject: [PATCH 1/2] feat: references section to getting-started.md --- docs/docs/Post Platform Guide/getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/Post Platform Guide/getting-started.md b/docs/docs/Post Platform Guide/getting-started.md index 9c217cda2..993b08470 100644 --- a/docs/docs/Post Platform Guide/getting-started.md +++ b/docs/docs/Post Platform Guide/getting-started.md @@ -216,6 +216,7 @@ JWT_SECRET=your-secret-key-here # Registry base URL for signature verification PUBLIC_REGISTRY_URL=https://registry.example.com +``` ## References From 37426bf863be2babfba01db0bd32b3de2e45ac8f Mon Sep 17 00:00:00 2001 From: Merul Dhiman <69296233+coodos@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:46:47 +0530 Subject: [PATCH 2/2] Fix: webhook error handling in documentation --- docs/docs/Post Platform Guide/webhook-controller.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/Post Platform Guide/webhook-controller.md b/docs/docs/Post Platform Guide/webhook-controller.md index e372f9528..77d22bdf8 100644 --- a/docs/docs/Post Platform Guide/webhook-controller.md +++ b/docs/docs/Post Platform Guide/webhook-controller.md @@ -105,6 +105,7 @@ handleWebhook = async (req: Request, res: Response) => { res.status(500).send(); } }; +``` ## References