-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
A full-featured framework that empowers you to easily build [Telegram bots](https://telegram.org/blog/bot-revolution) using the [`async`/`.await`](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html) syntax in [Rust](https://www.rust-lang.org/). It handles all the difficult stuff so you can focus only on your business logic.
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 00000000..27cffb2f
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,12 @@
+[build]
+# Directory (relative to root of your repo) that contains the deploy-ready
+# HTML files and assets generated by the build. If a base directory has
+# been specified, include it in the publish directory path.
+publish = "target/doc"
+
+# Default build command.
+command = 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly --profile minimal && source $HOME/.cargo/env && RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --no-deps --all-features'
+
+[[redirects]]
+ from = "/*"
+ to = "/teloxide"