1
0
mirror of https://github.com/actix/actix-website synced 2024-11-27 18:12:57 +01:00
actix-website/docs/welcome.md
Kevin faee3e8bdd
fix(welcome): broken links (#303)
* docs(welcome): provide full url to prevent 404

`welcome` could be accessed through ./docs and ./docs/welcome. When trying to navigate from ./docs, `getting-started` lead to ./getting-started instead of ./docs/getting-started

* docs(welcome): fix link name mismatch
2022-12-20 15:03:40 +00:00

852 B

title description slug
Welcome Guiding you through building web apps with Actix /

Welcome to Actix

Actix Web lets you quickly and confidently develop web services in Rust and this guide will get you going in no time.

The documentation on this website focusses primarily on the Actix Web framework. For information about the actor framework called Actix, check out the Actix chapter (or the lower level actix API docs). Otherwise, head on to the getting started guide. If you already know your way around and you need specific information you might want to read the actix-web API docs.