swift-doc icon indicating copy to clipboard operation
swift-doc copied to clipboard

Add "View Source" link

Open sindresorhus opened this issue 5 years ago • 0 comments

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 https://github.com/SwiftDocOrg/swift-doc/issues/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)

sindresorhus avatar May 21 '20 07:05 sindresorhus