Remove master docs

This commit is contained in:
Maybe Waffle 2022-04-18 14:02:06 +04:00
parent ac03ae9549
commit 86d351b35a
2 changed files with 0 additions and 10 deletions

View file

@ -8,9 +8,6 @@
<a href="https://docs.rs/teloxide_core/">
<img src="https://docs.rs/teloxide-core/badge.svg">
</a>
<a href="https://teloxide-core.netlify.com">
<img src="https://img.shields.io/badge/docs-master-blue">
</a>
<a href="LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
</a>

View file

@ -1,7 +0,0 @@
[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"