pkg-doc auto-discovery
Open
- Dominant language
- Go
- Stars
- 120
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The idea for this came from #73.
Go defines go-import meta tags for how to find a Go module, and go-source for how to link to the source code from pkg.go.dev if the host isn't a known host.
A similar go-doc tag could be standardized for alternative documentation sources used by the package, and could be used during cross-package linking. Even without support in the upstream pkgsite, this will be useful for users of doc2go to be able to specify where to find their static documentation.
All other details TBD.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.