diff --git a/coderd/coderd.go b/coderd/coderd.go index abfeaf89c9..23a4a46ea2 100644 --- a/coderd/coderd.go +++ b/coderd/coderd.go @@ -310,6 +310,7 @@ func New(options *Options) *API { Database: options.Database, SiteFS: site.FS(), OAuth2Configs: oauthConfigs, + DocsURL: options.DeploymentValues.DocsURL.String(), }) staticHandler.Experiments.Store(&experiments) diff --git a/site/index.html b/site/index.html index 25e4de83bc..92801202a5 100644 --- a/site/index.html +++ b/site/index.html @@ -21,6 +21,7 @@ +