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 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