diff --git a/fern/docs.yml b/fern/docs.yml index dc46932..1e9d53d 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -1,6 +1,8 @@ instances: - url: traceloop.docs.buildwithfern.com/docs - custom-domain: fern.traceloop.com/docs + custom-domain: + - fern.traceloop.com/docs # docs host + - www.traceloop.com/docs # rewrites to host title: Traceloop | Docs diff --git a/fern/fern.config.json b/fern/fern.config.json index e33b7a8..d9b67e3 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "traceloop", - "version": "0.20.0" -} \ No newline at end of file + "version": "0.23.1-rc2" +}