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 an organization"
openapi: "POST /user/orgs"
---

View File

@@ -0,0 +1,4 @@
---
title: "Edit an organization"
openapi: "PATCH /orgs/{orgname}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get an organization"
openapi: "GET /orgs/{orgname}"
---

View File

@@ -0,0 +1,4 @@
---
title: "List teams of an organization"
openapi: "GET /orgs/{orgname}/teams"
---

View File

@@ -0,0 +1,4 @@
---
title: "List user organizations"
openapi: "GET /users/{username}/orgs"
---

View File

@@ -0,0 +1,4 @@
---
title: "List your organizations"
openapi: "GET /user/orgs"
---