12 comments (12 comments)2 reactions (2 reactions)0 assignees (0 assignees)TypeScript26 forks (26 forks)github user discovery
good first issue
Repository metrics
- Stars
- 1,124 stars (1,124 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
From HN:
Consider showing files other than the README. Relative links to things like CONTRIBUTING.md currently break. Alternatively interpret all relative links as pointing to github.com or npmjs.com. It'd be great to have a way to link from the README into API docs to guide readers. The community doesn't have a great convention for this unfortunately.
Contributor guide
- Research direction
- Investigate how the tool currently handles README rendering. Look for Markdown parsers or link transformation logic. Identify where relative links are not being resolved to absolute URLs. Propose a fix that resolves relative links against the repository's base URL or the npm package page.
- Tech stack
- typescript
- Domain
- documentationdeveloper experience
- Issue type
- Feature
- Prerequisites
- TypeScriptMarkdown