Skip to content

Commit f0513a5

Browse files
authored
docs: fix code block bounds (#768)
* feat: references section to getting-started.md * Fix: webhook error handling in documentation
1 parent 81aaf0e commit f0513a5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/docs/Post Platform Guide/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ JWT_SECRET=your-secret-key-here
216216
217217
# Registry base URL for signature verification
218218
PUBLIC_REGISTRY_URL=https://registry.example.com
219+
```
219220

220221
## References
221222

docs/docs/Post Platform Guide/webhook-controller.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ handleWebhook = async (req: Request, res: Response) => {
105105
res.status(500).send();
106106
}
107107
};
108+
```
108109

109110
## References
110111

0 commit comments

Comments
 (0)