teloxide/netlify.toml
Maybe Waffle dde40e613f Change process of building docs
- introduce `docs` alias that does the right thing (tm)
- use `-Zrustdoc-scrape-examples`
2022-01-31 18:23:30 +03:00

7 lines
203 B
TOML

[build]
command = "rustup install nightly --profile minimal && cargo +nightly docs --no-deps && cp -r target/doc _netlify_out"
publish = "_netlify_out"
[[redirects]]
from = "/"
to = "/teloxide_core"