diff --git a/.travis.yml b/.travis.yml index ae890b7..be8f77c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ matrix: - (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.2" mdbook) - cargo install-update -a script: - - (cd docs && mdbook build) + - (cd docs && mv _theme theme && mdbook build) - rustc ./docs/_installer/build-installer.rs - ./build-installer deploy: diff --git a/docs/_theme/header.hbs b/docs/_theme/header.hbs new file mode 100644 index 0000000..61e24cf --- /dev/null +++ b/docs/_theme/header.hbs @@ -0,0 +1,44 @@ + +
+ This is the unpublished documentation of + wasm-pack, the published documentation is available + + on the main Rust and WebAssembly documentation site + . Features documented here may not be available in released versions of + wasm-pack. +