1
0
mirror of https://github.com/actix/actix-website synced 2025-07-02 17:44:35 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
eb364a1d41 Fix plural to singular dependency
This used to be plural because it used to be both actix and actix-web but now it's just actix-web.
2019-08-05 18:28:26 +02:00
e3b3a7ebbe Add heading to auto-reloading bit
This makes it a bit more visually distinguished from the paragraph before. I think that's a good thing as it's essentially a completely separate topic.
2019-08-05 17:29:01 +02:00
b9c78c1a58 All links in markdown are now footnotes for easier updating. 2019-06-24 23:36:32 -04:00
ea7bc84f8d Intro: done-ish. Getting Started: done-ish. Application: done-ish. 2019-06-19 18:00:31 -04:00
471d21b618 updates Getting Started. 2019-06-18 16:44:43 -04:00
992d182910 First pass at 'Application' section 2019-06-13 03:24:25 -04:00
4c398feed7 Removes erroneous comment 2019-06-12 04:55:56 -04:00
8aa39e1afb begin update of docs to actix-web 1.0 2019-06-12 04:51:45 -04:00
1305c0d79a add comma to getting-started 2019-03-01 21:42:52 -08:00
19746a3e0f remove --bin from cargo new
`cargo new` defaults to `--bin` since cargo 0.26
2018-05-26 15:31:13 +08:00
ab91b27c13 Test getting-started example 2018-05-23 23:25:51 +02:00
e318f20a0c Make Getting Started example compile
Unlike other code I've seen in the guide, this code didn't compile. It's especially bad that it can be the first experience someone has with actix-web, and then doesn't work. I'm going to run through the docs as a first-time user so I'll try to make sure everything works the way it's supposed to.
2018-05-23 11:19:48 -04:00
be2e12d2d2 Update website 2018-05-22 23:15:08 +02:00