Add docs.wasmtime.dev as a CNAME for the Wasmtime docs (#2317)

* Update version of mdbook used in CI

* Configure cname for wasmtime docs
This commit is contained in:
Till Schneidereit
2020-10-25 21:48:20 +01:00
committed by GitHub
parent 6ebbab61b9
commit fc1cedb2ff
2 changed files with 4 additions and 1 deletions

View File

@@ -3,3 +3,6 @@ authors = ["The Wasmtime Project Developers"]
multilingual = false
src = "."
title = "Wasmtime"
[output.html]
cname = "docs.wasmtime.dev"