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 repository in an organization"
openapi: "POST /org/{org}/repos"
---

View File

@@ -0,0 +1,4 @@
---
title: "Create a repository"
openapi: "POST /user/repos"
---

View File

@@ -0,0 +1,4 @@
---
title: "Create or update a file"
openapi: "PUT /repos/{owner}/{repo}/contents/{path}"
---

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
---
title: "Download raw content"
openapi: "GET /repos/{owner}/{repo}/raw/{ref}/{filepath}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Edit issue tracker settings"
openapi: "PATCH /repos/{owner}/{repo}/issue-tracker"
---

View File

@@ -0,0 +1,4 @@
---
title: "Edit wiki settings"
openapi: "PATCH /repos/{owner}/{repo}/wiki"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get a branch"
openapi: "GET /repos/{owner}/{repo}/branches/{branch}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get a repository"
openapi: "GET /repos/{owner}/{repo}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get a single commit"
openapi: "GET /repos/{owner}/{repo}/commits/{sha}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get contents"
openapi: "GET /repos/{owner}/{repo}/contents/{path}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get editorconfig definition"
openapi: "GET /repos/{owner}/{repo}/editorconfig/{filename}"
---

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
---
title: "List organization repositories"
openapi: "GET /orgs/{orgname}/repos"
---

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
---
title: "Migrate a repository"
openapi: "POST /repos/migrate"
---

View File

@@ -0,0 +1,4 @@
---
title: "Mirror sync"
openapi: "POST /repos/{owner}/{repo}/mirror-sync"
---

View File

@@ -0,0 +1,4 @@
---
title: "Search repositories"
openapi: "GET /repos/search"
---