1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00

publish stable docs on actix.rs site

This commit is contained in:
Nikolay Kim 2018-07-21 04:19:02 -07:00
parent 7138bb2f29
commit f6499d9ba5
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ readme = "README.md"
keywords = ["http", "web", "framework", "async", "futures"] keywords = ["http", "web", "framework", "async", "futures"]
homepage = "https://actix.rs" homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-web.git" repository = "https://github.com/actix/actix-web.git"
documentation = "https://docs.rs/actix-web/" documentation = "https://actix.rs/api/actix-web/stable/actix_web/"
categories = ["network-programming", "asynchronous", categories = ["network-programming", "asynchronous",
"web-programming::http-server", "web-programming::http-server",
"web-programming::http-client", "web-programming::http-client",

View File

@ -1,6 +1,6 @@
.PHONY: default build test doc book clean .PHONY: default build test doc book clean
CARGO_FLAGS := --features "$(FEATURES) alpn" CARGO_FLAGS := --features "$(FEATURES) alpn tls"
default: test default: test

View File

@ -25,7 +25,7 @@ Actix web is a simple, pragmatic and extremely fast web framework for Rust.
* [User Guide](https://actix.rs/docs/) * [User Guide](https://actix.rs/docs/)
* [API Documentation (Development)](https://actix.rs/actix-web/actix_web/) * [API Documentation (Development)](https://actix.rs/actix-web/actix_web/)
* [API Documentation (Releases)](https://docs.rs/actix-web/0.6.11/actix_web/) * [API Documentation (Releases)](https://actix.rs/api/actix-web/stable/actix_web/)
* [Chat on gitter](https://gitter.im/actix/actix) * [Chat on gitter](https://gitter.im/actix/actix)
* Cargo package: [actix-web](https://crates.io/crates/actix-web) * Cargo package: [actix-web](https://crates.io/crates/actix-web)
* Minimum supported Rust version: 1.26 or later * Minimum supported Rust version: 1.26 or later