DEPRECATED: This repo has been deprecated, the new website is live on https://actix.rs/docs/actix/ and any updates will happen on https://github.com/actix/actix-website.
This repository is an mdBook
project. To use it for this project:
- Install
mdBookif you haven't already:cargo install mdbook - In the
actixdirectory:mdbook watch -o- This automatically opens your browser and watches the md files for changing
- You'll still have to refresh the page, as there is no hot-reloading for
mdbook