Pull a package's docs/*.md folder from GitHub into queryable Eloquent models.
A headless package that pulls a package's docs/*.md folder — from GitHub, or
a local folder for a project with no repository of its own yet — into
queryable Eloquent models. There is no bundled frontend or theme — the
consuming application renders the UI against the Project and Document
models this package provides.
This version only pulls per-package "project" docs (a docs/ folder living in
each package's own repository). A future version may add a second content
type for site-wide static pages (home, about, etc.) sourced from a single
shared repository — see upgrading.md.