mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Remove dev-branch docs
This commit is contained in:
parent
050ede23fa
commit
fc509912ff
2 changed files with 0 additions and 15 deletions
|
@ -9,9 +9,6 @@
|
|||
<a href="https://github.com/teloxide/teloxide/actions">
|
||||
<img src="https://github.com/teloxide/teloxide/workflows/Continuous%20integration/badge.svg">
|
||||
</a>
|
||||
<a href="https://teloxide.netlify.com">
|
||||
<img src="https://img.shields.io/badge/docs-dev-blue">
|
||||
</a>
|
||||
<a href="https://crates.io/crates/teloxide">
|
||||
<img src="https://img.shields.io/crates/v/teloxide.svg">
|
||||
</a>
|
||||
|
|
12
netlify.toml
12
netlify.toml
|
@ -1,12 +0,0 @@
|
|||
[build]
|
||||
command = "rustup install nightly-2022-02-02 --profile minimal && cargo +nightly doc --all-features --no-deps -Zunstable-options -Zrustdoc-scrape-examples=examples && cp -r target/doc _netlify_out"
|
||||
publish = "_netlify_out"
|
||||
|
||||
[build.environment]
|
||||
RUSTFLAGS="--cfg dep_docsrs"
|
||||
# FIXME: Add back "-Znormalize-docs" when https://github.com/rust-lang/rust/issues/93703 is fixed
|
||||
RUSTDOCFLAGS= "--cfg docsrs"
|
||||
|
||||
[[redirects]]
|
||||
from = "/"
|
||||
to = "/teloxide"
|
Loading…
Add table
Reference in a new issue