| 1 |
# Summary |
| 2 |
|
| 3 |
[Introduction](./introduction.md) |
| 4 |
|
| 5 |
# Using shithub |
| 6 |
|
| 7 |
- [Quickstart](./user/quickstart.md) |
| 8 |
- [Cloning over SSH](./user/ssh.md) |
| 9 |
- [Cloning over HTTPS with a PAT](./user/https.md) |
| 10 |
- [Personal access tokens](./user/personal-access-tokens.md) |
| 11 |
- [Account settings](./user/account.md) |
| 12 |
- [Two-factor authentication](./user/2fa.md) |
| 13 |
- [Issues](./user/issues.md) |
| 14 |
- [Pull requests](./user/pull-requests.md) |
| 15 |
- [Branch protection & reviews](./user/branch-protection.md) |
| 16 |
- [Actions](./user/actions.md) |
| 17 |
- [Notifications](./user/notifications.md) |
| 18 |
- [Webhooks](./user/webhooks.md) |
| 19 |
- [Search](./user/search.md) |
| 20 |
- [Organizations & teams](./user/orgs.md) |
| 21 |
- [Markdown reference](./user/markdown.md) |
| 22 |
|
| 23 |
# API reference |
| 24 |
|
| 25 |
- [Overview & conventions](./api/overview.md) |
| 26 |
- [Authentication](./api/auth.md) |
| 27 |
- [Users](./api/users.md) |
| 28 |
- [Organizations](./api/orgs.md) |
| 29 |
- [Repositories](./api/repos.md) |
| 30 |
- [Branches and tags](./api/branches.md) |
| 31 |
- [Repo collaborators](./api/collaborators.md) |
| 32 |
- [Commits](./api/commits.md) |
| 33 |
- [Contents](./api/contents.md) |
| 34 |
- [Forks](./api/forks.md) |
| 35 |
- [Issues](./api/issues.md) |
| 36 |
- [Labels](./api/labels.md) |
| 37 |
- [Pull requests](./api/pulls.md) |
| 38 |
- [Status checks](./api/checks.md) |
| 39 |
- [Actions workflow API](./api/actions.md) |
| 40 |
- [Actions workflow runs](./api/actions-runs.md) |
| 41 |
- [Actions runner API](./api/actions-runner.md) |
| 42 |
- [Webhooks](./api/webhooks.md) |
| 43 |
- [Search](./api/search.md) |
| 44 |
- [Notifications](./api/notifications.md) |
| 45 |
- [Watching / subscriptions](./api/watching.md) |
| 46 |
- [Events / activity](./api/events.md) |
| 47 |
- [Followers / following](./api/followers.md) |
| 48 |
- [Stargazers / starred](./api/stargazers.md) |
| 49 |
- [Admin (site-admin only)](./api/admin.md) |
| 50 |
|
| 51 |
# Self-hosting |
| 52 |
|
| 53 |
- [Prerequisites](./self-host/prerequisites.md) |
| 54 |
- [Deploying with Ansible](./self-host/deploy.md) |
| 55 |
- [Configuration reference](./self-host/configuration.md) |
| 56 |
- [Backup & restore](./self-host/backup-restore.md) |
| 57 |
- [Upgrades & migrations](./self-host/upgrades.md) |
| 58 |
- [Troubleshooting](./self-host/troubleshooting.md) |
| 59 |
- [Capacity planning](./self-host/capacity.md) |
| 60 |
|
| 61 |
--- |
| 62 |
|
| 63 |
[Status](./status.md) |
| 64 |
[Contributing](./contributing.md) |
| 65 |
[Security policy](./security.md) |
| 66 |
[Changelog](./changelog.md) |