From 76224eba02cfb97b18c724d69440b1fc999fccd6 Mon Sep 17 00:00:00 2001 From: Diego Bernardes Date: Tue, 5 Mar 2019 23:33:22 +0000 Subject: Support changing godoc instance (#38) 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. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 51527ed..3046a78 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ A tiny HTTP server for supporting custom Golang import paths Create a YAML file with the following structure: ```yaml +# This optional section configures godoc documentation linking. +godoc: + # Instance of godoc.org used for documentation links. Defaults to godoc.org. + host: godoc.org + url: google.golang.org packages: grpc: -- cgit v1.2.3