aboutsummaryrefslogtreecommitdiff
path: root/config.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-05-18Allow setting branch (#46)Gravatar Jan-Philipp Benecke 1-1/+11
Support specifying the branch from which source will be served in the YAML configuration.
2020-02-12Update Godoc server to pkg.go.dev (#40)Gravatar SyrieBianco 1-2/+2
Update our default Godoc server from `` to the shiny, new `https://pkg.go.dev/` See https://github.com/uber-go/sally/issues/39, T4832833
2019-03-05Support changing godoc instance (#38)Gravatar Diego Bernardes 1-1/+17
This adds the ability to change the godoc.org instance used by Sally to link to documentation by providing a new `godoc` section in the configuration.
2016-10-27Enforce alphabetical ordering of packages in YAML config (#22)Gravatar Garrett Squire 1-4/+33
2016-10-12Rework as HTTP server (#15)Gravatar Grayson Koonce 1-0/+34