Documentation Index
Fetch the complete documentation index at: https://docs.mirage.strukto.ai/llms.txt
Use this file to discover all available pages before exploring further.
GitHubResource exposes a single repository at a ref as a read-only filesystem. Reads stream blobs through the GitHub API.
Setup steps for the personal access token live at GitHub Credentials.
Node
Browser
Config
| Field | Default | Notes |
|---|---|---|
token | required | Personal access token. Redacted in snapshots. |
owner | required | Repo owner (user or org). |
repo | required | Repo name. |
ref | HEAD | Branch, tag, or commit SHA. |
baseUrl | https://api.github.com | Override for GitHub Enterprise. |
Mount mode
read. Writes are not yet exposed.
For the mounted layout (refs, paths, blob caching) see the Python GitHub docs.