Documentation Index
Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
SSH Key Setup for GitHub
To access GitHub through Hoop, you need an SSH key registered with your GitHub account.Generate SSH Key (if you don’t have one)
Register Key with GitHub
- Go to GitHub Settings → SSH and GPG keys → New SSH key
- Paste your public key (
cat ~/.ssh/github_key.pub) - Give it a name (e.g., “GitHub Access”)
- Click “Add SSH key”