This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Add "View Source" link #119
Open
Description
It would be nice if each type had a "View Source" link (could be on hover or in a …
menu) that linked to its source (with the correct SHA reference) on GitHub. That way, users could quickly jump into the source
As with #117, this would need some kind of githubRepoURL
config.
For example, Rust docs have this: https://docs.rs/gifski/0.10.4/gifski/ (Click the [src]
link)