support icon indicating copy to clipboard operation
support copied to clipboard

Support READMEs for packages inside monorepos

Open dmfrancisco opened this issue 10 years ago • 0 comments

We currently get the READMEs already rendered via GitHub API. This allows us to support GitHub Task Lists, allows us to be sure that the README always looks as expected, and also support READMEs that are not written in Markdown. But for monorepos, where there are several READMEs per repository (one for each package), it would be preferable to use the README NPM provides (or alternatively, somehow find those files inside the repo and still use the GitHub API).

Currently, the main README is shown for all subpackages, which is not helpful, as seen here.

dmfrancisco avatar Feb 06 '16 22:02 dmfrancisco