docs: migrate to Mintlify (#8154)

This commit is contained in:
ᴊᴏᴇ ᴄʜᴇɴ
2026-02-07 17:32:52 -05:00
committed by GitHub
parent edc1478f6b
commit 9dd3e58f7b
142 changed files with 9544 additions and 82 deletions

View File

@@ -0,0 +1,4 @@
---
title: "Create a hook"
openapi: "POST /repos/{owner}/{repo}/hooks"
---

View File

@@ -0,0 +1,4 @@
---
title: "Delete a hook"
openapi: "DELETE /repos/{owner}/{repo}/hooks/{id}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Edit a hook"
openapi: "PATCH /repos/{owner}/{repo}/hooks/{id}"
---

View File

@@ -0,0 +1,4 @@
---
title: "List hooks"
openapi: "GET /repos/{owner}/{repo}/hooks"
---