Allow Context7 to combine documentation from both the repository and external documentation sites, as sometimes information is only available in one location or the other.
### 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_