#2069·context7

[Feature]: Unified repo and docs site documentation

Author: rnettCreated Mar 2, 2026Updated Jul 8, 2026
Labelsenhancement

Problem Description

Many libraries, including mine, don't have all of their documentation available in the repo. Some of it is generated when publishing a docs site, or permanently lives on external sites.

While context7 does support redirecting to the docs site, sometimes there is information in the repository that is not in the docs site, and the repository is often much easier to parse.

Proposed Solution

Instead of forcing us to use either the docs site or the repository, it would be helpful if we could attach multiple sources (e.g. repo, docs site) to a single library.

Alternatives Considered

No response

Priority

Would improve my workflow

Additional Context

No response